Even Rouault
Even Rouault
CC @abellgithub
Builds against TileDB < 2.21 will still use the BLOB type on creation, and builds against TileDB >= 2.21 will still support reading BLOB geometry columns. CC @perrygeo
The semantics of the add[Geometry/Curve/Ringetc.]Directly() methods in the OGRGeometry derived classes is error prone. When it succeeds, it acquires the passed geometry. But when it fails, it doesn't (thus it...
### What is the bug? Cf discussion thread at https://lists.osgeo.org/pipermail/gdal-dev/2024-March/058784.html and https://github.com/OSGeo/gdal/pull/9771 ### Steps to reproduce the issue - ### Versions and provenance - ### Additional context _No response_
### What is the bug? Most of our uses of CPMutex* could likely be replaced with standard std::mutex. But caution: CPLMutex* is recursive, while std::mutex is not. In most cases...
We have regularly test failures (like https://github.com/OSGeo/gdal/pull/3487/checks?check_run_id=1987404521) due to trying to access resources on download.osgeo.org and failing due to time out since the server is regularly very slow. Perhaps we...
Cf https://github.com/OSGeo/gdal/issues/7823
### What is the bug? It would be good to bring back http://web.archive.org/web/20110205035551/http://home.gdal.org/projects/imagine/ige_format.html as an auxiliary page to the hfa.rst doc page (context: GRASS users wondering about it in https://lists.osgeo.org/pipermail/grass-user/2024-March/083540.html)...
They have been introduced in v1.1 of the tile gridded extension: cf https://github.com/opengeospatial/geopackage/issues/552 and https://portal.ogc.org/files/98334#_issue_552_request_ability_to_support_additional_data_types_in_geopackage_coverages On writing, no particular difficulty. But on reading figuring out the band data type would...