Even Rouault

Results 1295 comments of Even Rouault

Re-opening as this should be a QGIS improvement. Cf my comment in https://github.com/OSGeo/gdal/issues/7199#issuecomment-1421366420

why do we need that? Windows builds are already well covered by https://github.com/OSGeo/shapelib/blob/master/.github/workflows/main.yml

@eitanrapa / @chikle9090: @cffk , the expert on the topic in our team , has recently communicated progress he's made on that topic in https://lists.osgeo.org/pipermail/proj/2025-October/011919.html and https://lists.osgeo.org/pipermail/proj/2025-November/011927.html . Such task...

@JanCaha Can you add a screenshot of the new dialog in the PR description ? I believe that will help the documentation / changelog team

CC @bradh @lidq92 HEIF creation capabilities have just landed in GDAL master (3.11.0dev) a few days ago. Did you try to build it from source?

Likely something similar to https://github.com/OSGeo/gdal/issues/9822

This is a GEOS behavior that comes from https://github.com/libgeos/geos/blob/3bdeea5375b13c4f57da6e9e399b2c4e39540737/src/operation/distance/DistanceOp.cpp#L113 . @dbaston do you think it would makes more sense for that GEOS method to return +Infinity instead of 0 ?

also CC'ing @dr-jts as I see this is a specified behavior of JTS in https://github.com/locationtech/jts/blame/2c85e142539b1832776d3792c32d88164e83e4fc/modules/core/src/main/java/org/locationtech/jts/operation/distance/DistanceOp.java#L151

> Doesn't PostGIS use GEOS as well? I checked and it has its own implementation that doesn't use GEOSDistance

> > I checked and it has its own implementation that doesn't use GEOSDistance > > SpatiaLite seems to use GEOS https://www.gaia-gis.it/gaia-sins/spatialite-sql-5.1.0.html also but it returns NULL. on close inspection,...