This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git
commit 620d6975016d30ebb93079387bb3457dc91dca1d Author: Jia Yu <[email protected]> AuthorDate: Thu Dec 22 23:40:15 2022 -0700 Deployed 95502ef0 to 1.3.1-incubating with MkDocs 1.4.2 and mike 1.1.2 --- 1.3.1-incubating/api/flink/Function/index.html | 32 +------------------------ 1.3.1-incubating/api/sql/Function/index.html | 29 +--------------------- 1.3.1-incubating/api/sql/Parameter/index.html | 9 +------ 1.3.1-incubating/search/search_index.json | 2 +- 1.3.1-incubating/sitemap.xml.gz | Bin 251 -> 251 bytes 5 files changed, 4 insertions(+), 68 deletions(-) diff --git a/1.3.1-incubating/api/flink/Function/index.html b/1.3.1-incubating/api/flink/Function/index.html index 88591123..12996c66 100644 --- a/1.3.1-incubating/api/flink/Function/index.html +++ b/1.3.1-incubating/api/flink/Function/index.html @@ -2029,15 +2029,6 @@ </a> -</li> - - <li class="md-nav__item"> - - <a href="#st_concavehull" class="md-nav__link"> - ST_ConcaveHull - </a> - - </li> <li class="md-nav__item"> @@ -3602,15 +3593,6 @@ </a> -</li> - - <li class="md-nav__item"> - - <a href="#st_concavehull" class="md-nav__link"> - ST_ConcaveHull - </a> - - </li> <li class="md-nav__item"> @@ -4104,18 +4086,6 @@ If the geometry is lacking SRID a WKT format is produced. <p>Input: <code>MULTILINESTRING((0 0, 10 0, 10 10, 0 10, 0 0),(10 10, 20 10, 20 20, 10 20, 10 10))</code></p> <p>Output: <code>MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),((10 10,10 20,20 20,20 10,10 10)))</code></p> -<h2 id="st_concavehull">ST_ConcaveHull<a class="headerlink" href="#st_concavehull" title="Permanent link">¶</a></h2> -<p>Introduction: Return the Concave Hull of polgyon A, with alpha set to pctConvex[0, 1] in the Delaunay Triangulation method, the concave hull will not contain a hole unless allowHoles is set to true</p> -<p>Format: <code>ST_ConcaveHull (A:geometry, pctConvex:float)</code></p> -<p>Format: <code>ST_ConcaveHull (A:geometry, pctConvex:float, allowHoles:Boolean)</code></p> -<p>Since: <code>v1.3.2</code></p> -<p>Example:</p> -<div class="highlight"><pre><span></span><code><span class="k">SELECT</span><span class="w"> </span><span class="n">ST_ConcaveHull</span><span class="p">(</span><span class="n">polygondf</span><span class="p">.</span><span class="n">countyshape</span><span class="p">,</span><span class="w"> </span><span class="n">pctConvex</span><span class="p">)</span><span class="o">`</span><span class="w"></span> -<span class="k">FROM</span><span class="w"> </span><span class="n">polygondf</span><span class="w"></span> -</code></pre></div> - -<p>Input: <code>Polygon ((0 0, 1 2, 2 2, 3 2, 5 0, 4 0, 3 1, 2 1, 1 0, 0 0))</code></p> -<p>Output: <code>POLYGON ((1 2, 2 2, 3 2, 5 0, 4 0, 1 0, 0 0, 1 2))</code></p> <h2 id="st_distance">ST_Distance<a class="headerlink" href="#st_distance" title="Permanent link">¶</a></h2> <p>Introduction: Return the Euclidean distance between A and B</p> <p>Format: <code>ST_Distance (A:geometry, B:geometry)</code></p> @@ -4521,7 +4491,7 @@ For SourceCRS and TargetCRS, WKT format is also available since v1.3.1.</p> <small> Last update: - <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">December 22, 2022 07:16:10</span> + <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">December 3, 2022 19:27:54</span> </small> diff --git a/1.3.1-incubating/api/sql/Function/index.html b/1.3.1-incubating/api/sql/Function/index.html index 9a83537d..13722a30 100644 --- a/1.3.1-incubating/api/sql/Function/index.html +++ b/1.3.1-incubating/api/sql/Function/index.html @@ -1690,15 +1690,6 @@ </a> -</li> - - <li class="md-nav__item"> - - <a href="#st_concavehull" class="md-nav__link"> - ST_ConcaveHull - </a> - - </li> <li class="md-nav__item"> @@ -3856,15 +3847,6 @@ </a> -</li> - - <li class="md-nav__item"> - - <a href="#st_concavehull" class="md-nav__link"> - ST_ConcaveHull - </a> - - </li> <li class="md-nav__item"> @@ -4632,15 +4614,6 @@ If the geometry is lacking SRID a WKT format is produced. +----------------------------------------------------------------------------+ </code></pre></div> -<h2 id="st_concavehull">ST_ConcaveHull<a class="headerlink" href="#st_concavehull" title="Permanent link">¶</a></h2> -<p>Introduction: Return the Concave Hull of polgyon A, with alpha set to pctConvex[0, 1] in the Delaunay Triangulation method, the concave hull will not contain a hole unless allowHoles is set to true</p> -<p>Format: <code>ST_ConcaveHull (A:geometry, pctConvex:float)</code></p> -<p>Format: <code>ST_ConcaveHull (A:geometry, pctConvex:float, allowHoles:Boolean)</code></p> -<p>Since: <code>v1.3.2</code></p> -<p>Spark SQL example: -<div class="highlight"><pre><span></span><code><span class="k">SELECT</span><span class="w"> </span><span class="n">ST_ConcaveHull</span><span class="p">(</span><span class="n">polygondf</span><span class="p">.</span><span class="n">countyshape</span><span class="p">,</span><span class="w"> </span><span class="n">pctConvex</span><span class="p">)</span><span class="o">`</span><span class="w"></span> -<span class="k">FROM</span><span class="w"> </span><span class="n">polygondf</span><span class="w"></span> -</code></pre></div></p> <h2 id="st_convexhull">ST_ConvexHull<a class="headerlink" href="#st_convexhull" title="Permanent link">¶</a></h2> <p>Introduction: Return the Convex Hull of polgyon A</p> <p>Format: <code>ST_ConvexHull (A:geometry)</code></p> @@ -5380,7 +5353,7 @@ For SourceCRS and TargetCRS, WKT format is also available since v1.3.1.</p> <small> Last update: - <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">December 22, 2022 07:16:10</span> + <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">December 3, 2022 19:27:54</span> </small> diff --git a/1.3.1-incubating/api/sql/Parameter/index.html b/1.3.1-incubating/api/sql/Parameter/index.html index f101131a..e52ebf4b 100644 --- a/1.3.1-incubating/api/sql/Parameter/index.html +++ b/1.3.1-incubating/api/sql/Parameter/index.html @@ -3102,13 +3102,6 @@ <li>Possible values: rtree, quadtree</li> </ul> </li> -<li>sedona.join.autoBroadcastJoinThreshold<ul> -<li>Configures the maximum size in bytes for a table that will be broadcast to all worker nodes when performing a join. - By setting this value to -1 automatic broadcasting can be disabled.</li> -<li>Default: The default value is the same as spark.sql.autoBroadcastJoinThreshold</li> -<li>Possible values: any integer with a byte suffix i.e. 10MB or 512KB</li> -</ul> -</li> <li>sedona.join.gridtype<ul> <li>Spatial partitioning grid type for join query</li> <li>Default: kdbtree</li> @@ -3140,7 +3133,7 @@ <small> Last update: - <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">December 13, 2022 08:33:57</span> + <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">December 3, 2022 01:46:53</span> </small> diff --git a/1.3.1-incubating/search/search_index.json b/1.3.1-incubating/search/search_index.json index ea87ae7f..537642c7 100644 --- a/1.3.1-incubating/search/search_index.json +++ b/1.3.1-incubating/search/search_index.json @@ -1 +1 @@ -{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":true,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"12/01/2022: Sedona 1.3.0-incubating is released. It adds native support of GeoParquet, DataFrame style API, Scala 2.13, Python 3.10, spatial aggregation on Flink. Please check Sedona release notes. \u00b6 08/30/2022: Sedona 1.2.1-incubating is released. It supports Spark 2.4 - 3.3. and Flink 1.12+. \u00b6 04/16/2022: Sedona 1.2.0-incubating is rel [...] \ No newline at end of file +{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":true,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"12/01/2022: Sedona 1.3.0-incubating is released. It adds native support of GeoParquet, DataFrame style API, Scala 2.13, Python 3.10, spatial aggregation on Flink. Please check Sedona release notes. \u00b6 08/30/2022: Sedona 1.2.1-incubating is released. It supports Spark 2.4 - 3.3. and Flink 1.12+. \u00b6 04/16/2022: Sedona 1.2.0-incubating is rel [...] \ No newline at end of file diff --git a/1.3.1-incubating/sitemap.xml.gz b/1.3.1-incubating/sitemap.xml.gz index e112c84b..d70100c6 100644 Binary files a/1.3.1-incubating/sitemap.xml.gz and b/1.3.1-incubating/sitemap.xml.gz differ
