Even Rouault
Even Rouault
> When the target CRS of a `BoundCRS` object is a Projected CRS That's highly untypical. The target CRS of a BoundCRS should be (in practice) a geographic CRS, so...
I believe this is a side effect of a change of many years ago of https://github.com/OSGeo/PROJ/commit/edb068401822c0cb7047019ae7a1dac587778ce3#diff-6ddde4f3f187062a5e8b59f634a5c067d4585ce0d9779227e215725515538bcbR482 where the output of ``+proj=unitconvert +xy_in=deg +xy_out=rad`` is rightfully qualified as PJ_IO_UNITS_RADIANS instead of...
> This gie test highlights a few problems: I'm not sure how gie is relevant here. The post-unit conversion from radians to degree is a cct specific code path
> I didn't see any connection to cct yes sorry my analysis was a bit terse. This is related to https://github.com/OSGeo/PROJ/blob/01194d8767e56a83ee33c381ad015a8e964ee7dc/src/apps/cct.cpp#L527 which has been there since the beginnings of cct....
> could the zip issues be due to compression on the zip files? I would rather think to timestamps: https://github.com/OSGeo/gdal/blob/fd803f4d797a34fdb73d84f50dcf6c75ccc50cea/port/cpl_minizip_zip.cpp#L2205 So there's this TIMESTAMP option for the CPLCreateFileInZip() function (and...
> or it needs to be read from the Mapfile and code updated to pass it to that function? yes that
I'm echoing others skepticism about the need to add hacks in the Shapefile driver. GDAL has full read/write support for GeoPackage and FileGeodatabase, the latest being the premium format fof...
> Not sure if it makes it better or worse, but latot probably wants this in the ogr2ogr core (like the field type args), so it works with every format....
The commit in cli/CMakeLists.txt breaks some builds. See for example https://github.com/OSGeo/gdal/actions/runs/12298084801/job/34320720920 : ``` Install the project... -- Install configuration: "Release" -- Installing: /usr/local/bin/cppcheck -- Installing: /usr/local/bin/cppcheck-htmlreport CMake Error at cli/cmake_install.cmake:78...
> unambiguous mathematical meaning for a planar edge on a spheroidal datum. No ambiguity here. Planar on a geographic CRS means to consider the (longitude, latitude) space as a Cartesian...