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 01f69f55 Deployed 7b20d0c to latest-snapshot with MkDocs 1.6.1 and
mike 2.1.3
01f69f55 is described below
commit 01f69f55cda7d346849e2810782e7ebcf3c609f1
Author: GitHub Actions <[email protected]>
AuthorDate: Mon Dec 1 15:14:02 2025 +0000
Deployed 7b20d0c to latest-snapshot with MkDocs 1.6.1 and mike 2.1.3
---
latest-snapshot/crs-examples.ipynb | 12 ++++++++++++
latest-snapshot/crs-examples/index.html | 7 ++++++-
latest-snapshot/search/search_index.json | 2 +-
3 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/latest-snapshot/crs-examples.ipynb
b/latest-snapshot/crs-examples.ipynb
index e23c07c7..c48751c1 100644
--- a/latest-snapshot/crs-examples.ipynb
+++ b/latest-snapshot/crs-examples.ipynb
@@ -140,6 +140,18 @@
"cities.schema"
]
},
+ {
+ "cell_type": "markdown",
+ "id": "f856dd33",
+ "metadata": {},
+ "source": [
+ "> Note: In this case, for a POINT geometry, we can specify the CRS
identifier at the last argument of `ST_Point()` directly. This might be handy
when we deal only with POINT geometries.\n",
+ "> \n",
+ "> ```sql\n",
+ "> SELECT ST_Point(-8238310.24, 4969803.3, 3857);\n",
+ "> ```"
+ ]
+ },
{
"cell_type": "code",
"execution_count": 6,
diff --git a/latest-snapshot/crs-examples/index.html
b/latest-snapshot/crs-examples/index.html
index 9429e64d..77bd3e94 100644
--- a/latest-snapshot/crs-examples/index.html
+++ b/latest-snapshot/crs-examples/index.html
@@ -1500,6 +1500,11 @@
geometry: geometry<Wkb(epsg:3857)>
</code></pre></div>
+<blockquote>
+<p>Note: In this case, for a POINT geometry, we can specify the CRS identifier
at the last argument of <code>ST_Point()</code> directly. This might be handy
when we deal only with POINT geometries.</p>
+<div class="highlight"><pre><span></span><code><span
class="k">SELECT</span><span class="w"> </span><span
class="n">ST_Point</span><span class="p">(</span><span class="o">-</span><span
class="mi">8238310</span><span class="p">.</span><span
class="mi">24</span><span class="p">,</span><span class="w"> </span><span
class="mi">4969803</span><span class="p">.</span><span class="mi">3</span><span
class="p">,</span><span class="w"> </span><span class="mi">3857</span><span
class="p">);</span>
+</code></pre></div>
+</blockquote>
<div class="highlight"><pre><span></span><code><span
class="n">cities</span><span class="o">.</span><span
class="n">to_view</span><span class="p">(</span><span
class="s2">"cities"</span><span class="p">,</span> <span
class="n">overwrite</span><span class="o">=</span><span
class="kc">True</span><span class="p">)</span>
<span class="n">countries</span><span class="o">.</span><span
class="n">to_view</span><span class="p">(</span><span
class="s2">"countries"</span><span class="p">,</span> <span
class="n">overwrite</span><span class="o">=</span><span
class="kc">True</span><span class="p">)</span>
</code></pre></div>
@@ -1709,7 +1714,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 24, 2025 01:21:10
UTC">September 24, 2025 01:21:10</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime" title="December 1, 2025 15:10:11
UTC">December 1, 2025 15:10:11</span>
</span>
diff --git a/latest-snapshot/search/search_index.json
b/latest-snapshot/search/search_index.json
index 06d96210..3df74943 100644
--- a/latest-snapshot/search/search_index.json
+++ b/latest-snapshot/search/search_index.json
@@ -1 +1 @@
-{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"],"fields":{"title":{"boost":1000.0},"text":{"boost":1.0},"tags":{"boost":1000000.0}}},"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 process [...]
\ No newline at end of file
+{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"],"fields":{"title":{"boost":1000.0},"text":{"boost":1.0},"tags":{"boost":1000000.0}}},"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 process [...]
\ No newline at end of file