Tagged Questions
1
vote
0answers
38 views
Using gdal to convert from UTM to equidistant lat/lon
I am getting rather confused with converting a UTM gridded dataset into a equidistant/rectangular latlon gridded dataset. Can anybody help me?
I have a UTM set with the following projection:
...
0
votes
2answers
122 views
gdal_translate made wrong tranforms
I have a geotiff file in UTM and units in meters. I used gdal_translate with this command :
gdal_translate -of GTiff -a_nodata 0 -a_srs EPSG:4326 old.tif new.tif
gdalinfo on new.tif shows that the ...
3
votes
3answers
982 views
How to generate a shapefile containing an UTM grid (graticule)?
I'm looking for a shapefile containing an 1000m or 2000m UTM grid ("graticule"). All I was about to find on the web is a 10000m UTM grid (here: http://en.giswiki.net/wiki/UTM) and I am aware that a ...