On jeudi 16 juillet 2020 21:00:40 CEST Tibor Szabo wrote: > Hi All, > > I have tried to wrap a netcdf file for changing projection from satellite > view to EPSG:4326 with gdal_warp in Ubuntu and windows also with error. > Sample file: > https://z003.s3-us-west-2.amazonaws.com/ SEVIR_OPER_R___MSGCPP__L2__20200712T > 220000_20200712T221500_0001.nc D:\meteo_model>gdalwarp -of NetCDF -s_srs > "+proj=geos +lon_0=0.000000 +lat_0=0 +h=35807.414063 +a=6378.169 > +b=6356.5838" -t_srs EPSG:4326 -te 0 50 10 60
+a and +b values must be expressed in metres, not kilometres. Even -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
