[gdal-dev] Mollweide to plate_carree
Rick Kohrs
rick.kohrs at ssec.wisc.edu
Mon Oct 28 13:27:30 PDT 2024
I have full earth mollweide projected images:
https://www.ssec.wisc.edu/~rickk/wvsst/latest.jpg
and need to reproject the image into plate_carree
I have the following script:
gdal_translate -of GTiff -a_srs "+proj=moll +lon_0=0 +datum=WGS84" -a_ullr -180 90 180 -90 global-wvsst_24291_1800.jpg intermediate_mollweide_georef.tif
gdal_edit.py -tr 0.1 -0.1 intermediate_mollweide_georef.tif
gdalinfo intermediate_mollweide_georef.tif
gdalwarp -t_srs "EPSG:4326" -r bilinear intermediate_mollweide_georef.tif final_output_plate_carree.tif
gdalinfo final_output_plate_carree.tif
The results are still in a mollweide projection. Any assistance would be greatly appreciated.
Rick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20241028/ed05d8df/attachment-0001.htm>
More information about the gdal-dev
mailing list