<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri, sans-serif" size="2">
<div>Hello,</div>
<div>&nbsp;</div>
<div>Does anyone have a java example on how to get elevations from a .dt1 file.&nbsp; My ultimate goal would be to take a .dt1, translate it to a png, and then feed the png into gdal to get elevations and coordinates.&nbsp; </div>
<div>&nbsp;</div>
<div>I ran the gdal_translate on one of my .dt1 files and came up with this.&nbsp; Note: this is actually DTED2 even though the file ext is dt1.&nbsp; Not sure why that is, maybe because it&#8217;s really old.</div>
<div>&nbsp;</div>
<div>C:\jdk1.6.0_21\bin&gt;gdal_translate -of PNG --config GDAL_CACHEMAX 30 C:\DTED2\DTED\E032\N34.DT1 C:\DTED2\DTED\E032\N34.pn</div>
<div>g</div>
<div>Input file size is 3601, 3601</div>
<div>Warning 6: PNG driver doesn't support data type Int16. Only eight bit (Byte) and sixteen bit (UInt16) bands supported. D</div>
<div>efaulting to Byte</div>
<div>&nbsp;</div>
<div>0...10...20...30...40...50...60...70...80...90...100 - done.</div>
<div>&nbsp;</div>
<div>It created a png file along with an xml file.&nbsp; I had to do this with the gdal_translate.exe file, but eventually I would like to use straight Java.</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>George</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</font>
</body>
</html>