Skip to content

Commit c1fe5fc

Browse files
authored
docs: fix wrong commands to install sedonadb (#145)
1 parent 05c95ca commit c1fe5fc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/crs-examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# Joining Spatial Data with Different Coordinate Systems\n",
99
"\n",
10-
"> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"sedona[db]\"`\n",
10+
"> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"apache-sedona[db]\"`\n",
1111
"\n",
1212
"This example demonstrates how one table with an EPSG 4326 CRS cannot be joined with another table that uses EPSG 3857.\n",
1313
"\n",

docs/geopandas-interop.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"\n",
2727
"# GeoPandas Interoperability\n",
2828
"\n",
29-
"> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"sedona[db]\"`\n",
29+
"> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"apache-sedona[db]\"`\n",
3030
"\n",
3131
"This notebook shows how to leverage GeoPandas with SedonaDB for large-scale geospatial analysis.\n",
3232
"\n",

docs/geopandas-interop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# GeoPandas Interoperability
2121

22-
> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install "sedona[db]"`
22+
> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install "apache-sedona[db]"`
2323
2424
This notebook shows how to leverage GeoPandas with SedonaDB for large-scale geospatial analysis.
2525

docs/overture-examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"\n",
2727
"# SedonaDB Overture Examples\n",
2828
"\n",
29-
"> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"sedona[db]\"`\n",
29+
"> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"apache-sedona[db]\"`\n",
3030
"\n",
3131
"This notebook demonstrates how to query and analyze the [Overture Maps](https://overturemaps.org/) dataset using SedonaDB.\n",
3232
"\n",

docs/programming-guide.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"\n",
2727
"# Working with Vector Data\n",
2828
"\n",
29-
"> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"sedona[db]\"`\n",
29+
"> Note: Before running this notebook, ensure that you have installed SedonaDB: `pip install \"apache-sedona[db]\"`\n",
3030
"\n",
3131
"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",
3232
"\n",

0 commit comments

Comments
 (0)