[FWTools] Reproject DTED

Frank Warmerdam warmerdam at pobox.com
Tue Jan 19 11:57:08 EST 2010


theuns wrote:
> Hi
> I am new to FWTools, and belief i can reproject DTED data to a new
> projection.
> 
> I have DTED data in wgs84 decimal degree and would like to reproject it
> to UTM Zone 35S, how would one to it?

Hi,

One mechanism would be:

gdalwarp -t_srs "+proj=utm +zone=35 +south +datum=WGS84" in.dted out.tif

I'm assuming you mean UTM 35 "South" with the "S".

You might want to visit the gdalwarp utility page (utilities off main
gdal page) for more details.

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent



More information about the FWTools mailing list