This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d906743 Deployed c1fe5fc to latest-snapshot with MkDocs 1.6.1 and
mike 2.1.3
d906743 is described below
commit d9067436134a2b867230d65953cd8defa5e624a6
Author: GitHub Actions <[email protected]>
AuthorDate: Wed Sep 24 09:19:03 2025 +0000
Deployed c1fe5fc to latest-snapshot with MkDocs 1.6.1 and mike 2.1.3
---
latest-snapshot/crs-examples.ipynb | 2 +-
latest-snapshot/crs-examples/index.html | 2 +-
latest-snapshot/geopandas-interop.ipynb | 2 +-
latest-snapshot/geopandas-interop/index.html | 4 ++--
latest-snapshot/overture-examples.ipynb | 2 +-
latest-snapshot/overture-examples/index.html | 2 +-
latest-snapshot/programming-guide.ipynb | 2 +-
latest-snapshot/programming-guide/index.html | 2 +-
latest-snapshot/search/search_index.json | 2 +-
9 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/latest-snapshot/crs-examples.ipynb
b/latest-snapshot/crs-examples.ipynb
index 920f836..e23c07c 100644
--- a/latest-snapshot/crs-examples.ipynb
+++ b/latest-snapshot/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/latest-snapshot/crs-examples/index.html
b/latest-snapshot/crs-examples/index.html
index f74267b..91283db 100644
--- a/latest-snapshot/crs-examples/index.html
+++ b/latest-snapshot/crs-examples/index.html
@@ -1632,7 +1632,7 @@
<h1 id="joining-spatial-data-with-different-coordinate-systems">Joining
Spatial Data with Different Coordinate Systems<a class="headerlink"
href="#joining-spatial-data-with-different-coordinate-systems" title="Permanent
link">¶</a></h1>
<blockquote>
-<p>Note: Before running this notebook, ensure that you have installed
SedonaDB: <code>pip install "sedona[db]"</code></p>
+<p>Note: Before running this notebook, ensure that you have installed
SedonaDB: <code>pip install "apache-sedona[db]"</code></p>
</blockquote>
<p>This example demonstrates how one table with an EPSG 4326 CRS cannot be
joined with another table that uses EPSG 3857.</p>
<p>A Coordinate Reference System (CRS) defines how the two-dimensional
coordinates of a map relate to real locations on Earth. Operations like spatial
joins, distance calculations, or overlays require all datasets to be in the
same CRS to produce accurate results.</p>
diff --git a/latest-snapshot/geopandas-interop.ipynb
b/latest-snapshot/geopandas-interop.ipynb
index 629c0c0..f699c76 100644
--- a/latest-snapshot/geopandas-interop.ipynb
+++ b/latest-snapshot/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/latest-snapshot/geopandas-interop/index.html
b/latest-snapshot/geopandas-interop/index.html
index 4c05d2b..471f020 100644
--- a/latest-snapshot/geopandas-interop/index.html
+++ b/latest-snapshot/geopandas-interop/index.html
@@ -1619,7 +1619,7 @@
under the License.
--><h1 id="geopandas-interoperability">GeoPandas Interoperability<a
class="headerlink" href="#geopandas-interoperability" title="Permanent
link">¶</a></h1>
<blockquote>
-<p>Note: Before running this notebook, ensure that you have installed
SedonaDB: <code>pip install "sedona[db]"</code></p>
+<p>Note: Before running this notebook, ensure that you have installed
SedonaDB: <code>pip install "apache-sedona[db]"</code></p>
</blockquote>
<p>This notebook shows how to leverage GeoPandas with SedonaDB for large-scale
geospatial analysis.</p>
<p>You'll learn how to:</p>
@@ -1757,7 +1757,7 @@
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21
13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6
0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4
2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10
9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1
7.5 7.1 7.9l-.1.2z"></path></svg>
</span>
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime" title="September 23, 2025 03:55:58
UTC">September 23, 2025 03:55:58</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime" title="September 24, 2025 09:15:16
UTC">September 24, 2025 09:15:16</span>
</span>
diff --git a/latest-snapshot/overture-examples.ipynb
b/latest-snapshot/overture-examples.ipynb
index 1be3f99..7070336 100644
--- a/latest-snapshot/overture-examples.ipynb
+++ b/latest-snapshot/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/latest-snapshot/overture-examples/index.html
b/latest-snapshot/overture-examples/index.html
index 424b250..db7979e 100644
--- a/latest-snapshot/overture-examples/index.html
+++ b/latest-snapshot/overture-examples/index.html
@@ -1619,7 +1619,7 @@
under the License.
--><h1 id="sedonadb-overture-examples">SedonaDB Overture Examples<a
class="headerlink" href="#sedonadb-overture-examples" title="Permanent
link">¶</a></h1>
<blockquote>
-<p>Note: Before running this notebook, ensure that you have installed
SedonaDB: <code>pip install "sedona[db]"</code></p>
+<p>Note: Before running this notebook, ensure that you have installed
SedonaDB: <code>pip install "apache-sedona[db]"</code></p>
</blockquote>
<p>This notebook demonstrates how to query and analyze the <a
href="https://overturemaps.org/">Overture Maps</a> dataset using SedonaDB.</p>
<p>The notebook explains how to:
diff --git a/latest-snapshot/programming-guide.ipynb
b/latest-snapshot/programming-guide.ipynb
index 77863d4..db15b7d 100644
--- a/latest-snapshot/programming-guide.ipynb
+++ b/latest-snapshot/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",
diff --git a/latest-snapshot/programming-guide/index.html
b/latest-snapshot/programming-guide/index.html
index 9e995fa..114dcef 100644
--- a/latest-snapshot/programming-guide/index.html
+++ b/latest-snapshot/programming-guide/index.html
@@ -1697,7 +1697,7 @@
under the License.
--><h1 id="working-with-vector-data">Working with Vector Data<a
class="headerlink" href="#working-with-vector-data" title="Permanent
link">¶</a></h1>
<blockquote>
-<p>Note: Before running this notebook, ensure that you have installed
SedonaDB: <code>pip install "sedona[db]"</code></p>
+<p>Note: Before running this notebook, ensure that you have installed
SedonaDB: <code>pip install "apache-sedona[db]"</code></p>
</blockquote>
<p>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.</p>
<p>Let's start by establishing a SedonaDB connection.</p>
diff --git a/latest-snapshot/search/search_index.json
b/latest-snapshot/search/search_index.json
index 679c683..607619c 100644
--- a/latest-snapshot/search/search_index.json
+++ b/latest-snapshot/search/search_index.json
@@ -1 +1 @@
-{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Introducing
SedonaDB","text":"<p>SedonaDB is an open-source single-node analytical
database engine with geospatial as a first-class citizen. It aims to deliver
the fastest spatial analytics query speed and the most comprehensive function
coverage available.</p> <p>SedonaDB is perfect for processing smaller to medium
datasets on local machines or cloud instances. For distributed [...]
\ No newline at end of file
+{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Introducing
SedonaDB","text":"<p>SedonaDB is an open-source single-node analytical
database engine with geospatial as a first-class citizen. It aims to deliver
the fastest spatial analytics query speed and the most comprehensive function
coverage available.</p> <p>SedonaDB is perfect for processing smaller to medium
datasets on local machines or cloud instances. For distributed [...]
\ No newline at end of file