DTED files are really simple to undertand. A DTED CD-ROM is organized like this :<br><ul><li><b>dted (folder)</b></li><ul><li><b>D### (folder)</b></li><ul><li>H##.dt# (file)<br></li><li>H##.dt# (file)<br></li><li>...<b><br>
</b></li></ul><li><b>D### (folder)</b></li><li><b>...<br></b></li></ul><li><b>gazette (folder)<br></b></li><li><b>text (folder)<br></b></li><li>dmed (file)<br></li></ul># : digit<br>D : The direction of the tiles E for East and W for West<br>
H : The hemispher of the tile : N for North and S for South<br><br><br>A DTED file represent data elevation of a square of 1°x1°. So the folder &quot;e055&quot; contain dted files that have longitude 55E. If the folder contain the file &quot;n33.dt0&quot;, that mean the file contain data elevations of a 1°x1° square starting at 55E 33N (ending at 56E 34N).<br>
<br>Note about DTED specification :<br><ul><li>The DTED specification don&#39;t tell if the lettre have to be in capital lettre or not. So you can have &quot;n33.dt0&quot; or &quot;N33.dt0&quot;. Be careful with that.</li>
<li>The specification don&#39;t tell to have contigu file or folder. So you can have a folder E055 and E060 without the folder between 55 and 60.</li></ul><p><br></p><p>I hope I answerd your question.<br></p><br><br><br><br>
<br><div class="gmail_quote">2012/4/10 len lee <span dir="ltr">&lt;<a href="mailto:noura.salem.shamsi@gmail.com">noura.salem.shamsi@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">hello;<br>
i downloaded dted data dt0 from raster roam website and there are 3 
folders e055, e056 and e057 and within each folder there are 3 dted 
files and i guess each dted file here represent a tile within my 
terrain. now what am trying to do is requesting the terrain tiles 
according to my dted data .. any idea how can i do that with gdal lib? <br>
i tried this:<br>
poDataset = (GDALDataset *) GDALOpen( &quot;<a href="http://tile.openstreetmap.org/15/23687/15190.png" target="_blank">http://tile.openstreetmap.org/15/23687/15190.png</a>&quot;, GA_ReadOnly );<br>
<br>
to request a specific tile from openstreetmap server but as you can see i
 need to know the exact coordinate system for that tile ... <br><br>please all what i need is to understand the process of requesting the tiles according to my dteds files;<br>
<br>
i will appreciate any help;<br>
thanks in advance; </div>
<br>_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br></blockquote></div><br>