[gdal-dev] Coordinate system not found from NetCDF file
Even Rouault
even.rouault at spatialys.com
Thu Aug 22 11:49:06 PDT 2019
On jeudi 22 août 2019 17:49:43 CEST Rahkonen Jukka (MML) wrote:
> https://gis.stackexchange.com/questions/332656/reproject-netcdf-file-using-g
> dalwarp
The file advertizes CF conventions but doesn't honour them.
It contains a proj4_string="+proj=utm +zone=21 +south +datum=WGS84 +units=m
+no_defs" that can be used to force the source CRS
And
NC_GLOBAL#xrange={518220,564060}
NC_GLOBAL#yrange={6126940,6156700}
could be usued to manually add the extent with gdal_translate -a_ullr
Even
--
Spatialys - Geospatial professional services
http://www.spatialys.com
More information about the gdal-dev
mailing list