GeoTIFF
From Just Solve the File Format Problem
(Difference between revisions)
(create as soft redirect) |
m (Cloud Optimized GeoTIFFs (COGs)) |
||
(13 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | GeoTIFF is an extension of [[TIFF]] for containing georeferenced images. GeoTIFF files can be read by normal TIFF utilities, though they may unintentionally strip out the geospatial data in the process. | + | {{FormatInfo |
+ | |formattype=electronic | ||
+ | |subcat=Geospatial | ||
+ | |extensions={{ext|tiff}}, {{ext|tif}} | ||
+ | |locfdd={{LoCFDD|fdd000279}} | ||
+ | |pronom={{PRONOM|fmt/155}} | ||
+ | }} | ||
+ | '''GeoTIFF''' is an extension of [[TIFF]] for containing georeferenced images. GeoTIFF files can be read by normal TIFF utilities, though they may unintentionally strip out the geospatial data in the process. | ||
+ | |||
+ | == References == | ||
+ | * [http://web.archive.org/web/20160403164508/http://www.remotesensing.org/geotiff/spec/geotiffhome.html GeoTIFF 1.0] Official specification (from archive.org) | ||
+ | * [http://trac.osgeo.org/geotiff/ Main GeoTIFF website at OSGeo] Has a good list of references. | ||
+ | * [https://github.com/cogeotiff/cog-spec/blob/master/spec.md#definition cloud optimized GeoTIFF] | ||
+ | |||
+ | == Software == | ||
+ | Most multi-format image viewers and editors support TIFF to some extent. Applications listed here have been selected arbitrarily. | ||
+ | |||
+ | * [https://github.com/SLUB-digitalpreservation/checkit_tiff checkit_tiff (validates baseline TIFFs against textual rules, has special support for GeoTIFF extensions)] | ||
+ | |||
+ | |||
+ | [[Category:Graphics]] | ||
+ | [[Category:TIFF]] |
Latest revision as of 01:47, 2 August 2020
GeoTIFF is an extension of TIFF for containing georeferenced images. GeoTIFF files can be read by normal TIFF utilities, though they may unintentionally strip out the geospatial data in the process.
[edit] References
- GeoTIFF 1.0 Official specification (from archive.org)
- Main GeoTIFF website at OSGeo Has a good list of references.
- cloud optimized GeoTIFF
[edit] Software
Most multi-format image viewers and editors support TIFF to some extent. Applications listed here have been selected arbitrarily.