Changes between Version 6 and Version 7 of WikiStart
- Timestamp:
- 10/18/08 09:16:31 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v6 v7 1 1 2 = GeoTIFF = 2 3 … … 9 10 == Information and Support == 10 11 11 * [http:// geotiff.maptools.org/spec/geotiffhome.html GeoTIFF Revision 1.0 Specification]: This is the '''official release version''' of the GeoTIFF spec.12 * [http://www.remotesensing.org/geotiff/spec/geotiffhome.html GeoTIFF Revision 1.0 Specification]: This is the '''official release version''' of the GeoTIFF spec. 12 13 * http://geotiff.osgeo.org/ : Primary GeoTIFF web site (this page). 13 14 * [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.<p> 14 * ftp://ftp.remotesensing.org/pub/geotiff/ : Current archive of GeoTIFF spec, EPSG/POSC tables, and libgeotiff source code. Mirrored at http:// geotiff.maptools.org/dl15 * ftp://ftp.remotesensing.org/pub/geotiff/ : Current archive of GeoTIFF spec, EPSG/POSC tables, and libgeotiff source code. Mirrored at http://www.remotesensing.org/geotiff/dl 15 16 * ftp://ftp.remotesensing.org/pub/geotiff/samples : Sample GeoTIFF files. 16 * [http:// geotiff.maptools.org/faq.html GeoTIFF FAQ] written by Mike Ruth.17 * Unofficial [http:// geotiff.maptools.org/proj_list/ Catalog of Projections] and their parameters.17 * [http://www.remotesensing.org/geotiff/faq.html GeoTIFF FAQ] written by Mike Ruth. 18 * Unofficial [http://www.remotesensing.org/geotiff/proj_list/ Catalog of Projections] and their parameters. 18 19 19 20 == libgeotiff == … … 21 22 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. 22 23 23 * [http:// geotiff.maptools.org/api/globals.html Libgeotiff API]: Partial documentation.24 * [http://www.remotesensing.org/geotiff/api/globals.html Libgeotiff API]: Partial documentation. 24 25 * [/geotiff/browser/geotiff/trunk/libgeotiff libgeotiff SVN repository] is https://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff 25 26 * 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]. 26 27 * The released libgeotiff source code and various other items are available in the [http://download.osgeo.org/geotiff/libgeotiff download.osgeo.org] download directories. 27 28 * A contributed win32 gui for listgeo is available at ftp://ftp.remotesensing.org/geotiff/libgeotiff/listgeo_GUI.zip . 28 * [http:// geotiff.maptools.org/listgeo.html listgeo] - utility program (distributed with libgeotiff) for dumping the metadata of a GeoTIFF file.29 * [http:// geotiff.maptools.org/geotifcp.html geotifcp] - utility program (distributed with libgeotiff) for applying metadata to a TIFF file, making it a GeoTIFF file.29 * [http://www.remotesensing.org/geotiff/listgeo.html listgeo] - utility program (distributed with libgeotiff) for dumping the metadata of a GeoTIFF file. 30 * [http://www.remotesensing.org/geotiff/geotifcp.html geotifcp] - utility program (distributed with libgeotiff) for applying metadata to a TIFF file, making it a GeoTIFF file. 30 31 31 32 == GeoTIFF Mailing List ==