= GeoTIFF = GeoTIFF represents an effort by over 160 different remote sensing, GIS, cartographic, and surveying related companies and organizations to establish a [http://www.awaresystems.be/imaging/tiff/faq.html TIFF] based interchange format for georeferenced raster imagery. == Information and Support == * [http://geotiff.maptools.org/spec/geotiffhome.html GeoTIFF Revision 1.0 Specification]: This is the '''official release version''' of the GeoTIFF spec. * http://trac.osgeo.org/geotiff : Primary GeoTIFF web site (this page). * [http://sourceforge.net/projects/geotiff-jai GeoTIFF-JAI] and [http://sourceforge.net/projects/xtiff-jai/ Extensible-TIFF-JAI]: Niles Ritters projects for a Java GeoTIFF API.

* ftp://ftp.remotesensing.org/pub/geotiff/ : Current archive of GeoTIFF spec, EPSG/POSC tables, and libgeotiff source code. Mirrored at http://geotiff.maptools.org/dl * ftp://ftp.remotesensing.org/pub/geotiff/samples : Sample GeoTIFF files. * [http://geotiff.maptools.org/faq.html GeoTIFF FAQ] written by Mike Ruth. * Unofficial [http://geotiff.maptools.org/proj_list/ Catalog of Projections] and their parameters. == libgeotiff == Libgeotiff is an open source library normally hosted on top of [http://www.remotesensing.org/libtiff/ libtiff] for reading, and writing GeoTIFF information tags. The libgeotiff library is a sub-project of the [http://wiki.osgeo.org/wiki/MetaCRS MetaCRS] project. Please contact warmerdam@pobox.com for more information, or to get involved. * [Libgeotiff API]: Partial documentation. * [/browse/geotiff/trunk/libgeotiff libgeotiff SVN repository] is https://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff * The most recent libgeotiff release is version 1.2.5 and is available from ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/libgeotiff-1.2.5.tar.gz or the corresponding [ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/libgeotiff125.zip zip]. * The released libgeotiff source code and various other items are available in the [http://download.osgeo.org/geotiff/libgeotiff download.osgeo.org] download directories. * A contributed win32 gui for listgeo is available at ftp://ftp.remotesensing.org/geotiff/libgeotiff/listgeo_GUI.zip . * listgeo - utility program (distributed with libgeotiff) for dumping the metadata of a GeoTIFF file. * geotifcp - utility program (distributed with libgeotiff) for applying metadata to a TIFF file, making it a GeoTIFF file.