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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,5975be0826a22caf X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.98.103 with SMTP id eh7mr37309wib.3.1359686455881; Thu, 31 Jan 2013 18:40:55 -0800 (PST) Path: bp2ni9348wib.1!nntp.google.com!feeder1.cambriumusenet.nl!82.197.223.103.MISMATCH!feeder3.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.86.MISMATCH!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newspeer1.nac.net!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newsfeed.news.ucla.edu!news.snarked.org!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!aioe.org!.POSTED!not-for-mail From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: Re: GeoTIFF (TIFF) binding for Ada? Date: Mon, 28 Jan 2013 06:39:09 -0500 Organization: The Wasteland Message-ID: References: NNTP-Posting-Host: LQJtZWzu+iKlBROuDg+IUg.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: 2013-01-28T06:39:09-05:00 List-Id: In article , mockturtle wrote: > I need to be able to read the tags in a GeoTIFF file from Ada. On > the GeoTIFF page (http://trac.osgeo.org/geotiff/) I found few > libraries > > GDAL : (C++) http://www.gdal.org/ > libgeotiff : (C) http://www.remotesensing.org/geotiff/api/index.html > libtiff : http://www.remotesensing.org/libtiff/ > > so I could write a binding for then, but before starting working I > wanted to check if there was something ready. > > Do you know if there is > > 1. An Ada binding for libgeotiff/GDAL/libtiff? > 2. An Ada library for reading GeoTIFF tags? > 3. An Ada library for reading TIFF tags? (GeoTIFF images are just > TIFF images with a special set of tags, so that any TIFF-capable > library would work) Indirectly, Ossim, , includes Ossim_Ada, , which exposes an Ossim.Connectable.Source.Image.Handler.TiffTileSource. I've not examined the tags directly. -- John B. Matthews trashgod at gmail dot com