Dan Baston

Results 265 comments of Dan Baston

Here is an XML test to help with diagnosing the issue. geos-gh-827.xml.txt](https://github.com/libgeos/geos/files/10845933/issue-geos-gh-827.xml.txt) (added .txt so GitHub will allow it) I looked into it a bit and found the breaking commit...

See https://github.com/libgeos/geos/issues/872 for discussion about why this is the case.

@pramsey The PostGIS `POINTARRAY` has been doing this for roughly a decade...any issues there? https://github.com/postgis/postgis/blob/master/liblwgeom/lwinline.h#L90-L100

For now, the cleanest way to do this is probably with a user-defined function. With the Python version and CLI versions of exactextract you can provide arguments like `default_value` to...

Related: https://trac.osgeo.org/geos/ticket/1117

I'm talking not about the default behavior, but the behavior when `CMAKE_INSTALL_RPATH` is set. This sets `RUNPATH` for the installed executables but not the installed Python bindings. #6371 makes a...

I think the problem may be that the python `.so` files are installed via the `SCRIPT` form of `install()`, rather than the `TARGET` form. cmake never knows it's installing them,...

Yes, I would expose it to Python. I am wondering if I should also extend it to directly provide a progress percentage.

@JakubCha Currently yes, the progress callback is invoked either once per feature or once per raster chunk. In the per-chunk case, the caller has no simple way to know how...