Re: [gdal-dev] gdalsrsinfo Incorrect or Inconsistent results reporting EPSG codes

2019-11-03 Thread jratike80
If it happens to help, by opening the .img file with a text editor I found this ESRI style WKT from it: COMPD_CS["unknown",PROJCS["NAD_1983_2011_UTM_Zone_14N",GEOGCS["GCS_NAD_1983_2011",DATUM["D_NAD_1983_2011",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.01

[gdal-dev] Fwd: [Tiff] Libtiff 4.1.0 is released

2019-11-03 Thread Even Rouault
FYI This version will be especialy useful with GDAL 3.1.0 since it exposes in libtiff public API functions that are needed to better deal with large remote TIFF files (optimizations that were only available with a GDAL build using internal libtiff), and for the latest improvements regarding COG

Re: [gdal-dev] NetCDF and ESA Probav issue with corner coordimates

2019-11-03 Thread Even Rouault
> Some formats have a pretty good easy way of telling which way to go about > upperleft or center pixel coordinate. But that is not the case with > "flexible" formats like the ones above. The CF conventions apply here. Also that http://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-c

Re: [gdal-dev] GDAL 2 + PROJ 6 does not work

2019-11-03 Thread Even Rouault
On dimanche 3 novembre 2019 21:20:56 CET Markus Metz wrote: > Hopefully some package maintainers are listening. > > A CRS constructed from a proj string (deprecated in GDAL 3 + PROJ 6, I > know), works either in PROJ 6 or in GDAL 2, but not in both. The reason is > that for PROJ 6, "+type=crs" is

[gdal-dev] GDAL 2 + PROJ 6 does not work

2019-11-03 Thread Markus Metz
Hopefully some package maintainers are listening. A CRS constructed from a proj string (deprecated in GDAL 3 + PROJ 6, I know), works either in PROJ 6 or in GDAL 2, but not in both. The reason is that for PROJ 6, "+type=crs" is needed, but unfortunately GDAL 2 does not recognize this parameter and

Re: [gdal-dev] NetCDF and ESA Probav issue with corner coordimates

2019-11-03 Thread Joaquim Manuel Freire Luís
GMT pays particular attention to this matter and detects grid vs pixel registration by checking the X,Y vector coordinates versus array sizes (for netCDF). It normally has no problem detecting the two cases. Joaquim From: gdal-dev On Behalf Of Ivan Lucena Sent: Friday, November 1, 2019 1:18 PM

Re: [gdal-dev] set GDAL ColorTable from QGIS QML file

2019-11-03 Thread Martin Landa
Hi, pá 1. 11. 2019 v 10:44 odesílatel Martin Landa napsal: > is there any option how to define GDAL color table from existing QGIS > QML file directly via GDAL Python API (at least with limited > functionality)? Thanks in advance for feedback, best regards, Martin the most easier way will be pro

Re: [gdal-dev] How to Set DXF_FEATURE_LIMIT_PER_BLOCK in ogr2ogr?

2019-11-03 Thread Andrew C Aitchison
On Sun, 3 Nov 2019, Brandon Biggs wrote: Hello, I'm running ogr2ogr from a dxf to a geojson, and am getting the following error: Warning 1: Limit of 1 features for block A$C6CCD2E37 reached. If you need more, set the DXF_FEATURE_LIMIT_PER_BLOCK configuration option to the maximum value (or

Re: [gdal-dev] How to Set DXF_FEATURE_LIMIT_PER_BLOCK in ogr2ogr?

2019-11-03 Thread Even Rouault
> How do I do this? When I type: DXF_FEATURE_LIMIT_PER_BLOCK=-1, > DXF_FEATURE_LIMIT_PER_BLOCK -1, - DXF_FEATURE_LIMIT_PER_BLOCK=-1, -- > DXF_FEATURE_LIMIT_PER_BLOCK -1, and all the variations of the = and - > before DXF_FEATURE_LIMIT_PER_BLOCK, I get an "Unknown option name > DXF_FEATURE_LIMIT_PER