This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch fix-sedonadb-command in repository https://gitbox.apache.org/repos/asf/sedona-db.git
commit 4699b0c0468a8e11824f81c4c2dc377a52f696d3 Author: Jia Yu <[email protected]> AuthorDate: Wed Sep 24 02:07:58 2025 -0700 Fix wrong commands --- docs/crs-examples.ipynb | 2 +- docs/geopandas-interop.ipynb | 2 +- docs/geopandas-interop.md | 2 +- docs/overture-examples.ipynb | 2 +- docs/programming-guide.ipynb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/crs-examples.ipynb b/docs/crs-examples.ipynb index 920f836..e23c07c 100644 --- a/docs/crs-examples.ipynb +++ b/docs/crs-examples.ipynb @@ -7,7 +7,7 @@ "source": [ "# Joining Spatial Data with Different Coordinate Systems\n", "\n", - "> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"sedona[db]\"`\n", + "> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"apache-sedona[db]\"`\n", "\n", "This example demonstrates how one table with an EPSG 4326 CRS cannot be joined with another table that uses EPSG 3857.\n", "\n", diff --git a/docs/geopandas-interop.ipynb b/docs/geopandas-interop.ipynb index 629c0c0..f699c76 100644 --- a/docs/geopandas-interop.ipynb +++ b/docs/geopandas-interop.ipynb @@ -26,7 +26,7 @@ "\n", "# GeoPandas Interoperability\n", "\n", - "> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"sedona[db]\"`\n", + "> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"apache-sedona[db]\"`\n", "\n", "This notebook shows how to leverage GeoPandas with SedonaDB for large-scale geospatial analysis.\n", "\n", diff --git a/docs/geopandas-interop.md b/docs/geopandas-interop.md index 0efd808..e4cdc30 100644 --- a/docs/geopandas-interop.md +++ b/docs/geopandas-interop.md @@ -19,7 +19,7 @@ # GeoPandas Interoperability -> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install "sedona[db]"` +> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install "apache-sedona[db]"` This notebook shows how to leverage GeoPandas with SedonaDB for large-scale geospatial analysis. diff --git a/docs/overture-examples.ipynb b/docs/overture-examples.ipynb index 1be3f99..7070336 100644 --- a/docs/overture-examples.ipynb +++ b/docs/overture-examples.ipynb @@ -26,7 +26,7 @@ "\n", "# SedonaDB Overture Examples\n", "\n", - "> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"sedona[db]\"`\n", + "> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"apache-sedona[db]\"`\n", "\n", "This notebook demonstrates how to query and analyze the [Overture Maps](https://overturemaps.org/) dataset using SedonaDB.\n", "\n", diff --git a/docs/programming-guide.ipynb b/docs/programming-guide.ipynb index 77863d4..db15b7d 100644 --- a/docs/programming-guide.ipynb +++ b/docs/programming-guide.ipynb @@ -26,7 +26,7 @@ "\n", "# Working with Vector Data\n", "\n", - "> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"sedona[db]\"`\n", + "> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"apache-sedona[db]\"`\n", "\n", "Process vector data using sedona.db. You will learn to create DataFrames, run spatial queries, and manage file I/O. Let's begin by connecting to sedona.db.\n", "\n",
