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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,5975be0826a22caf,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.60.6 with SMTP id n6mr6954298qah.8.1359368919815; Mon, 28 Jan 2013 02:28:39 -0800 (PST) X-Received: by 10.49.12.238 with SMTP id b14mr2182961qec.18.1359368919749; Mon, 28 Jan 2013 02:28:39 -0800 (PST) Path: k2ni2734qap.0!nntp.google.com!p13no5760271qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 28 Jan 2013 02:28:39 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=158.110.27.77; posting-account=9fwclgkAAAD6oQ5usUYhee1l39geVY99 NNTP-Posting-Host: 158.110.27.77 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: GeoTIFF (TIFF) binding for Ada? From: mockturtle Injection-Date: Mon, 28 Jan 2013 10:28:39 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-01-28T02:28:39-08:00 List-Id: Dear.all, 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) Thank you Riccardo