RE: [gdal-dev] gdalinfo: corner coords in other projection

2011-05-25 Thread Lefman, Jonathan ERDC-TEC-VA
Hermann, Thank you for the response. I think the way that I phrased the question was not the best. I am actually searching for a way to translate the coordinates of a gtiff from UTM coordinates to decimal degree coordinates. Thanks, Jon -- Message: 5 Date: Tue,

Re: [gdal-dev] gdalinfo: corner coords in other projection

2011-05-24 Thread Eli Adam
Jon, gdaltransform does some of this. It looks to do 4 corners you would need to do it four times or list the coordinate pairs on four lines and get four lines of output back. There might be a clever way to take the output of gdalinfo as input into gdaltransform saving you some typ

[gdal-dev] gdalinfo: corner coords in other projection

2011-05-24 Thread Lefman, Jonathan ERDC-TEC-VA
Hi all, Is there an executable utility that takes the corner coordinates from a gtiff and translates them into another projection system? For example, I have a gtiff in UTM and I want to translate the coordinates of the bounding box (or corners) into WGS84. Or is there a way to do this non-progr