gdal
gdal copied to clipboard
GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
On extracted2.tif dataset from https://github.com/OSGeo/gdal/issues/11042#issuecomment-2420556574 (12500 x 10000 pixels, 3 bands, Byte) ``gdalwarp -s_srs EPSG:8353 -t_srs EPSG:3857 -r cubic extracted2.tif tmp.tif -overwrite`` goes from 30.4 seconds to 26.0. and improve...
for 3.11 Several reasons: - support for SRS has always been partial (contrary to the default ISO32000 encoding) - and the actual trigger for this pull request: lately the company...
…(and deprecate undocumented GML_DOWNLOAD_WFS_SCHEMA)
With that latest breakthrough, OGR is finally feature complete.
Fixes https://github.com/geopandas/pyogrio/issues/487#issuecomment-2422851167 regarding GeoJSON
Fixes #11042 and reduce execution time from 56 seconds to 36 seconds for ``gdalwarp -s_srs EPSG:8353 -t_srs EPSG:3857 -r lanczos extracted2.tif tmp.tif -overwrite``
### What is the bug? Vector PDFs (e.g. [this minimal example](https://github.com/user-attachments/files/17399792/data.pdf)) containing data in the XObject forms are recognized as raster-only by `ogr2ogr` and therefore not processed at all. ###...
…attached to a XObjet and an empty UTF-16 layer name Fixes #11034