gdal
gdal copied to clipboard
GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
In the GDAL driver list stands that the `.nat` format should be readable for NOAA AVHRR is readable, which might be true, however for the similar data source MeTOP AVHRR...
The next stage of #5296 would be to bring _console_scripts_ to `swig/python` setup,py as well as _gdal_utils_. It should be a relatively straightforward, replacing bare scripts glob with short define...
Our current test framework is ``tut``, which is quite primitive. We would be much better with catch2 or googletest.
This is a followup to #5507. pdfdataset.cpp line 6468 has the following comment block: > // TODO we should use it to restrict the neatline but > // I have...
## Expected behavior and actual behavior. GRIB Split&Swap mode (#4526) would be useful for netCDF driver as well. What approach would be suitable to generalize the feature? Copy it to...
Our current fuzzers rely on hardcoded filenames, which prevent us to detect flaws like https://github.com/OSGeo/gdal/pull/5508. We would need a new specialized fuzzer whose fuzzed content contains both the filename (actually...
In some cases the DGNV8 reader try to create polygons with non closed curves. Even if we try --skipfailure option , errors remains in the file. ## Expected behaviour :...
## Expected behavior and actual behavior. I use GDAL C++ to load GeoTIFF files, and use RasterIO to copy portions of them into a set of caches. These are used...
## Expected behavior and actual behavior. The text data cointaining apostrophs are wrongly parsed. ## Steps to reproduce the problem. The data from block OPSUB `&DOPSUB;612140308;0;"06.01.2015 12:39:49";"";3;34900368010;;;;;"OPO";11;47252472;;"""South Bohemia Star"" spoleènost...
When we'll have removed support autoconf and cmake, you should revisit frmts/pdf/CMakeLists.txt and frmts/pdf/pdfsdk_headers.h to use only ${Poppler_INCLUDE_DIRS} (and not ${Poppler_INCLUDE_DIR}/.. and change the #include's to remove the "poppler/" prefix....