Dan Baston

Results 99 issues of Dan Baston

Fixes https://trac.osgeo.org/postgis/ticket/5747

exactextract currently does not check the CRS of its inputs for consistency, although it has access to this information in the form of WKT strings. The exactextractr package automatically reprojects...

The current `Processor` implementations (`FeatureSequentialProcessor`, `RasterSequentialProcessor`) could be extended to use multiple threads. (Alternatively, new `Processor` implementations could be added added). Some previous work was done by @shortcutman using TBB...

enhancement

[exactexractr](https://github.com/isciences/exactextractr) has been maintained as a separate repository that includes this repository as a git subtree. Moving exactextractr into this repository may simplify development and would allow consistent usage and...

This would allow calculation of values such as mean aspect within a polygon.

enhancement

This PR extends implements `getLength()` and `getArea()` methods for curved geometry types. It also extends `SimplePointInAreaLocator` and `RayCrossingCounter` to handle rings defined by a combination of line segments and circular...

Enhancement

PostGIS raises an error with `COMPOUNDCURVE( (0 0, 1 1), CIRCULARSTRING (0 0, 1 1, 2 0))` but GEOS happily accepts it.

Bug

Many applications require the ability to split a geometry by a line. This has been implemented in [PostGIS](https://github.com/postgis/postgis/blob/9025db591287d25c0cfc78571d10e2d8019e6771/liblwgeom/lwgeom_geos_split.c#L351), [QGIS](https://github.com/qgis/QGIS/blob/dd01d113e3369cc3e659caa4a89bf45e27a6a82f/src/core/geometry/qgsgeos.cpp#L1251), and when using the dateline as a splitting geometry, [GDAL](https://github.com/OSGeo/gdal/blob/e187124a8462439d7a94581bc1cb062d9df51ac8/ogr/ogrgeometryfactory.cpp#L2947). Implementing...

Enhancement

### What is the bug? I am trying to build and install the GDAL Python bindings on a Linux system where I have neither write access to system directories nor...