Sunday 21 May 2017

gdal - Re-projecting from Polar projection to EPSG:4326?


I simply want to project a polar stereographic raster (EPSG:3411) to Mercator (EPSG:3857) or WGS84 (EPSG:4326). The data I is from NOAA.


$gdalwarp -s_srs EPSG:3411 -t_srs EPSG:3857 northpsg.20141027 output.tif


The resulting raster is croped near the height of 75°N - which is exactly the opposite behavior of projecting into polar stereographic that zetah has


sceenshot


On the other hand the projection into WGS84 results in a output with a height of 0.



Do you have any suggestions how this could work?


I already contacted the GDAL community but didn't get any responses yet.




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...