Even Rouault

Results 1301 comments of Even Rouault

> Using that encoding in open options works with ogrinfo. I suspect the GDAL build of duckdb_spatial isn't built against libiconv

> I am trying to use st_read to read a *.txt as a CSV This will be fixed with GDAL 3.10 thanks to https://github.com/OSGeo/gdal/commit/06e3fb67bb6eecff78ac2878e4ab318ecd7d849d

> The source of this problem was a workaround in mapserver for a bug in proj prior to version 9.4.1. The workaround checks for proj major versions between 6 and...

@oshawa-connection Thanks for the thouroughful analysis. I believe a better fix would be https://github.com/MapServer/MapServer/pull/7121 . Can you give this a try?

I believe this is a capability of libnetcdf if it is built with OpenDAP support, that should be available through GDAL netCDF driver. I suppose there must be libnetcdf documentation...

You are probably using a too old GDAL version. Since GDAL 2.2.0, the concept of empty field values has been added and will be correctly used in that case. Given...

> When I use ogr2ogr to convert PostGIS data with some null values to GeoJSON, GeoJSON outputs hard null values instead of just dropping the attribute, which is a different...

> In 2022, work was initiated in the OGC CRS SWG, PROJJSON 0.6.0 should be aligned with the latest revision of WKT2:2019. That said the work to make it an...

> I would be happier if `should be` was `is`. My experience is that pretty much every human production larger than one line is likely to be buggy, including approved...