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 bbedf29f19 [DOCS] Fix typo; fix filename spelling (#2713)
bbedf29f19 is described below
commit bbedf29f19249dc56fb8691dce1792dc8a5227b5
Author: John Bampton <[email protected]>
AuthorDate: Mon Mar 16 14:37:03 2026 +1000
[DOCS] Fix typo; fix filename spelling (#2713)
---
docs/usecases/ApacheSedonaCore.ipynb | 16 ++++++----------
...acheSedona.ipynb => VectorAnalysisApacheSedona.ipynb} | 0
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/docs/usecases/ApacheSedonaCore.ipynb
b/docs/usecases/ApacheSedonaCore.ipynb
index 77d4ef45b6..ff6b14023a 100644
--- a/docs/usecases/ApacheSedonaCore.ipynb
+++ b/docs/usecases/ApacheSedonaCore.ipynb
@@ -342,7 +342,7 @@
}
],
"source": [
- "# take firs element\n",
+ "# take first element\n",
"point_rdd.rawSpatialRDD.take(1)"
]
},
@@ -994,9 +994,7 @@
{
"cell_type": "markdown",
"metadata": {},
- "source": [
- "## Example SpatialJoinQueryFlat PointRDD with RectangleRDD "
- ]
+ "source": "## Example SpatialJoinQueryFlat PointRDD with RectangleRDD"
},
{
"cell_type": "code",
@@ -1018,7 +1016,7 @@
"metadata": {},
"source": [
"As result we will get RDD[GeoData, GeoData]\n",
- "It can be used like any other Python RDD. You can use map, take, collect
and other functions "
+ "It can be used like any other Python RDD. You can use map, take, collect
and other functions"
]
},
{
@@ -1299,9 +1297,7 @@
{
"cell_type": "markdown",
"metadata": {},
- "source": [
- "This also produce DataFrame with geometry DataType "
- ]
+ "source": "This also produce DataFrame with geometry DataType"
},
{
"cell_type": "code",
@@ -1458,7 +1454,7 @@
"Spatial KNNQuery is operation which help us find answer which k number of
geometries lays closest to other geometry.\n",
"\n",
"For Example:\n",
- " 5 closest Shops to your home. To use Spatial KNNQuery please use
object \n",
+ " 5 closest Shops to your home. To use Spatial KNNQuery please use
object\n",
"<b> KNNQuery </b> which has one method:\n",
"```python\n",
"SpatialKnnQuery(spatialRDD: SpatialRDD, originalQueryPoint: BaseGeometry,
k: int, useIndex: bool)-> List[GeoData]\n",
@@ -1593,7 +1589,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "A spatial range query takes as input a range query window and an
SpatialRDD and returns all geometries that intersect / are fully covered by the
query window. \n",
+ "A spatial range query takes as input a range query window and an
SpatialRDD and returns all geometries that intersect / are fully covered by the
query window.\n",
"RangeQuery has one method:\n",
"\n",
"```python\n",
diff --git a/docs/usecases/contrib/VectorAnalisisApacheSedona.ipynb
b/docs/usecases/contrib/VectorAnalysisApacheSedona.ipynb
similarity index 100%
rename from docs/usecases/contrib/VectorAnalisisApacheSedona.ipynb
rename to docs/usecases/contrib/VectorAnalysisApacheSedona.ipynb