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 499760d0 Deployed a96de11 to latest-snapshot with MkDocs 1.6.1 and
mike 2.1.3
499760d0 is described below
commit 499760d01162c06a46a60c45df568cbefd8ab2a0
Author: GitHub Actions <[email protected]>
AuthorDate: Tue Dec 16 17:11:55 2025 +0000
Deployed a96de11 to latest-snapshot with MkDocs 1.6.1 and mike 2.1.3
---
.../_matplotlib_defaults.cpython-314.pyc | Bin 431 -> 431 bytes
.../__pycache__/_render_meta.cpython-314.pyc | Bin 8436 -> 8436 bytes
latest-snapshot/reference/functions/index.html | 76 +++++++++++++++++++--
.../reference/functions/st_analyze_agg/index.html | 2 +-
latest-snapshot/reference/functions/st_area.qmd | 34 +++++++++
.../{st_analyze_agg => st_area}/index.html | 50 +++++---------
.../reference/functions/st_asbinary.qmd | 34 +++++++++
.../{st_intersection => st_asbinary}/index.html | 57 +++++++++-------
.../reference/functions/st_buffer/index.html | 2 +-
.../reference/functions/st_intersection/index.html | 2 +-
latest-snapshot/search/search_index.json | 2 +-
latest-snapshot/sitemap.xml | 8 +++
latest-snapshot/sitemap.xml.gz | Bin 375 -> 386 bytes
13 files changed, 199 insertions(+), 68 deletions(-)
diff --git
a/latest-snapshot/reference/functions/__pycache__/_matplotlib_defaults.cpython-314.pyc
b/latest-snapshot/reference/functions/__pycache__/_matplotlib_defaults.cpython-314.pyc
index 28f8f8c5..0c8e8e8e 100644
Binary files
a/latest-snapshot/reference/functions/__pycache__/_matplotlib_defaults.cpython-314.pyc
and
b/latest-snapshot/reference/functions/__pycache__/_matplotlib_defaults.cpython-314.pyc
differ
diff --git
a/latest-snapshot/reference/functions/__pycache__/_render_meta.cpython-314.pyc
b/latest-snapshot/reference/functions/__pycache__/_render_meta.cpython-314.pyc
index cf8471b9..18ab1438 100644
Binary files
a/latest-snapshot/reference/functions/__pycache__/_render_meta.cpython-314.pyc
and
b/latest-snapshot/reference/functions/__pycache__/_render_meta.cpython-314.pyc
differ
diff --git a/latest-snapshot/reference/functions/index.html
b/latest-snapshot/reference/functions/index.html
index aaa64b60..a046b1c2 100644
--- a/latest-snapshot/reference/functions/index.html
+++ b/latest-snapshot/reference/functions/index.html
@@ -1310,6 +1310,62 @@
</ul>
</nav>
+</li>
+
+ <li class="md-nav__item">
+ <a href="#st_area" class="md-nav__link">
+ <span class="md-ellipsis">
+
+ ST_Area
+
+ </span>
+ </a>
+
+ <nav class="md-nav" aria-label="ST_Area">
+ <ul class="md-nav__list">
+
+ <li class="md-nav__item">
+ <a href="#usage_1" class="md-nav__link">
+ <span class="md-ellipsis">
+
+ Usage
+
+ </span>
+ </a>
+
+</li>
+
+ </ul>
+ </nav>
+
+</li>
+
+ <li class="md-nav__item">
+ <a href="#st_asbinary" class="md-nav__link">
+ <span class="md-ellipsis">
+
+ ST_AsBinary
+
+ </span>
+ </a>
+
+ <nav class="md-nav" aria-label="ST_AsBinary">
+ <ul class="md-nav__list">
+
+ <li class="md-nav__item">
+ <a href="#usage_2" class="md-nav__link">
+ <span class="md-ellipsis">
+
+ Usage
+
+ </span>
+ </a>
+
+</li>
+
+ </ul>
+ </nav>
+
</li>
<li class="md-nav__item">
@@ -1325,7 +1381,7 @@
<ul class="md-nav__list">
<li class="md-nav__item">
- <a href="#usage_1" class="md-nav__link">
+ <a href="#usage_3" class="md-nav__link">
<span class="md-ellipsis">
Usage
@@ -1353,7 +1409,7 @@
<ul class="md-nav__list">
<li class="md-nav__item">
- <a href="#usage_2" class="md-nav__link">
+ <a href="#usage_4" class="md-nav__link">
<span class="md-ellipsis">
Usage
@@ -1399,16 +1455,26 @@
<h3 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent
link">¶</a></h3>
<div class="highlight"><pre><span></span><code><span
class="n">struct</span><span class="w"> </span><span
class="n">ST_Analyze_Agg</span><span class="p">(</span><span
class="n">geom</span><span class="p">:</span><span class="w"> </span><span
class="n">geometry</span><span class="p">)</span>
</code></pre></div>
+<h2 id="st_area"><a href="st_area/">ST_Area</a><a class="headerlink"
href="#st_area" title="Permanent link">¶</a></h2>
+<p>Returns the area of a geometry.</p>
+<h3 id="usage_1">Usage<a class="headerlink" href="#usage_1" title="Permanent
link">¶</a></h3>
+<div class="highlight"><pre><span></span><code><span
class="n">geometry</span><span class="w"> </span><span
class="n">ST_Area</span><span class="p">(</span><span
class="n">geom</span><span class="p">:</span><span class="w"> </span><span
class="n">geometry</span><span class="p">)</span>
+</code></pre></div>
+<h2 id="st_asbinary"><a href="st_asbinary/">ST_AsBinary</a><a
class="headerlink" href="#st_asbinary" title="Permanent link">¶</a></h2>
+<p>Converts a geometry to Well-Known Binary (WKB) format.</p>
+<h3 id="usage_2">Usage<a class="headerlink" href="#usage_2" title="Permanent
link">¶</a></h3>
+<div class="highlight"><pre><span></span><code><span
class="n">geometry</span><span class="w"> </span><span
class="n">ST_AsBinary</span><span class="p">(</span><span
class="n">geom</span><span class="p">:</span><span class="w"> </span><span
class="n">geometry</span><span class="p">)</span>
+</code></pre></div>
<h2 id="st_buffer"><a href="st_buffer/">ST_Buffer</a><a class="headerlink"
href="#st_buffer" title="Permanent link">¶</a></h2>
<p>Computes a geometry that represents all points whose distance from the
input geometry is less than or equal to a specified distance.</p>
-<h3 id="usage_1">Usage<a class="headerlink" href="#usage_1" title="Permanent
link">¶</a></h3>
+<h3 id="usage_3">Usage<a class="headerlink" href="#usage_3" title="Permanent
link">¶</a></h3>
<div class="highlight"><pre><span></span><code><span
class="n">geometry</span><span class="w"> </span><span
class="n">ST_Buffer</span><span class="p">(</span><span
class="n">geom</span><span class="p">:</span><span class="w"> </span><span
class="n">geometry</span><span class="p">,</span><span class="w"> </span><span
class="n">distance</span><span class="p">:</span><span class="w"> </span><span
class="n">float64</span><span class="p">)</span>
<span class="n">geometry</span><span class="w"> </span><span
class="n">ST_Buffer</span><span class="p">(</span><span
class="n">geom</span><span class="p">:</span><span class="w"> </span><span
class="n">geometry</span><span class="p">,</span><span class="w"> </span><span
class="n">distance</span><span class="p">:</span><span class="w"> </span><span
class="n">float64</span><span class="p">,</span><span class="w"> </span><span
class="n">params</span><span class="p">:</span><span class="w"> [...]
</code></pre></div>
<h2 id="st_intersection"><a href="st_intersection/">ST_Intersection</a><a
class="headerlink" href="#st_intersection" title="Permanent link">¶</a></h2>
<p>Compute the intersection of two geometries or geographies.</p>
-<h3 id="usage_2">Usage<a class="headerlink" href="#usage_2" title="Permanent
link">¶</a></h3>
+<h3 id="usage_4">Usage<a class="headerlink" href="#usage_4" title="Permanent
link">¶</a></h3>
<div class="highlight"><pre><span></span><code><span
class="n">geometry</span><span class="w"> </span><span
class="n">ST_Intersection</span><span class="p">(</span><span
class="n">geomA</span><span class="p">:</span><span class="w"> </span><span
class="n">geometry</span><span class="p">,</span><span class="w"> </span><span
class="n">geomB</span><span class="p">:</span><span class="w"> </span><span
class="n">geometry</span><span class="p">)</span>
<span class="n">geography</span><span class="w"> </span><span
class="n">ST_Intersection</span><span class="p">(</span><span
class="n">geogA</span><span class="p">:</span><span class="w"> </span><span
class="n">geography</span><span class="p">,</span><span class="w"> </span><span
class="n">geogB</span><span class="p">:</span><span class="w"> </span><span
class="n">geography</span><span class="p">)</span>
</code></pre></div>
@@ -1432,7 +1498,7 @@ input geometry is less than or equal to a specified
distance.</p>
<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="December 16, 2025 15:32:56
UTC">December 16, 2025 15:32:56</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime" title="December 16, 2025 17:11:52
UTC">December 16, 2025 17:11:52</span>
</span>
diff --git a/latest-snapshot/reference/functions/st_analyze_agg/index.html
b/latest-snapshot/reference/functions/st_analyze_agg/index.html
index 6ba91f6f..b41adabc 100644
--- a/latest-snapshot/reference/functions/st_analyze_agg/index.html
+++ b/latest-snapshot/reference/functions/st_analyze_agg/index.html
@@ -1410,7 +1410,7 @@ geometries. The fields of its struct return type are:</p>
<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="December 16, 2025 15:32:56
UTC">December 16, 2025 15:32:56</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime" title="December 16, 2025 17:11:52
UTC">December 16, 2025 17:11:52</span>
</span>
diff --git a/latest-snapshot/reference/functions/st_area.qmd
b/latest-snapshot/reference/functions/st_area.qmd
new file mode 100644
index 00000000..496f14d1
--- /dev/null
+++ b/latest-snapshot/reference/functions/st_area.qmd
@@ -0,0 +1,34 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+title: ST_Area
+description: Returns the area of a geometry.
+kernels:
+ - returns: geometry
+ args: [geometry]
+---
+
+## Description
+
+`ST_Area()` Returns the area of a polygon or multi-polygon geometry.
+
+## Examples
+
+```sql
+SELECT ST_Area(ST_GeomFromWKT('POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))'));
+```
diff --git a/latest-snapshot/reference/functions/st_analyze_agg/index.html
b/latest-snapshot/reference/functions/st_area/index.html
similarity index 92%
copy from latest-snapshot/reference/functions/st_analyze_agg/index.html
copy to latest-snapshot/reference/functions/st_area/index.html
index 6ba91f6f..046ce20c 100644
--- a/latest-snapshot/reference/functions/st_analyze_agg/index.html
+++ b/latest-snapshot/reference/functions/st_area/index.html
@@ -7,7 +7,7 @@
- <link rel="canonical"
href="https://sedona.apache.org/sedonadb/latest/reference/functions/st_analyze_agg/">
+ <link rel="canonical"
href="https://sedona.apache.org/sedonadb/latest/reference/functions/st_area/">
@@ -20,7 +20,7 @@
- <title>ST_Analyze_Agg - SedonaDB</title>
+ <title>ST_Area - SedonaDB</title>
@@ -84,7 +84,7 @@
<div data-md-component="skip">
- <a href="#st_analyze_agg" class="md-skip">
+ <a href="#st_area" class="md-skip">
Skip to content
</a>
@@ -123,7 +123,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
- ST_Analyze_Agg
+ ST_Area
</span>
</div>
@@ -1345,7 +1345,7 @@
- <a
href="https://github.com/apache/sedona-db/blob/main/docs/reference/functions/st_analyze_agg.md"
title="Edit this page" class="md-content__button md-icon" rel="edit">
+ <a
href="https://github.com/apache/sedona-db/blob/main/docs/reference/functions/st_area.md"
title="Edit this page" class="md-content__button md-icon" rel="edit">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10
20H6V4h7v5h5v3.1l2-2V8l-6-6H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h4zm10.2-7c.1 0
.3.1.4.2l1.3 1.3c.2.2.2.6 0 .8l-1 1-2.1-2.1 1-1c.1-.1.2-.2.4-.2m0 3.9L14.1
23H12v-2.1l6.1-6.1z"></path></svg>
</a>
@@ -1353,42 +1353,26 @@
-<h1 id="st_analyze_agg">ST_Analyze_Agg<a class="headerlink"
href="#st_analyze_agg" title="Permanent link">¶</a></h1>
-<p>Compute the statistics of geometries for the input geometry.</p>
+<h1 id="st_area">ST_Area<a class="headerlink" href="#st_area" title="Permanent
link">¶</a></h1>
+<p>Returns the area of a geometry.</p>
<h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent
link">¶</a></h2>
-<div class="highlight"><pre><span></span><code><span
class="n">struct</span><span class="w"> </span><span
class="n">ST_Analyze_Agg</span><span class="p">(</span><span
class="n">geom</span><span class="p">:</span><span class="w"> </span><span
class="n">geometry</span><span class="p">)</span>
+<div class="highlight"><pre><span></span><code><span
class="n">geometry</span><span class="w"> </span><span
class="n">ST_Area</span><span class="p">(</span><span
class="n">geom</span><span class="p">:</span><span class="w"> </span><span
class="n">geometry</span><span class="p">)</span>
</code></pre></div>
<h2 id="arguments">Arguments<a class="headerlink" href="#arguments"
title="Permanent link">¶</a></h2>
<ul>
<li><strong>geom</strong> (geometry): Input geometry</li>
</ul>
<h2 id="description">Description<a class="headerlink" href="#description"
title="Permanent link">¶</a></h2>
-<p><code>ST_Analyze_Agg()</code> provides a high-level summary of its input
-geometries. The fields of its struct return type are:</p>
-<ul>
-<li><code>count</code>: Number of input geometries</li>
-<li><code>minx</code>, <code>miny</code>, <code>maxx</code>,
<code>maxy</code>: Minimum bounding rectangle (envelope)</li>
-<li><code>mean_size_in_bytes</code></li>
-<li><code>mean_points_per_geometry</code></li>
-<li><code>puntal_count</code>: Number of point or multipoint geometries</li>
-<li><code>lineal_count</code>: Number of line or multilinestring
geometries</li>
-<li><code>polygonal_count</code>: Number of polygon or multipolygon
geometries</li>
-<li><code>geometrycollection_count</code>: Number of geometrycollection
geometries</li>
-<li><code>mean_envelope_width</code></li>
-<li><code>mean_envelope_height</code></li>
-<li><code>mean_envelope_area</code></li>
-</ul>
+<p><code>ST_Area()</code> Returns the area of a polygon or multi-polygon
geometry.</p>
<h2 id="examples">Examples<a class="headerlink" href="#examples"
title="Permanent link">¶</a></h2>
-<div class="highlight"><pre><span></span><code><span
class="k">SELECT</span><span class="w"> </span><span
class="n">ST_Analyze_Agg</span><span class="p">(</span>
-<span class="w"> </span><span class="n">ST_GeomFromText</span><span
class="p">(</span><span class="s1">'MULTIPOINT(1.1 101.1,2.1 102.1,3.1
103.1,4.1 104.1,5.1 105.1,6.1 106.1,7.1 107.1,8.1 108.1,9.1 109.1,10.1
110.1)'</span><span class="p">)</span>
-<span class="w"> </span><span class="p">)</span><span class="w"> </span><span
class="k">AS</span><span class="w"> </span><span class="k">analyze</span>
+<div class="highlight"><pre><span></span><code><span
class="k">SELECT</span><span class="w"> </span><span
class="n">ST_Area</span><span class="p">(</span><span
class="n">ST_GeomFromWKT</span><span class="p">(</span><span
class="s1">'POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))'</span><span
class="p">));</span>
</code></pre></div>
-<div
class="codehilite"><pre><span></span><code>┌──────────────────────────────────────────────────────────────────────────────┐
-│ analyze
│
-│ struct
│
-╞══════════════════════════════════════════════════════════════════════════════╡
-│ {count: 1, minx: 1.1, miny: 101.1, maxx: 10.1, maxy: 110.1, mean_size_in_by…
│
-└──────────────────────────────────────────────────────────────────────────────┘
+<div
class="codehilite"><pre><span></span><code>┌──────────────────────────────────────────────────────────────────────────┐
+│ st_area(st_geomfromwkt(Utf8("POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))"))) │
+│ float64 │
+╞══════════════════════════════════════════════════════════════════════════╡
+│ 100.0 │
+└──────────────────────────────────────────────────────────────────────────┘
</code></pre></div>
@@ -1410,7 +1394,7 @@ geometries. The fields of its struct return type are:</p>
<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="December 16, 2025 15:32:56
UTC">December 16, 2025 15:32:56</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime" title="December 16, 2025 17:11:52
UTC">December 16, 2025 17:11:52</span>
</span>
diff --git a/latest-snapshot/reference/functions/st_asbinary.qmd
b/latest-snapshot/reference/functions/st_asbinary.qmd
new file mode 100644
index 00000000..8876544d
--- /dev/null
+++ b/latest-snapshot/reference/functions/st_asbinary.qmd
@@ -0,0 +1,34 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+title: ST_AsBinary
+description: Converts a geometry to Well-Known Binary (WKB) format.
+kernels:
+ - returns: geometry
+ args: [geometry]
+---
+
+## Description
+
+`ST_AsBinary()` Returns the Well-Known Binary representation of a geometry or
geography. This function also has the alias ST_AsWKB.
+
+## Examples
+
+```sql
+SELECT ST_AsBinary(ST_Point(1.0, 2.0));
+```
diff --git a/latest-snapshot/reference/functions/st_intersection/index.html
b/latest-snapshot/reference/functions/st_asbinary/index.html
similarity index 92%
copy from latest-snapshot/reference/functions/st_intersection/index.html
copy to latest-snapshot/reference/functions/st_asbinary/index.html
index 0d2ac46c..dd9735e6 100644
--- a/latest-snapshot/reference/functions/st_intersection/index.html
+++ b/latest-snapshot/reference/functions/st_asbinary/index.html
@@ -7,7 +7,7 @@
- <link rel="canonical"
href="https://sedona.apache.org/sedonadb/latest/reference/functions/st_intersection/">
+ <link rel="canonical"
href="https://sedona.apache.org/sedonadb/latest/reference/functions/st_asbinary/">
@@ -20,7 +20,7 @@
- <title>ST_Intersection - SedonaDB</title>
+ <title>ST_AsBinary - SedonaDB</title>
@@ -84,7 +84,7 @@
<div data-md-component="skip">
- <a href="#st_intersection" class="md-skip">
+ <a href="#st_asbinary" class="md-skip">
Skip to content
</a>
@@ -123,7 +123,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
- ST_Intersection
+ ST_AsBinary
</span>
</div>
@@ -1304,6 +1304,17 @@
</span>
</a>
+</li>
+
+ <li class="md-nav__item">
+ <a href="#description" class="md-nav__link">
+ <span class="md-ellipsis">
+
+ Description
+
+ </span>
+ </a>
+
</li>
<li class="md-nav__item">
@@ -1334,7 +1345,7 @@
- <a
href="https://github.com/apache/sedona-db/blob/main/docs/reference/functions/st_intersection.md"
title="Edit this page" class="md-content__button md-icon" rel="edit">
+ <a
href="https://github.com/apache/sedona-db/blob/main/docs/reference/functions/st_asbinary.md"
title="Edit this page" class="md-content__button md-icon" rel="edit">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10
20H6V4h7v5h5v3.1l2-2V8l-6-6H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h4zm10.2-7c.1 0
.3.1.4.2l1.3 1.3c.2.2.2.6 0 .8l-1 1-2.1-2.1 1-1c.1-.1.2-.2.4-.2m0 3.9L14.1
23H12v-2.1l6.1-6.1z"></path></svg>
</a>
@@ -1342,35 +1353,29 @@
-<h1 id="st_intersection">ST_Intersection<a class="headerlink"
href="#st_intersection" title="Permanent link">¶</a></h1>
-<p>Compute the intersection of two geometries or geographies.</p>
+<h1 id="st_asbinary">ST_AsBinary<a class="headerlink" href="#st_asbinary"
title="Permanent link">¶</a></h1>
+<p>Converts a geometry to Well-Known Binary (WKB) format.</p>
<h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent
link">¶</a></h2>
-<div class="highlight"><pre><span></span><code><span
class="n">geometry</span><span class="w"> </span><span
class="n">ST_Intersection</span><span class="p">(</span><span
class="n">geomA</span><span class="p">:</span><span class="w"> </span><span
class="n">geometry</span><span class="p">,</span><span class="w"> </span><span
class="n">geomB</span><span class="p">:</span><span class="w"> </span><span
class="n">geometry</span><span class="p">)</span>
-<span class="n">geography</span><span class="w"> </span><span
class="n">ST_Intersection</span><span class="p">(</span><span
class="n">geogA</span><span class="p">:</span><span class="w"> </span><span
class="n">geography</span><span class="p">,</span><span class="w"> </span><span
class="n">geogB</span><span class="p">:</span><span class="w"> </span><span
class="n">geography</span><span class="p">)</span>
+<div class="highlight"><pre><span></span><code><span
class="n">geometry</span><span class="w"> </span><span
class="n">ST_AsBinary</span><span class="p">(</span><span
class="n">geom</span><span class="p">:</span><span class="w"> </span><span
class="n">geometry</span><span class="p">)</span>
</code></pre></div>
<h2 id="arguments">Arguments<a class="headerlink" href="#arguments"
title="Permanent link">¶</a></h2>
<ul>
-<li><strong>geogA</strong> (geography): Input geography</li>
-<li><strong>geogB</strong> (geography): Input geography</li>
-<li><strong>geomA</strong> (geometry): Input geometry</li>
-<li><strong>geomB</strong> (geometry): Input geometry</li>
+<li><strong>geom</strong> (geometry): Input geometry</li>
</ul>
+<h2 id="description">Description<a class="headerlink" href="#description"
title="Permanent link">¶</a></h2>
+<p><code>ST_AsBinary()</code> Returns the Well-Known Binary representation of a
+geometry or geography. This function also has the alias ST_AsWKB.</p>
<h2 id="examples">Examples<a class="headerlink" href="#examples"
title="Permanent link">¶</a></h2>
-<div class="highlight"><pre><span></span><code><span
class="k">SELECT</span><span class="w"> </span><span
class="n">ST_Intersection</span><span class="p">(</span>
-<span class="w"> </span><span class="n">ST_GeomFromText</span><span
class="p">(</span><span class="s1">'POLYGON ((1 1, 11 1, 11 11, 1 11, 1
1))'</span><span class="p">),</span>
-<span class="w"> </span><span class="n">ST_GeomFromText</span><span
class="p">(</span><span class="s1">'POLYGON ((0 0, 10 0, 10 10, 0 10, 0
0))'</span><span class="p">)</span>
-<span class="p">)</span><span class="w"> </span><span class="k">AS</span><span
class="w"> </span><span class="n">val</span><span class="p">;</span>
+<div class="highlight"><pre><span></span><code><span
class="k">SELECT</span><span class="w"> </span><span
class="n">ST_AsBinary</span><span class="p">(</span><span
class="n">ST_Point</span><span class="p">(</span><span class="mi">1</span><span
class="p">.</span><span class="mi">0</span><span class="p">,</span><span
class="w"> </span><span class="mi">2</span><span class="p">.</span><span
class="mi">0</span><span class="p">));</span>
</code></pre></div>
-<div
class="codehilite"><pre><span></span><code>┌────────────────────────────────────┐
-│ val │
-│ geometry │
-╞════════════════════════════════════╡
-│ POLYGON((1 1,1 10,10 10,10 1,1 1)) │
-└────────────────────────────────────┘
+<div
class="codehilite"><pre><span></span><code>┌──────────────────────────────────────────────┐
+│ st_asbinary(st_point(Float64(1),Float64(2))) │
+│ binary │
+╞══════════════════════════════════════════════╡
+│ 0101000000000000000000f03f0000000000000040 │
+└──────────────────────────────────────────────┘
</code></pre></div>
-<p><a class="glightbox" data-type="image" data-width="100%" data-height="auto"
href="../st_intersection_files/figure-commonmark/cell-2-output-1.png"
data-desc-position="bottom"><img alt=""
src="../st_intersection_files/figure-commonmark/cell-2-output-1.png"></a></p>
-
@@ -1390,7 +1395,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="December 16, 2025 15:32:56
UTC">December 16, 2025 15:32:56</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime" title="December 16, 2025 17:11:52
UTC">December 16, 2025 17:11:52</span>
</span>
diff --git a/latest-snapshot/reference/functions/st_buffer/index.html
b/latest-snapshot/reference/functions/st_buffer/index.html
index 853078d8..d2731e4f 100644
--- a/latest-snapshot/reference/functions/st_buffer/index.html
+++ b/latest-snapshot/reference/functions/st_buffer/index.html
@@ -1408,7 +1408,7 @@ input geometry is less than or equal to a specified
distance.</p>
<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="December 16, 2025 15:32:56
UTC">December 16, 2025 15:32:56</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime" title="December 16, 2025 17:11:52
UTC">December 16, 2025 17:11:52</span>
</span>
diff --git a/latest-snapshot/reference/functions/st_intersection/index.html
b/latest-snapshot/reference/functions/st_intersection/index.html
index 0d2ac46c..6c67c75d 100644
--- a/latest-snapshot/reference/functions/st_intersection/index.html
+++ b/latest-snapshot/reference/functions/st_intersection/index.html
@@ -1390,7 +1390,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="December 16, 2025 15:32:56
UTC">December 16, 2025 15:32:56</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime" title="December 16, 2025 17:11:52
UTC">December 16, 2025 17:11:52</span>
</span>
diff --git a/latest-snapshot/search/search_index.json
b/latest-snapshot/search/search_index.json
index b7e09105..61f4c1be 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
diff --git a/latest-snapshot/sitemap.xml b/latest-snapshot/sitemap.xml
index 9864ae4e..5d1f0e86 100644
--- a/latest-snapshot/sitemap.xml
+++ b/latest-snapshot/sitemap.xml
@@ -64,6 +64,14 @@
<loc>https://sedona.apache.org/sedonadb/latest/reference/functions/st_analyze_agg/</loc>
<lastmod>2025-12-16</lastmod>
</url>
+ <url>
+
<loc>https://sedona.apache.org/sedonadb/latest/reference/functions/st_area/</loc>
+ <lastmod>2025-12-16</lastmod>
+ </url>
+ <url>
+
<loc>https://sedona.apache.org/sedonadb/latest/reference/functions/st_asbinary/</loc>
+ <lastmod>2025-12-16</lastmod>
+ </url>
<url>
<loc>https://sedona.apache.org/sedonadb/latest/reference/functions/st_buffer/</loc>
<lastmod>2025-12-16</lastmod>
diff --git a/latest-snapshot/sitemap.xml.gz b/latest-snapshot/sitemap.xml.gz
index 015b3d11..7f4b1070 100644
Binary files a/latest-snapshot/sitemap.xml.gz and
b/latest-snapshot/sitemap.xml.gz differ