Even Rouault

Results 292 issues of Even Rouault

Up to now, GDAL_GCP was only a C-only structure. The typical/recommended pattern to create GCPs from C is: ``` GDAL_GCP* gcps = (GDAL_GCP*)CPLMalloc( count * sizeof(GDAL_GCP) ); GDALInitGCPs( count, gcps...

* Implements https://github.com/opengeospatial/geoparquet/pull/191 * Bounding box column is written by default (can be disabled with WRITE_COVERING_BBOX=NO layer creation option) * On reading, bounding box column(s) is hidden in the OGR...

List of tickets tagged with 4.0 milestone: https://github.com/OSGeo/gdal/milestone/33 Below are just proposed ideas. Nothing decided API breakage: * C and C++ API: - [ ] #8288,  #8396, #8399 - [...

and GPKG: add creation options to quantify coordinates - **XY_QUANTIZED_PRECISION** =float or string. (GDAL >= 3.7) Desired precision for X/Y coordinate quantization. This parameter will influence the number of nullified...

Refs #8288. Implements [RFC 95](https://github.com/OSGeo/gdal/pull/8399)

doc/.azure-pipelines.yml unzip old snapshots of Java & Python API docs. Ideally they should be regenerated at each build.

enhancement
documentation
Continuous integration

Not sure how much appetite there is for this, given that architecture dependent stuff are rather more GDAL or numpy issues, but here you go if it is useful.

Currently, in the absence of a BANDS processing directive, msDrawRasterLayerGDAL() only checks that if the 4th band is the alpha band when the raster has 4 or more bands. But...

GDAL Support

Once DriverManager::deregister_driver() has been called on a driver that driver is in a detached state. Unfortunately there's nothing in the GDAL C API to explicit delete such a driver (if...

Part 1 has a provision, in the /collection response, for a extent.spatial.crs member. In Part 1, it is optional and, if specified, restricted to CRS84 / CRS84h. Part 2 doesn't...

Part 1: Core
Part 2: CRS