I have a rectangular area of interest, and each vertex of this rectangle is defined by a pair of coordinates (latitude, longitude).
Parsing a DTED, how could I find the highest altitude within this rectangular region? I'm using the dted library for python, but I'm open to solutions using GDAL as well.
Thanks in advance.