gdal
gdal copied to clipboard
GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
## What does this PR do? This PR adds a new option `DGN_CELL_HEADER_ORIGIN` to read just cell header's origin from DGN or DGNv8 files. This PR only affects the DGN...
## Expected behavior and actual behavior When using gdal_grid with a CSV data source via a VRT file and using WKT I expect it to use the correct axis order....
## Expected behavior and actual behavior. I expect that the import from shape/geopackage works correctly. Currently, it imports a random number of rows [from 0 - x of batch size]...
## Overview When attempting to reproject [natural earth raster data](https://www.naturalearthdata.com/downloads/50m-raster-data/50m-natural-earth-2/) (NE2_50M_SR_W.tif) I ran into some inconsistent behaviour with `gdalwarp`. Reprojected images either have strange sizes or are cropped. But if...
Describe the bug If I load xml files out of this zip file (see below) in QGIS, the buildings aren't displayed correct. There are a lot of buldings missing or...
In GdalConfiguration.cs, methode AddDllDirectory is new and used for the gdal\x64 (or gdal\x86) and gdal\x64\plugins (or gdal\x86\plugins) directories. This has an undesirable impact on the whole program using the gdal...
See https://github.com/rouault/gdal/commit/4f08c8f26214e16b47b325e540bb2d483d1ceb15 Email sent to @peterbau about that a few days ago
If you generate a KML Superoverlay from non-geodetically-aligned imagery (UTM, etc) - such that the GDAL superoverlay driver chooses to use gx:LatLonQuad rather than LatLonAltBox - then the GDAL superoverlay...
## Expected behavior and actual behavior. Import shape file to SQL Spatial using BPC but instead exits after reporting "0" in the progress indicator without any error on stderr ##...
I found the gdalmdiminfo/translate APIs recently and tried to figure out through the docs which drivers support the multidimensional API, but couldn't find these information easily. While there's a list...