Re: [gdal-dev] arcsde

2019-11-22 Thread Even Rouault
Jachym, Some more info at https://trac.osgeo.org/gdal/wiki/ArcSDE from what I remember from noise captured here and there during last years: - ESRI has stopped distributing the ArcSDE SDK in "recent" versions. So you have to be one the "happy few" that have still a copy of it to be able to - try

[gdal-dev] arcsde

2019-11-22 Thread Jachym Cepicky
Hi all, I would expect, this topic would be covered in [1], or that google would help - unluckily, it did not, therefore I'm asking here: Is there step-by-step approach for how to get GDAL compiled with support for ArcSDE data sources on Linux? What libraries are needed and where to get them? So

Re: [gdal-dev] Export a geotiff to netcdf in lat lon coordinates

2019-11-22 Thread Paul Higgins
Try this: gdal_translate -of netCDF -a_srs +proj=longlat N_197901_concentration_v3.0.tif out.nc Paul ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Export a geotiff to netcdf in lat lon coordinates

2019-11-22 Thread Jeff McKenna
Hi Tony, Here are my steps. Have a nice weekend. *** #use gdalinfo to get summary (see https://gdal.org/programs/gdalinfo.html) gdalinfo -noct N_197901_concentration_v3.0.tif #review source EPSG projection (found from gdalinfo command above) in web browser goto: http://epsg.io/3411

[gdal-dev] Export a geotiff to netcdf in lat lon coordinates

2019-11-22 Thread Tony L.
HelloI'm quite new with gdal and would like to use is to rewrite a geotiff of NSIDC sea ice concentration from geotiff in polar stereographic projection into a netcdf in Lon Lat coordinates The file is located here: N_197901_concentration_v3.0.tif | | | | | | | | | | | N_197901_conce