gdal
gdal copied to clipboard
GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
Some parts of GDAL core, but mostly drivers, depends on a number of resource files for correct execution. Locating those resource files on the filesystem can be painful in some...
### Feature description In a handful of cases (e.g., `gdalwarp -wm`) the argument parsing code uses `CPLAtofM` to parse numeric arguments. This function returns a value of zero when given...
### What is the bug? c# use layer createfield - fielddefn Not supporting Chinese ### Steps to reproduce the issue layer.createfield ----chinese garbled characters ### Versions and provenance windows 11-...
### Feature description Does ogr sql have plans to implement GroupBy? ### Additional context Does ogr sql have plans to implement GroupBy?
### Feature description APIs may use HTTP response codes to distinguish errors with the request. Currently, the caller of `CPLHTTPFetch` (and similar) is unable to retrieve the HTTP response code....
### What is the bug? While reading multiple rasters multiple times, the memory keep everything in cache even after the script ends. Initially working with large VRT I figured out...
### Feature description # Request It is requested to enhance the COG driver by an option to create COG rasters with band interleave, i.e. an creation option `INTERLEAVE=BAND`, similar those...
### Feature description The DXF drivers of GDAL/OGR 3.9.2 - 3.10 writes double precision floating point numbers with 15 significant figures: https://github.com/OSGeo/gdal/blob/9ada0c882751f18c8156aa2fd51afd6f6540a46f/ogr/ogrsf_frmts/dxf/ogrdxfwriterds.cpp#L328-L333 https://github.com/OSGeo/gdal/blob/9ada0c882751f18c8156aa2fd51afd6f6540a46f/ogr/ogrsf_frmts/dxf/ogrdxfwriterlayer.cpp#L161-L166 AFAIK, AutoCAD normally writes coordinates in DXF...
Revert https://github.com/OSGeo/gdal/pull/10843 when things have come back to normal
### Feature description The second paragraph on the page https://gdal.org/en/latest/api/python_samples.html mentions a osgeo_utils.samples sub-module. It would be helpful if that was a clickable link. ### Additional context I clicked on...