I have a file with these information:
lat_min -60.0 lat_max 80.0 lon_min -180.0 lon_max 179.9 lon_sampling 0.1 degree lat_sampling 0.1 degree samples = 3600 lines = 1401 I want to re-project the file to EPSG:3410 and resolution of 1383(samples) 586 (lines).Any idea in how to perform this?
I tried
gdalwarp -of "ENVI" -t_srs `EPSG:3410` -tr 1383 586 but give wrong file the file can be obtained from here: https://www.copy.com/s/t:U9QkRXF8g4Z1a7cb;p:%2Ffile.envi
and header file https://www.copy.com/s/t:ZZKwGsQH6sJESb80;p:%2Ffile.hdr
أكثر...
lat_min -60.0 lat_max 80.0 lon_min -180.0 lon_max 179.9 lon_sampling 0.1 degree lat_sampling 0.1 degree samples = 3600 lines = 1401 I want to re-project the file to EPSG:3410 and resolution of 1383(samples) 586 (lines).Any idea in how to perform this?
I tried
gdalwarp -of "ENVI" -t_srs `EPSG:3410` -tr 1383 586 but give wrong file the file can be obtained from here: https://www.copy.com/s/t:U9QkRXF8g4Z1a7cb;p:%2Ffile.envi
and header file https://www.copy.com/s/t:ZZKwGsQH6sJESb80;p:%2Ffile.hdr
أكثر...