This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new f0ecaf7f [DOCS] Fix spelling in Markdown (#824)
f0ecaf7f is described below
commit f0ecaf7fb7d02a8de60f97b9d9623d6e694f787a
Author: John Bampton <[email protected]>
AuthorDate: Mon Apr 24 16:57:07 2023 +1000
[DOCS] Fix spelling in Markdown (#824)
---
docs/api/sql/Raster-loader.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/api/sql/Raster-loader.md b/docs/api/sql/Raster-loader.md
index cdb0f24e..4ed58b52 100644
--- a/docs/api/sql/Raster-loader.md
+++ b/docs/api/sql/Raster-loader.md
@@ -49,7 +49,7 @@ df = df.withColumn("raster",
f.expr("RS_FromGeoTiff(content)"))
## Load GeoTiff to Array[Double] format
-The `geotiff` loader of Sedona is a Spark built-in data source. It can read a
single geotiff image or a number of geotiff images into a DataFrame. Each
geotiff is a row in the resulting DataFrame and stored in an arrya of Double
type format.
+The `geotiff` loader of Sedona is a Spark built-in data source. It can read a
single geotiff image or a number of geotiff images into a DataFrame. Each
geotiff is a row in the resulting DataFrame and stored in an array of Double
type format.
Since: `v1.1.0`