You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>vorprojekt -> make geos understand arcs (QGIS did the segmentation before sending to geos)</li>
202
+
<li>pilot project -> make geos understand arcs</li>
176
203
<li>geos community showed acceptance for the subject, project was merged</li>
177
204
</ul>
178
205
@@ -184,7 +211,7 @@ <h2>what did we do 1</h2>
184
211
185
212
<section>
186
213
187
-
<h2>what did we do 2</h2>
214
+
<h2>what did we do 2025-2026</h2>
188
215
<ul>
189
216
<li>crowdfunding 125K</li>
190
217
<li>Implementation in GEOS</li>
@@ -199,11 +226,34 @@ <h2>what did we do 2</h2>
199
226
<section>
200
227
201
228
<h2>First of all thanks!</h2>
202
-
<p>list from MK <ahref="https://chat.google.com/dm/1Mgf7gAAAAE/9CD839QJctc/9CD839QJctc?cls=10">https://chat.google.com/dm/1Mgf7gAAAAE/9CD839QJctc/9CD839QJctc?cls=10</a></p>
229
+
<divclass="container">
230
+
<divclass="col">
231
+
<ul>
232
+
<li>Bundesamt für Landestopografie swisstopo</li>
233
+
<li>Verein AV-QGIS</li>
234
+
<li>Kanton Schaffhausen</li>
235
+
<li>Grundbuch- und Vermessungsamt Basel-Stadt</li>
@@ -214,9 +264,16 @@ <h2>First of all thanks!</h2>
214
264
<section>
215
265
216
266
<h2>where are we at 2024-2025</h2>
217
-
<p>2024: Add representation for curved geometry types to GEOS, input/output using WKT and WKB
218
-
2025: Low-level algorithms for curves: get intersection point(s) and arc(s) of two curves.
219
-
Compute all intersection points between two geometries</p>
267
+
<h3>2024</h3>
268
+
<ul>
269
+
<li>Add representation for curved geometry types to GEOS</li>
270
+
<li>input/output using WKT and WKB</li>
271
+
</ul>
272
+
<h3>2025</h3>
273
+
<ul>
274
+
<li>Low-level algorithms for curves: get intersection point(s) and arc(s) of two curves.</li>
275
+
<li>Compute all intersection points between two geometries</li>
276
+
</ul>
220
277
221
278
</section>
222
279
@@ -227,16 +284,16 @@ <h2>where are we at 2024-2025</h2>
227
284
<section>
228
285
229
286
<h2>where are we at 2026</h2>
230
-
<p>Add functions to convert between curved geometries and linear approximations</p>
231
-
<pre><code>The purpose of implementing these routines in GEOS is so we can accept curved inputs for all GEOS C API functions, and then incrementally add true curve support without clients needing to change their
232
-
code.
233
-
Functionality is similar to QGIS, with the addition of a "maximum arc angle"
234
-
in line-to-curve conversion, as described in https://github.com/qgis/QGIS/pull/35875#issuecomment-627300302
0 commit comments