gdal
gdal copied to clipboard
GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
Using GDAL/OGR 3.5 with C#, .Net 6 The goal is to get back a FID from the new inserted row (SQL Server) The column with the FID has the name...
## Expected behavior and actual behavior. I expect to be able to read a specific location of a geotiff but I'm getting an error saying "IReadBlock failed at X offset...
## Expected behavior and actual behavior. `ogrinfo` should return the same output for the two attached files in INTERLIS 2 format (.xtf). But for _attribute_not_available.xtf_ attribute **Breite** is missing. [xtf_missing_attribute_bug.zip](https://github.com/OSGeo/gdal/files/2922321/xtf_missing_attribute_bug.zip)...
Noting up front that I'm happy to do the work, I'd just like some guidance for which of the options (or both, or neither) to pursue. ## Expected behavior and...
Hello, Gram-Schmidt pansharpening method's [patent](https://patents.google.com/patent/US6011875A/en) has expired in 2018. I don't know if it is possible, but it would be wonderful to add it to the `gdal_pansharpen` tool, as it...
To be able to set and cleanup config options correctly the functions [CPLGetConfigOptions](https://gdal.org/api/cpl.html#_CPPv419CPLGetConfigOptionsv) and [CPLSetConfigOptions](https://gdal.org/api/cpl.html#_CPPv418CPLSetConfigOptionPKcPKc) are the logical functions to use, but they are not exposed in the python API....
## What does this PR do? This submits for consideration a pattern by which GDAL could expand its current set of supported feature operations (`Create`, `Set`, and `Delete`, ie. `INSERT`,...
I just came across an inconsistency. Datasets, once opened, can not be directly closed via [the Python bindings](https://gdal.org/python/osgeo.gdal.Dataset-class.html). There is no `close` or any similar method in this class. In...
## Expected behavior and actual behavior. When trying to build using an external shapelib, I run into: ~~~ CMake Error at frmts/aigrid/CMakeLists.txt:14 (target_link_libraries): Error evaluating generator expression: $ Objects of...