Skip to content

Commit

Permalink
Update docs/tutorial/sql.md
Browse files Browse the repository at this point in the history
Co-authored-by: John Bampton <[email protected]>
  • Loading branch information
Imbruced and jbampton authored Oct 14, 2024
1 parent c73aab3 commit d1e87e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -727,8 +727,8 @@ Since v1.7.0, Sedona supports loading Geopackage file format as a DataFrame.
df = sedona.read.format("geopackage").option("tableName", "tab").load("/path/to/geopackage")
```

Geopackage file can contain vector data and raster data. To show the possible options from the file you can look into
metadata table by adding parameter showMetadata and set it value as true.
Geopackage files can contain vector data and raster data. To show the possible options from a file you can
look into the metadata table by adding parameter showMetadata and set its value as true.

=== "Scala/Java"

Expand Down

0 comments on commit d1e87e8

Please sign in to comment.