From d1e87e8b553a3eba12d4139b87bc22319d23e6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Tokaj?= Date: Mon, 14 Oct 2024 20:51:23 +0200 Subject: [PATCH] Update docs/tutorial/sql.md Co-authored-by: John Bampton --- docs/tutorial/sql.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/sql.md b/docs/tutorial/sql.md index bd3455cede..75a013f85d 100644 --- a/docs/tutorial/sql.md +++ b/docs/tutorial/sql.md @@ -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"