From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,d950af6f48e84248 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-18 08:32:59 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed.mathworks.com!fu-berlin.de!uni-berlin.de!b10b9.pppool.DE!not-for-mail From: "Joachim Schr�er" Newsgroups: comp.lang.ada Subject: Re: DTED - Format / IO in Ada? Date: Sat, 18 May 2002 12:05:11 +0200 Message-ID: References: <3CE5295E.8020702@dornier.eads.net> NNTP-Posting-Host: b10b9.pppool.de (213.7.16.185) X-Trace: fu-berlin.de 1021735977 24212273 213.7.16.185 (16 [76083]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:24352 Date: 2002-05-18T12:05:11+02:00 List-Id: Ok, thanks for the hint, I had MIL-PRF-89020A, B is a little bit more precise. I think I have to more or less hand-translate the C++ implementation we have at work. Best regards J. Schr�er "Jonathan DeSena" schrieb im Newsbeitrag news:ac3p80$bhj$1@houston.jhuapl.edu... > On Fri, 17 May 2002 12:01:34 -0400, Joachim Schr�er wrote: > > > Hello, > > > > can anyone give me a pointer to a DTED (digital terrain elevation data), > > implementation (all levels 0 .. 5 if possible) in Ada? I'm looking for > > the data types representing the CD-contents and if possible a read - > > procedure. > > A pure C-implementation is also ok, I could use C2Ada to save hacking in > > the data types. > > > > Thanks > > J. Schr�er > As for the format, do a google search for MIL-PRF-89020B. This is the > official DTED reference, I believe. There may be other references. > I have not found any freely available code yet. > > Jon