You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used following command to generate geotiff file for VIIRS NetCDF file:
./gdalwarp -geoloc -t_srs epsg:4326 -tr 0.0035 0.0035 -r near -te -70.18 -7.64 -43.96 30.91 /share/home/jerry.guo/HMSPre_CCAP/DATA/input/5m/output_folder/dat.vrt /share/home/jerry.guo/HMSPre_CCAP/DATA/input/5m/output_folder/i4b.tif
and failed with error message:
ERROR 1: Invalid pixel size for backmap. Any ideas on how to fix it?
Thanks you very much.
The text was updated successfully, but these errors were encountered:
I used following command to generate geotiff file for VIIRS NetCDF file:
./gdalwarp -geoloc -t_srs epsg:4326 -tr 0.0035 0.0035 -r near -te -70.18 -7.64 -43.96 30.91 /share/home/jerry.guo/HMSPre_CCAP/DATA/input/5m/output_folder/dat.vrt /share/home/jerry.guo/HMSPre_CCAP/DATA/input/5m/output_folder/i4b.tif
and failed with error message:
ERROR 1: Invalid pixel size for backmap. Any ideas on how to fix it?
Thanks you very much.
The text was updated successfully, but these errors were encountered: