gdal
gdal copied to clipboard
GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
https://github.com/OSGeo/gdal/blob/fb8f5154c891c026c2bcfa5a398f4a993e00cc4d/gdal/frmts/pds/pdsdataset.cpp#L769 I think the only update required is to change the line above: else if (EQUAL(value,"(BAND,LINE,SAMPLE)") ) { to: else if (EQUAL(value,"(BAND,SAMPLE,LINE)") ) { BIP is hardly used in archives...
## Expected behavior and actual behavior. I've created a VRT that applies the pixel function `log10` and a scaling factor of 10 to convert linear Sentinel-1 backscatter values to decibel....
## Expected behavior and actual behavior. Gdal crashes when trying to open grib2 produced by DWD for the Icon global model, for instance: https://opendata.dwd.de/weather/icon/global/grib/00/t_2m/ It gives the following error message:...
Related: - https://github.com/OSGeo/PROJ/pull/2835 I noticed these flags to disable export to WKT: https://github.com/OSGeo/gdal/blob/514ddf589cdd9a01b527c6cf59baabf028555a5c/frmts/netcdf/netcdfdataset.cpp#L4543-L4591 I was wondering if it made sense to export to WKT2 instead of skipping the CRS WKT...
spatial_ref has been superseded by crs_wkt. See #4704.
## Expected behavior and actual behavior. When querying ArcGIS-FeatureLayers with large query parameters using the `ESRIJSON` driver, the max URL length configured by ArcGIS-Server will be exceeded very fast. This...
GDAL 3.3.2 Currently, copying one dataset to another is not very well documented regarding the following questions : -the GDALDriver::Copy() does not copy metadata by default and there seem to...
WKT2 is the recommend format for CRS as it fully represents the CRS (https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems). When would be a good time to make it the default export format WKT2?
It always go through double, and could benefit from vectorization
It seems that elevated curve is not detected from the attached file, I think previously something similar was added to be able to see ElevatedPoint since I can view those...