<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br>
<br>
I'm beginner in development using GDAL. So I'd like some advises and<br>
tips, let me explain what I need to do.<br>
<br>
I need to load a DTED file level 2 and given the parameters<br>
latitude,longitude and width I must create a region (rectangle) and<br>
find the highest elevation in the grid points inside this rectangle. I<br>
need it to be fast, I don't know exaclty how slow GDAL is, so I need<br>
to understand which strategies to useds to increase de speed of this<br>
routine.<br>
<br>
I didn't find source code examples of DTED loading with GDAL, So there<br>
are lot's of doubts I have, such as how GDAL stores the DTED since it<br>
was loaded (in an image file?), how to represent this grid area (a polygonon area with elevation points), how to get the elevation of a point<br>
given (lat, lon).<br>
I'd be glad to receive examples, references and tips about it.<br>
<br>
Thanks<br>
Ricardo                                               </body>
</html>