Even Rouault
Even Rouault
There are some clients which could be made much faster if the return of the /collections/{collectionname} endpoint included the type of geometry (Point/MultiPoint, LineString/MultiLineString, Polygon/MultiPolygon), probably as an optional element,...
Alternative implementation to #4067
- Database: update to EPSG v11.007 - Operation Geographic3D Offset By Velocity Grid: use geodetic datum anchor epoch, now that NAD83(CSRS)vX datums have one since EPSG v11.007 - Recognize EPSG:1079...
Last commit only. The 3 first ones are from EPSG 11.007 update (https://github.com/OSGeo/PROJ/pull/4093)
- Move insertion triggers implementing consistency checks in a dedicated file. Can make it easier to disable them to speed the proj.db speed process during some development scenarios. - move...
The formulas for the "Legacy ellipsoidal form" don't match the maths in the code. For the foward case, the N and R in the doc is not used anywhere. The...
We should either fail explicitly, or better unset PROJ_NETWORK if possible
**Describe the bug** False positive detection of binary file for Binary-Artifacts checker **Reproduction steps** Look at https://securityscorecards.dev/viewer/?uri=github.com/OSGeo/gdal. It indicates in Binary-Artifacts "Warn: binary detected: autotest/gdrivers/data/esric/Layers/_alllayers/L01/R0000C0000.bundle:1" This is this file: https://github.com/OSGeo/gdal/blob/master/autotest/gdrivers/data/esric/Layers/_alllayers/L01/R0000C0000.bundle...
https://www.gpsbabel.org/tips/related.html mentions "[Geospatial Data Abstraction Library](https://www.gdal.org/) (GDAL) can use GPSBabel for [GPS transformations for raster data](https://www.gdal.org/drv_gpsbabel.html)." This is inaccurate It should rather be: [Geospatial Data Abstraction Library](https://www.gdal.org/) (GDAL) can use...
With those tunings (mostly forcing -fno-fast-math), build passes without warnings with ICC 2024.0.2.29 in Release mode, and tests pass as well.