This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/main by this push: new c1fe5fc docs: fix wrong commands to install sedonadb (#145) c1fe5fc is described below commit c1fe5fcb481bd459b1d9f7795cd849ab274be1c2 Author: Jia Yu <ji...@wherobots.com> AuthorDate: Wed Sep 24 02:15:16 2025 -0700 docs: fix wrong commands to install sedonadb (#145) --- 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",