Skip to content

Commit

Permalink
Deploying to gh-pages from @ 95b1601 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jun 27, 2023
1 parent a4f0d67 commit 09c842a
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 3 deletions.
6 changes: 6 additions & 0 deletions index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ Go gogeos Haskell geos hgeos Javascript node-geos Julia L
<li>
<p>GEOS has been updated to read and write “M” dimension. As with the “Z” coordinate support, not all operations can preserve the “M” dimension, but best efforts are made to retain it through calculations, input and output.</p>
</li>
<li>
<p>Much work on the core code of GEOS was carried out with a maintenance grant funded by the GDAL project and <a
class="gdoc-markdown__link"
href="https://www.mail-archive.com/gdal-dev@lists.osgeo.org/msg39018.html"
>carried out by Dan Baston</a>.</p>
</li>
&lt;/ul&gt;</description>
</item>

Expand Down
13 changes: 11 additions & 2 deletions posts/2023-06-27-geos-3-12-released/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<meta name="description" content="The 3.12 release of GEOS is now available to download.
This release includes the following new features in the C API (and of course underlying changes to the C&#43;&#43; code to support these features):
GEOSDisjointSubsetUnion, anptimized union algorithm for inputs that can be divided into subsets. GEOSLineSubstring, to clip a line using a start and end fractional length. GEOSEqualsIdentical, to test exact equality (with regards to order, structure, etc) of two geometries. GEOSOrientPolygons, to enforce a ring orientation on all polygonal elements in the input geometry. GEOSSTRtree_build, to force an immediate build of an STRtree. GEOSConcaveHullByLength, to build a concave hull by removing the longest outer edges of the Delaunay Triangulation of the space between the polygons, until the specified maximm edge length is reached GEOSGeomGetM, to read the M-dimensional value of a geometry. GEOSVoronoiDiagram, returns the Voronoi polygons or edges of the vertices of the given geometry. GEOSCoverageSimplifyVW, GEOSCoverageUnion, GEOSCoverageIsValid for working with &ldquo;polygonal coverages&rdquo;, collections of polygons that follow coverage rules (no overlaps, exact vertex equivalence on shared edges). GEOSGeom_releaseCollection, to free a collection while leaving the sub-geometries intact. GEOSMinimumRotatedRectangle, a rework of the minimum rectangle code to be faster and more correct. GEOS has been updated to read and write &ldquo;M&rdquo; dimension. As with the &ldquo;Z&rdquo; coordinate support, not all operations can preserve the &ldquo;M&rdquo; dimension, but best efforts are made to retain it through calculations, input and output.
Much work on the core code of GEOS was carried out with a maintenance grant funded by the GDAL project and carried out by Dan Baston.
" />

<title>Version 3.12.0 | GEOS</title>
Expand Down Expand Up @@ -44,6 +45,7 @@
<meta property="og:description" content="The 3.12 release of GEOS is now available to download.
This release includes the following new features in the C API (and of course underlying changes to the C&#43;&#43; code to support these features):
GEOSDisjointSubsetUnion, anptimized union algorithm for inputs that can be divided into subsets. GEOSLineSubstring, to clip a line using a start and end fractional length. GEOSEqualsIdentical, to test exact equality (with regards to order, structure, etc) of two geometries. GEOSOrientPolygons, to enforce a ring orientation on all polygonal elements in the input geometry. GEOSSTRtree_build, to force an immediate build of an STRtree. GEOSConcaveHullByLength, to build a concave hull by removing the longest outer edges of the Delaunay Triangulation of the space between the polygons, until the specified maximm edge length is reached GEOSGeomGetM, to read the M-dimensional value of a geometry. GEOSVoronoiDiagram, returns the Voronoi polygons or edges of the vertices of the given geometry. GEOSCoverageSimplifyVW, GEOSCoverageUnion, GEOSCoverageIsValid for working with “polygonal coverages”, collections of polygons that follow coverage rules (no overlaps, exact vertex equivalence on shared edges). GEOSGeom_releaseCollection, to free a collection while leaving the sub-geometries intact. GEOSMinimumRotatedRectangle, a rework of the minimum rectangle code to be faster and more correct. GEOS has been updated to read and write “M” dimension. As with the “Z” coordinate support, not all operations can preserve the “M” dimension, but best efforts are made to retain it through calculations, input and output.
Much work on the core code of GEOS was carried out with a maintenance grant funded by the GDAL project and carried out by Dan Baston.
" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://libgeos.org/posts/2023-06-27-geos-3-12-released/" />
Expand All @@ -64,6 +66,7 @@
<meta name="twitter:description" content="The 3.12 release of GEOS is now available to download.
This release includes the following new features in the C API (and of course underlying changes to the C&#43;&#43; code to support these features):
GEOSDisjointSubsetUnion, anptimized union algorithm for inputs that can be divided into subsets. GEOSLineSubstring, to clip a line using a start and end fractional length. GEOSEqualsIdentical, to test exact equality (with regards to order, structure, etc) of two geometries. GEOSOrientPolygons, to enforce a ring orientation on all polygonal elements in the input geometry. GEOSSTRtree_build, to force an immediate build of an STRtree. GEOSConcaveHullByLength, to build a concave hull by removing the longest outer edges of the Delaunay Triangulation of the space between the polygons, until the specified maximm edge length is reached GEOSGeomGetM, to read the M-dimensional value of a geometry. GEOSVoronoiDiagram, returns the Voronoi polygons or edges of the vertices of the given geometry. GEOSCoverageSimplifyVW, GEOSCoverageUnion, GEOSCoverageIsValid for working with “polygonal coverages”, collections of polygons that follow coverage rules (no overlaps, exact vertex equivalence on shared edges). GEOSGeom_releaseCollection, to free a collection while leaving the sub-geometries intact. GEOSMinimumRotatedRectangle, a rework of the minimum rectangle code to be faster and more correct. GEOS has been updated to read and write “M” dimension. As with the “Z” coordinate support, not all operations can preserve the “M” dimension, but best efforts are made to retain it through calculations, input and output.
Much work on the core code of GEOS was carried out with a maintenance grant funded by the GDAL project and carried out by Dan Baston.
" />


Expand All @@ -75,8 +78,8 @@
"name": "Version 3.12.0",
"url" : "https://libgeos.org/posts/2023-06-27-geos-3-12-released/",
"headline": "Version 3.12.0",
"description": "The 3.12 release of GEOS is now available to download.\n This release includes the following new features in the C API (and of course underlying changes to the C\u002b\u002b code to support these features):\n GEOSDisjointSubsetUnion, anptimized union algorithm for inputs that can be divided into subsets. GEOSLineSubstring, to clip a line using a start and end fractional length. GEOSEqualsIdentical, to test exact equality (with regards to order, structure, etc) of two geometries. GEOSOrientPolygons, to enforce a ring orientation on all polygonal elements in the input geometry. GEOSSTRtree_build, to force an immediate build of an STRtree. GEOSConcaveHullByLength, to build a concave hull by removing the longest outer edges of the Delaunay Triangulation of the space between the polygons, until the specified maximm edge length is reached GEOSGeomGetM, to read the M-dimensional value of a geometry. GEOSVoronoiDiagram, returns the Voronoi polygons or edges of the vertices of the given geometry. GEOSCoverageSimplifyVW, GEOSCoverageUnion, GEOSCoverageIsValid for working with “polygonal coverages”, collections of polygons that follow coverage rules (no overlaps, exact vertex equivalence on shared edges). GEOSGeom_releaseCollection, to free a collection while leaving the sub-geometries intact. GEOSMinimumRotatedRectangle, a rework of the minimum rectangle code to be faster and more correct. GEOS has been updated to read and write “M” dimension. As with the “Z” coordinate support, not all operations can preserve the “M” dimension, but best efforts are made to retain it through calculations, input and output.\n ",
"wordCount" : "888",
"description": "The 3.12 release of GEOS is now available to download.\n This release includes the following new features in the C API (and of course underlying changes to the C\u002b\u002b code to support these features):\n GEOSDisjointSubsetUnion, anptimized union algorithm for inputs that can be divided into subsets. GEOSLineSubstring, to clip a line using a start and end fractional length. GEOSEqualsIdentical, to test exact equality (with regards to order, structure, etc) of two geometries. GEOSOrientPolygons, to enforce a ring orientation on all polygonal elements in the input geometry. GEOSSTRtree_build, to force an immediate build of an STRtree. GEOSConcaveHullByLength, to build a concave hull by removing the longest outer edges of the Delaunay Triangulation of the space between the polygons, until the specified maximm edge length is reached GEOSGeomGetM, to read the M-dimensional value of a geometry. GEOSVoronoiDiagram, returns the Voronoi polygons or edges of the vertices of the given geometry. GEOSCoverageSimplifyVW, GEOSCoverageUnion, GEOSCoverageIsValid for working with “polygonal coverages”, collections of polygons that follow coverage rules (no overlaps, exact vertex equivalence on shared edges). GEOSGeom_releaseCollection, to free a collection while leaving the sub-geometries intact. GEOSMinimumRotatedRectangle, a rework of the minimum rectangle code to be faster and more correct. GEOS has been updated to read and write “M” dimension. As with the “Z” coordinate support, not all operations can preserve the “M” dimension, but best efforts are made to retain it through calculations, input and output.\n Much work on the core code of GEOS was carried out with a maintenance grant funded by the GDAL project and carried out by Dan Baston.\n ",
"wordCount" : "914",
"inLanguage": "en",
"isFamilyFriendly": "true",
"mainEntityOfPage": {
Expand Down Expand Up @@ -1459,6 +1462,12 @@ <h1 class="gdoc-post__title">Version 3.12.0</h1>
<li>
<p>GEOS has been updated to read and write &ldquo;M&rdquo; dimension. As with the &ldquo;Z&rdquo; coordinate support, not all operations can preserve the &ldquo;M&rdquo; dimension, but best efforts are made to retain it through calculations, input and output.</p>
</li>
<li>
<p>Much work on the core code of GEOS was carried out with a maintenance grant funded by the GDAL project and <a
class="gdoc-markdown__link"
href="https://www.mail-archive.com/gdal-dev@lists.osgeo.org/msg39018.html"
>carried out by Dan Baston</a>.</p>
</li>
</ul>
<p>The full list of changes is as follows:</p>
<ul>
Expand Down
6 changes: 6 additions & 0 deletions posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,12 @@ <h1 class="gdoc-post__title">
<li>
<p>GEOS has been updated to read and write &ldquo;M&rdquo; dimension. As with the &ldquo;Z&rdquo; coordinate support, not all operations can preserve the &ldquo;M&rdquo; dimension, but best efforts are made to retain it through calculations, input and output.</p>
</li>
<li>
<p>Much work on the core code of GEOS was carried out with a maintenance grant funded by the GDAL project and <a
class="gdoc-markdown__link"
href="https://www.mail-archive.com/gdal-dev@lists.osgeo.org/msg39018.html"
>carried out by Dan Baston</a>.</p>
</li>
</ul>
</section>
<div class="gdoc-post__readmore">
Expand Down
6 changes: 6 additions & 0 deletions posts/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
&lt;li&gt;
&lt;p&gt;GEOS has been updated to read and write &amp;ldquo;M&amp;rdquo; dimension. As with the &amp;ldquo;Z&amp;rdquo; coordinate support, not all operations can preserve the &amp;ldquo;M&amp;rdquo; dimension, but best efforts are made to retain it through calculations, input and output.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Much work on the core code of GEOS was carried out with a maintenance grant funded by the GDAL project and &lt;a
class=&#34;gdoc-markdown__link&#34;
href=&#34;https://www.mail-archive.com/gdal-dev@lists.osgeo.org/msg39018.html&#34;
&gt;carried out by Dan Baston&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
</item>

Expand Down
2 changes: 1 addition & 1 deletion search/en.data.min.json

Large diffs are not rendered by default.

0 comments on commit 09c842a

Please sign in to comment.