Tagged Questions
3
votes
1answer
275 views
How to convert a geotiff from WGS84 to 3857 with gdalwarp?
I'm trying to convert images with WGS84 projection to 3857 but warp is not giving me a output I would expect.
This is my command:
gdalwarp -s_srs "+proj=merc +datum=WGS84" -t_srs "EPSG:3857" ...
0
votes
0answers
24 views
Convert Lambert png images to Mercator projection [duplicate]
Possible Duplicate:
How should I use GDAL to perform a transformation?
Is there any way of converting the output .png images of a WRF system which are in Lambert projection to Mercator?
I ...