[gdal-dev] vsicurl access to a netcdf file does not see the coordinates

2019-05-31 Thread Joaquim Manuel Freire Luís
Hi, GDAL master here When I run gdalinfo on a remote nc file, instead of reporting the coordinates it prints the array size gdalinfo /vsicurl/http://w3.ualg.pt/~jluis/ftp/tmp/idades_v2012.grd Driver: HDF5Image/HDF5 Dataset Files: none associated Size is 2029, 1168 Metadata: Conventions=COARDS

Re: [gdal-dev] What is the correct way to call OSRSetPROJSearchPaths?

2019-05-31 Thread Even Rouault
On vendredi 31 mai 2019 03:41:45 CEST CDelancy wrote: > Using GDAL 3 and PROJ 6, it seems this is the function I must call to point > proj to the location of the proj.db file it needs. However, any time I call > this function, it results in an access violation. Is the array of strings you provide

[gdal-dev] What is the correct way to call OSRSetPROJSearchPaths?

2019-05-31 Thread CDelancy
Using GDAL 3 and PROJ 6, it seems this is the function I must call to point proj to the location of the proj.db file it needs. However, any time I call this function, it results in an access violation. Does anyone have an example of how to call this? -- Sent from: http://osgeo-org.1560.x6.nabbl

Re: [gdal-dev] Coordinate transform from coordinate reference systems with different datum error in GDAL3.0.0

2019-05-31 Thread Even Rouault
On vendredi 31 mai 2019 12:59:11 CEST Changhai Chen wrote: > Hello, I would like to ask: > When I use GDAL 2.3.3 with proj4_4.9.3, I can convert the coordinate from > EPSG:4326 to EPSG:4326+5773(egm96_15.gtx) correctly with elevation value. > But when I use GDAL 3.0.0 with proj4_6.1.0, the elevatio