Fact-checked by Grok 2 weeks ago

GeoTIFF

GeoTIFF is a metadata standard that extends the 6.0 raster by incorporating tags, enabling the precise association of imagery with geographic coordinates and cartographic projections. This format allows for the storage and interchange of geospatial raster data, such as , aerial photographs, and digital elevation models, while maintaining with standard TIFF viewers and tools. Developed in the early 1990s by Dr. Niles Ritter at NASA's , GeoTIFF emerged from collaborative efforts involving over 160 organizations, including SPOT Image Corp, the U.S. Geological Survey, , and , through public reviews and developer meetings starting in 1994. The initial specification, GeoTIFF Revision 1.0, was released in , and it was formalized as an Open Geospatial Consortium (OGC) Implementation Standard (version 1.1) on September 14, 2019, incorporating references to the for modern coordinate systems. At its core, GeoTIFF uses a set of reserved TIFF tags—such as the GeoKeyDirectoryTag (ID 34735), ModelTiepointTag (ID 33922), and ModelPixelScaleTag (ID 33550)—to encode , including geodetic, projected, and vertical coordinate reference systems, without altering the underlying image structure. These GeoKeys support raster-to-model transformations, ensuring accurate spatial referencing, and the format's extensibility allows for user-defined parameters while adhering to 's and multi-page capabilities. A notable evolution is the Cloud Optimized GeoTIFF () variant, which optimizes files for efficient cloud-based access and processing and was approved as an OGC standard in 2023, fully compatible with traditional GeoTIFF implementations. GeoTIFF has achieved widespread adoption in geographic information systems (GIS), , and applications, particularly within data archives for distributing georeferenced datasets from missions like Landsat and MODIS. It is supported by robust open-source libraries, including libgeotiff and the Geospatial Data Abstraction Library (GDAL), as well as commercial software from vendors like and ERDAS, facilitating across platforms. While ideal for two-dimensional raster data, it is not suited for complex multi-dimensional or vector formats, where alternatives like or HDF5 are preferred.

Introduction

Definition and Core Concept

GeoTIFF is a metadata standard that extends the 6.0 file format by embedding geospatial information, such as location, orientation, and projection details, directly into raster image files. This extension allows TIFF-compliant software to recognize and utilize the added geographic data without requiring modifications to the core image structure. At its core, GeoTIFF enables the integration of pixel-based raster data—such as or digital elevation models—with corresponding geographic coordinates, facilitating precise mapping to real-world locations. By storing this within the file itself using designated TIFF tags, GeoTIFF creates a self-contained format that links raster space ( coordinates) to model space (e.g., Earth-based systems) in a platform-independent manner. This approach ensures that the geographic context remains tied to the imagery, supporting applications in , , and geospatial analysis. A key advantage of GeoTIFF's design is its self-contained structure, which eliminates the reliance on external files for information, thereby enhancing file portability and simplifying workflows in geospatial . This portability makes GeoTIFF an effective interchange format for distributing georeferenced raster data across diverse systems and communities.

Role in Geospatial Data Management

GeoTIFF plays a pivotal role in geospatial data management by standardizing the embedding of within raster images, which facilitates the seamless integration of imagery into geographic information systems (GIS) and minimizes data fragmentation across diverse platforms. As an open extension of the format, it ensures that essential spatial information—such as coordinate systems and image orientations—is preserved and accessible without requiring additional sidecar files or . This standardization has been formalized by the Open Geospatial Consortium (OGC), promoting consistent data handling in professional workflows. One of the key benefits of GeoTIFF in is its support for lossless incorporation of critical parameters like projections, resolutions, and bounding boxes directly into the file structure, enabling precise geolocation and without reliance on vendor-specific formats. This embedded allows for efficient storage and retrieval of raster datasets, reducing errors in and supporting scalable of large-scale collections. By adhering to public tag structures, GeoTIFF enhances and longevity, making it suitable for archiving and long-term preservation in institutional repositories. In the broader geospatial ecosystem, GeoTIFF promotes open standards that streamline workflows and foster , significantly influencing in fields such as , , and archives. For instance, it enables the distribution of georeferenced data from agencies like and the USGS, allowing researchers to overlay imagery with vector data for applications like climate modeling and land-use analysis. This format's widespread adoption underscores its contribution to collaborative environments, where diverse stakeholders can exchange and utilize spatial data without format conversion barriers. Unlike plain files, which lack inherent spatial context and require manual for location-aware applications, GeoTIFF's inclusion of geospatial tags provides immediate usability in and tasks, driving its preference in scenarios demanding accurate positional . This distinction has accelerated GeoTIFF's integration into open-source and commercial GIS pipelines, enhancing overall efficiency in geospatial operations.

Technical Specifications

Integration with TIFF Standard

GeoTIFF builds upon the 6.0 specification by extending its flexible tag-based system to incorporate geospatial information, ensuring full compliance without altering the core TIFF framework. It leverages the private tag range, defined in TIFF 6.0 as codes 32768 through , to store GeoTIFF-specific data and avoid conflicts with standard TIFF tags. This range allows vendors and applications to define custom tags for specialized purposes, such as , while maintaining . In terms of file structure, GeoTIFF files adhere strictly to 6.0's Image File Directory (IFD) organization, where image data and are stored in a series of directories linked by offsets. Geospatial tags are integrated into these IFDs, typically placed in the main image header or additional subdirectories, without introducing private IFDs or binary structures that could disrupt standard parsing. This approach preserves 's modular design, enabling GeoTIFF to embed details alongside raster image pixels, schemes, and color information. Key GeoTIFF tags are allocated within the private range to define spatial relationships. For instance, the ModelPixelScaleTag (tag 33550) specifies the scale factors for pixels in model coordinates (X, Y, Z directions) as a triplet of values, facilitating uniform scaling of the image to geographic space. Similarly, the ModelTiepointTag (tag 33922) anchors raster pixels to model coordinates using sets of six values per tiepoint (I, J, K for raster position and X, Y, Z for model position), supporting precise geolocation even for non-uniform transformations. These tags enable the mapping of image pixels to real-world locations without modifying TIFF's fundamental raster storage. To ensure broad compatibility, GeoTIFF files are constructed as valid 6.0 documents, allowing standard TIFF readers and tools—such as image viewers or basic converters—to open and process them by simply ignoring unrecognized private tags. This is a core design principle, preventing any disruption to existing TIFF workflows while providing enhanced functionality for geospatial applications. As a result, GeoTIFF supports all standard TIFF features, including multiple pages, various compressions, and byte orders, alongside its geospatial extensions.

Georeferencing Tags and GeoKeys

GeoTIFF employs a set of private TIFF tags to encode metadata, with the GeoKeyDirectoryTag (tag number 34735) serving as the central directory for storing key-value pairs that define the coordinate reference system and related parameters. This tag, of type SHORT and with a variable length of at least 4 entries, begins with a 4-short header consisting of the version (always 1), revision (1), minor revision (0 or 1), and the number of keys (N). Following the header, it contains N key entries, each comprising four SHORT values: the KeyID (a unique identifier from 0 to 65535), the TIFFTagLocation (indicating where the value is stored, such as 0 for inline SHORT values, 34736 for doubles, or 34737 for ASCII), the (number of values, typically 1), and the ValueOffset (the index or offset to the value in the referenced tag). Complementing the directory tag are the GeoDoubleParamsTag (tag 34736, type DOUBLE, variable length) and GeoAsciiParamsTag (tag 34737, type ASCII, variable length), which store the actual parameter values referenced by the GeoKeys. The GeoDoubleParamsTag holds double-precision floating-point values for numerical parameters, such as linear units or ellipsoid semi-major axes, while the GeoAsciiParamsTag accommodates text-based data like citations or WKT strings, using null terminators or "|" delimiters for multiple values. These tags enable flexible storage without bloating the , allowing GeoTIFF files to support a wide range of efficiently. GeoKeys themselves are defined by short integer codes in the KeyID field, each representing a specific piece of information, such as the model type or units. For instance, the GTModelTypeGeoKey (KeyID 1024, type SHORT) specifies the overall type with values like 1 for projected, 2 for geographic (/), 3 for geocentric, or 32767 for user-defined, which requires a companion citation key. Other common GeoKeys include GTLinearUnitsGeoKey (KeyID 3076) for units like meters (value 9001) and GTAngularUnitsGeoKey (KeyID 3074) for degrees (value 9102), with values drawn from standardized codes (e.g., EPSG registry for 1025–32766) or private ranges (32768–). These keys link to parameters in the companion tags, forming a compact mechanism to describe transformations and essential for mapping raster pixels to real-world locations. The ModelTransformationTag (tag 34264, type , fixed length of 16 values) provides a direct method for affine by storing a 4x4 in row-major order, which maps homogeneous coordinates (row r, column c, 0, 1) to model coordinates (x, y, z, 1) via the equation: \begin{pmatrix} x \\ y \\ z \\ 1 \end{pmatrix} = \begin{pmatrix} a & b & c & d \\ e & f & g & h \\ i & j & k & l \\ m & n & o & p \end{pmatrix} \begin{pmatrix} r \\ c \\ 0 \\ 1 \end{pmatrix} Here, the matrix elements (a through p) define , , shearing, and ; typically, m = n = o = 0 and p = 1 for -to-2D projections, though full support is possible. This tag is used when precise pixel-to-model mapping is needed, often in conjunction with GeoKeys for units and coordinate types. To ensure robust parsing, GeoTIFF readers must validate the presence of the mandatory GeoKeyDirectoryTag and check its header for compatibility (, revision 1), while handling optional tags gracefully by defaulting to undefined values if absent. Keys should be processed in ascending KeyID order, with offsets interpreted as array indices rather than byte positions, and ASCII parameters converted by replacing "|" delimiters with nulls. Incomplete can be mitigated by falling back to simpler tags like ModelTiepointTag (33922) or ModelPixelScaleTag (33550) for basic affine mappings, promoting interoperability across software implementations. These guidelines, derived from the 6.0 baseline, help detect malformed files and maintain during geocoding.

Coordinate Reference Systems

GeoTIFF represents coordinate reference systems (CRS) through a set of tags known as GeoKeys, which encode essential parameters for geographic, , and geocentric systems without relying on external files. These GeoKeys are stored in the GeoKeyDirectoryTag (Tag ID 34735) and allow for the precise definition of spatial references, enabling software to interpret raster data in real-world coordinates. The framework supports both standard codes from authorities like EPSG and user-defined systems, ensuring interoperability across geospatial applications. CRS encoding in GeoTIFF primarily utilizes keys such as ProjectedCSTypeGeoKey (Key ID 3072) for projected coordinate systems and GeographicTypeGeoKey (Key ID 2048) for geographic coordinate systems. ProjectedCSTypeGeoKey specifies the projected CRS using predefined EPSG codes ranging from 1024 to 32766, or 32767 for user-defined systems that require additional parameters like method and citation. Similarly, GeographicTypeGeoKey defines the geographic CRS with EPSG codes or custom definitions, linking to underlying datums and units to establish latitude-longitude frameworks, such as WGS 84 (EPSG:4326). These keys form the core of CRS identification, allowing GeoTIFF files to embed complete spatial context. Projection support in GeoTIFF encompasses common methods like Universal Transverse Mercator (UTM), encoded via ProjectedCSTypeGeoKey with zone-specific EPSG codes—for instance, EPSG:32632 for UTM zone 32 North. For non-standard projections, PCSCitationGeoKey (Key ID 3073) provides an ASCII string citing the projection's definition, often referencing sources like PROJCS strings from libraries such as PROJ. Raster pixels are linked to these projected coordinates through tiepoints (ModelTiepointTag, ID 33922) and pixel scales (ModelPixelScaleTag, ID 33550), which map image row-column positions to easting-northing values in the CRS, facilitating accurate georeferencing. Datum and ellipsoid details are specified through keys like GeogGeodeticDatumGeoKey (Key ID 2050) for horizontal datums and (Key ID 2056) for the reference ellipsoid, using EPSG codes or user-defined parameters such as semi-major axis and inverse flattening. GeogAngularUnitsGeoKey (Key ID 2054) further refines the angular units, defaulting to degrees (code 9102) but allowing custom sizes via GeogAngularUnitSizeGeoKey for non-degree systems. Vertical datums can be indicated via VerticalCSTypeGeoKey (Key ID 4096), ensuring the CRS defines both horizontal and vertical components independently of external dependencies, thus promoting self-contained files. Transformation handling in GeoTIFF favors affine mappings for simplicity and efficiency, primarily through the linear combinations of tiepoints and scales, which assume uniform pixel spacing. For more complex cases, ModelTransformationTag (ID 34264) supports a 16-parameter to handle , , and in model space—an intermediate tied to the CRS. Non-linear transformations are not natively encoded but can be accommodated indirectly via model space intermediates, where raster-to-model mappings precede CRS projections, allowing diverse systems like polar stereographic without embedding full coefficients. This approach balances flexibility with the TIFF standard's tag limitations.

History and Development

Origins in the 1990s

The development of GeoTIFF in the early was primarily motivated by the need to embed information directly into raster image files, overcoming the limitations of separate coordinate files that often led to mismatches and inefficiencies in workflows. Satellite imagery from systems like and Landsat generated vast volumes of raster data, but standard files required external "world files" or sidecar for geospatial context, complicating data exchange and processing in GIS environments. This approach was particularly problematic for applications at organizations such as Image and , where proprietary vendor formats dominated and hindered interoperability. Key contributions came from the formation of the GeoTIFF Working Group in 1994, which included representatives from SPOT Image Corporation, NASA's Jet Propulsion Laboratory (JPL), and other entities focused on mapping sciences. Niles Ritter, working at JPL, served as the primary author and coordinator, establishing a formal mailing list that rapidly expanded to over 140 subscribers from government, industry, and academic sectors. Initial leadership was provided by Ed Grissom at Intergraph Corporation, with significant input from Mike Ruth at SPOT Image, who helped condense early outlines into a preliminary specification document. The group's efforts emphasized creating a non-proprietary extension to the public TIFF 6.0 standard, ensuring broad accessibility without reliance on licensed formats. Prototype development began informally in 1991–1992 under Grissom's guidance, targeting standardized tags for satellite-derived raster data. By 1994, Ritter and circulated the first informal specifications to the , focusing on essential GeoKeys for coordinate systems and model transformations suitable for imagery. A key conference in March 1995, hosted by SPOT Image and attended by USGS, /JPL, and others, refined these prototypes into a pre-release version, setting the stage for broader adoption. This pre-standardization work responded directly to the escalating data volumes from Landsat and SPOT satellites, promoting a unified, open alternative to fragmented vendor-specific solutions.

Standardization and Key Updates

The GeoTIFF specification version 1.0 was officially released in November 1995 by the GeoTIFF Working Group, establishing the foundational framework for embedding information through a set of defined TIFF tags and GeoKeys that enable the association of raster images with geographic coordinate systems. This initial specification built on community efforts from the early and was recognized by the Open Geospatial Consortium (OGC) as a recommended practice for geospatial data encoding, promoting its use in standards-compliant applications without formal adoption at the time. In 2019, the OGC formalized GeoTIFF as an official standard through revision 1.1, published on September 14, which maintained with version 1.0 while enhancing by integrating with the registry for specifying coordinate reference systems (CRS) via updated codes. This revision aligned GeoTIFF with contemporary geospatial requirements, including support for a broader range of CRS definitions from the EPSG registry (accessible at http://www.epsg-registry.org), ensuring precise mapping of raster data to real-world locations without requiring proprietary extensions. Following the 2019 adoption, the OGC endorsed GeoTIFF as a core encoding format for geospatial web services in its standards portfolio, reinforcing its role in exchange protocols. No major revisions occurred through 2025, though minor errata addressing tag interpretation ambiguities were incorporated into reference implementations like libgeotiff from 2022 through 2025 to resolve edge cases in CRS handling. The OGC serves as the primary body maintaining the GeoTIFF specification, with contributions aligned to related efforts in ISO/TC 211 for geographic information standards, such as ISO 19111 on spatial referencing by coordinates. The format's public domain status, free of royalties and licensing restrictions, has facilitated widespread adoption across software libraries and services.

Variants and Extensions

Cloud-Optimized GeoTIFF

Cloud-Optimized GeoTIFF () is a of the format specifically designed for efficient hosting and access on HTTP file servers in environments. It enables partial file reads through HTTP range requests, allowing clients to stream only the necessary data portions for or without downloading the entire file, thus supporting scalable, cloud-native geospatial workflows. Introduced in 2018 through community efforts involving organizations such as AWS, , , and , COG addresses the limitations of traditional GeoTIFF files in distributed storage systems like or Blob Storage by optimizing internal data organization for low-latency access. Key features of COG include contiguously stored internal overviews, also known as pyramids, which provide precomputed reduced-resolution versions of the imagery to enable rapid rendering across zoom levels. The raster data is divided into aligned, square tiles—typically 256×256 or 512×512 pixels—to facilitate targeted retrieval of specific geographic regions. Metadata, including , is positioned at the file's start for quick parsing without scanning the entire structure, and the format mandates the use of such as LZW or to minimize storage overhead while preserving data integrity. COG complies with GeoTIFF version 1.0 or later and extends to for handling files exceeding 4 in size. Technical requirements specify that GeoTIFF keys and associated tags must reside exclusively in the full-resolution Image File Directory (IFD) and precede the image data strips or tiles, ensuring with HTTP/1.1 request protocols on platforms. This tag placement, combined with tiled organization, prevents fragmentation and supports efficient byte-range fetching by clients. The formal community specification for was released in 2020, with adoption accelerating through integration with tools like GDAL and . It was subsequently published as an official Open Geospatial Consortium (OGC) standard in July 2023. By 2025, has achieved widespread use in services leveraging the SpatioTemporal Asset Catalog (STAC), particularly for distributing large-scale satellite imagery datasets from providers like and ESA, enabling seamless cloud-based discovery and processing.

Additional Extensions and Profiles

GeoTIFF supports various domain-specific profiles that define subsets of the standard for particular applications, ensuring in specialized contexts. For instance, the DGIWG GeoTIFF Profile for Georeferenced Imagery specifies requirements for raster imagery used in and geospatial operations, including support for multiple subfiles for masks, internal , and to maintain data fidelity in high-resolution products. Similarly, integration with the (NITF) allows GeoTIFF tags to be embedded within NITF files through controlled extensions, facilitating secure transmission and storage of georeferenced imagery in and intelligence applications, as outlined in the NITF Version 2.1 Controlled Extensions compendium. Compression extensions enhance GeoTIFF's efficiency for large datasets while preserving geospatial integrity. Limited Error Raster (LERC), developed by and released in 2016, provides a lossless or near-lossless method particularly suited for elevation data, allowing controlled tolerances to reduce file sizes without significant loss of accuracy; it has been integrated into GeoTIFF via libraries like GDAL since version 2.4. Implementations of GeoTIFF support wavelet-based such as JPEG2000 through extensions, enabling progressive loading and high-fidelity imagery in geospatial workflows. Specialized tags extend the core GeoTIFF framework for handling specific data scenarios. The NoDataValue tag, commonly implemented as TIFFTAG_GDAL_NODATA (code 42113) in tools like GDAL, designates pixel values representing absent data, enabling proper masking of null areas in raster datasets without altering the underlying . The VerticalCSTypeGeoKey (ID 4096), part of the official GeoTIFF specification, defines vertical coordinate reference systems using EPSG codes or user-defined values, supporting 3D terrain modeling in applications like by specifying vertical datums such as ellipsoidal heights or gravity-related systems. As of 2025, emerging OGC-aligned profiles address regulatory needs in environmental . For compliance with the European INSPIRE Directive, GeoTIFF is recommended for datasets, using a profile based on the DGIWG GeoTIFF specification that mandates (e.g., LZW), TIFF 6.0 compliance with GeoTIFF extensions, and harmonized coordinate reference systems like ETRS89-GRS80 for pan-European ; this ensures consistent encoding of gridded coverages with 32-bit floating-point values and upper-left grid origins.

Applications and Implementation

Use in GIS and Mapping Software

GeoTIFF is natively supported in the Geospatial Data Abstraction Library (GDAL), a foundational open-source toolkit for geospatial , enabling reading, writing, and of GeoTIFF files since its early releases around 2000. This support includes handling tags and coordinate systems during import and export operations. Desktop GIS applications like and provide comprehensive GeoTIFF functionality as primary tools for raster handling. In , users can import GeoTIFF layers for visualization and analysis, with full export capabilities that preserve spatial . Similarly, and allow exporting maps and rasters to GeoTIFF format, embedding information directly into the file header for . Creating GeoTIFF files in GIS software typically involves embedding during raster export workflows, often through graphical user interfaces (GUIs) for selection. In ENVI, a specialized tool integrated with GIS pipelines, users select File > Save As > Save Raster As (choosing TIFF/GeoTIFF) to export raster data, where the software automatically embeds existing ; to apply a specific coordinate reference system (CRS), use the Reproject tool prior to export. offers a similar process: after loading or generating raster data, users navigate to File > Export > Export Raster/Image Format, choose GeoTIFF as the output, and configure options in the GeoTIFF Export dialog to include details from the source data or select a new CRS via the integrated , ensuring georeferenced output. For reading and visualization, libraries such as libgeotiff parse embedded GeoKeys and tags to extract spatial information, facilitating on-the-fly reprojection in mapping applications. This parsing enables seamless integration with web-based tools; for instance, plugins like GeoRasterLayer for Leaflet read GeoTIFF metadata to render rasters in web maps, applying transformations to match the map's projection without preprocessing. In , the library supports GeoTIFF reprojection examples where tags are interpreted to display imagery in alternative projections, such as converting from a custom CRS to Web Mercator for dynamic zooming and panning. These capabilities rely on libgeotiff's tag extraction to provide CRS details for reprojection engines like PROJ. Interoperability across formats is enhanced by GDAL's gdal_translate utility, which converts rasters to and from GeoTIFF while preserving or adding georeferencing, serving as a reliable bridge between proprietary systems (e.g., Esri formats) and open standards by 2025. For example, users invoke gdal_translate -of GTiff input_format output.tif to generate a GeoTIFF with embedded spatial info, supporting batch processing for large datasets in GIS workflows. This tool ensures consistent handling in mixed environments, such as converting from JPEG2000 to GeoTIFF for broader compatibility.

Adoption in Remote Sensing and Imagery

GeoTIFF has become a cornerstone format for storing multispectral imagery from major remote sensing missions, particularly Landsat and Sentinel-2 datasets, where it embeds orthorectification metadata to ensure precise geometric alignment. In the Harmonized Landsat and Sentinel-2 (HLS) project, products are delivered as Cloud Optimized GeoTIFF (COG) files, each containing a single spectral band with embedded metadata such as upper-left coordinates (ULX, ULY), resampling algorithms (e.g., cubic convolution), and solar zenith angles for bidirectional reflectance distribution function (BRDF) normalization, facilitating accurate orthorectification across 30-meter resolution tiles in UTM projection. Similarly, USGS Landsat Collection 2 Level-1 products provide spectral bands (e.g., bands 1-11 for Landsat 8-9) in COG format, incorporating ground control points (GCPs) and digital elevation models (DEMs) for terrain precision (L1TP) processing to correct relief displacement. This embedded georeferencing supports high-resolution orthoimagery applications, including disaster response, where USGS High Resolution Orthoimagery (HRO) and Digital Orthophoto Quadrangles (DOQs) are distributed in GeoTIFF format to combine aerial photograph characteristics with map-like geometric accuracy for rapid damage assessment. In processing pipelines, GeoTIFF's geolocation tags enable seamless integration with tools like ERDAS for radiometric correction, where raw imagery undergoes haze reduction, , and while preserving embedded geographic extents and . For time-series , batch processing workflows leverage GeoTIFF's structure to handle sequences of images, such as cropping and stacking Landsat collections in environments or using plugins like the Toolkit (RST) to generate cloud-free composites and track vegetation dynamics over time. These pipelines support applications like seasonal monitoring by maintaining consistent across datasets. GeoTIFF serves as the default format for data distribution in archives like USGS EarthExplorer, where it is used for Landsat Collection 2 Level-1 and Level-2 products, including surface and science data, allowing users to download COG files for global coverage. This standardization enables precise mosaicking of multi-temporal imagery and change detection, as seen in Google Earth Engine workflows that process Landsat and time series for environmental analysis-ready mosaics. By 2025, GeoTIFF's adoption has expanded in AI-driven , particularly for datasets where its metadata ensures spatial accuracy in models for tasks like semantic segmentation and removal. High-resolution building segmentation datasets, for instance, store as GeoTIFF files to preserve coordinates and projection details, supporting applications in urban monitoring. This integration facilitates scalable pipelines that leverage standardized geospatial formats for model on multispectral data, enhancing in for classification.

References

  1. [1]
    OGC GeoTIFF Standard
    This OGC® Standard defines the Geographic Tagged Image File Format (GeoTIFF) by specifying the content and structure of a group of industry-standard tag sets ...
  2. [2]
    GeoTIFF - NASA Earthdata
    Sep 14, 2019 · GeoTIFF is based on the TIFF format and is used as an interchange format for georeferenced raster imagery. GeoTIFF is in wide use in NASA Earth science data ...
  3. [3]
    GeoTIFF FAQ Version 2.3 - MapTools.org
    GeoTIFF is a metadata format, which provides geographic information to associate with the image data. But the TIFF file structure allows both the metadata and ...
  4. [4]
    GeoTIFF Spec
    ### Summary of GeoTIFF Definition and Core Concept
  5. [5]
    GeoTIFF, Revision 1.0 - Library of Congress
    GeoTIFF is format extension for storing georeference and geocoding information in a TIFF 6.0 compliant raster file by tying a raster image to a known model ...<|control11|><|separator|>
  6. [6]
  7. [7]
    Data Standards | U.S. Geological Survey - USGS.gov
    GeoTIFF and Cloud Optimized GeoTIFF: provides the rules for describing geographic image data using the TIFF file format · GeoJSON: defines the rules for ...
  8. [8]
    [PDF] A Guide to the Role of Standards in Geospatial Information ...
    This Guide provides detailed insights on the standards and good practices necessary to establish and maintain geospatial information management systems that ...
  9. [9]
    [PDF] Revision 6.0 - ITU
    Tags and values allocated in the private number range are not prohibited from being included in a future revision of this specification. Several such instances.
  10. [10]
    [PDF] GeoTIFF Format Specification GeoTIFF Revision 1.0 - GIS-Lab
    Nov 10, 1995 · A GeoTIFF file is a TIFF 6.0 file, and inherits the file structure as described in the corresponding portion of the TIFF spec.
  11. [11]
    2.4 GeoTIFF File and "Key" Structure
    All GeoTIFF specific information is encoded in several additional reserved TIFF tags, and contains no private Image File Directories (IFD's), binary structures ...
  12. [12]
    2.7.2 GeoTIFF GeoKeys for Geocoding
    GeoTIFF GeoKey ID's may take any value between 0 and 65535. Following TIFF general approach, the GeoKey ID's from 32768 and above are available for private ...
  13. [13]
    GeoTIFF v1.1 adopted as an OGC Standard
    Sep 26, 2019 · GeoTIFF is used throughout the geospatial and earth science communities to share geographic image data. V1.1 formalizes the existing GeoTIFF ...
  14. [14]
  15. [15]
    GeoTIFF Standard | OGC Publications - Open Geospatial Consortium
    OGC GeoTIFF​​ This standard defines the Geographic Tagged Image File Format (GeoTIFF) by specifying requirements and encoding rules for using the Tagged Image ...Missing: source | Show results with:source
  16. [16]
    GeoTIFF - OSGeo Trac Instances
    Apr 24, 2020 · GeoTIFF represents an effort by over 160 different remote sensing, GIS, cartographic, and surveying related companies and organizations to establish a TIFF ...
  17. [17]
    ISO/TC 211 - Geographic information/Geomatics
    This work aims to establish a structured set of standards for information concerning objects or phenomena that are directly or indirectly associated with a ...
  18. [18]
    Cloud Optimized GeoTIFF
    A Cloud Optimized GeoTIFF (COG) is a regular GeoTIFF file, aimed at being hosted on a HTTP file server, with an internal organization that enables more ...Developer's Guide to COG · Data Providers · Submit · QGIS Tutorial
  19. [19]
    Cloud Optimized GeoTIFF (COG) published as official OGC Standard
    Oct 18, 2023 · OGC's Cloud Optimized GeoTIFF Standard v1.0 enhances web-based imagery streaming and processing by enabling efficient partial data access.
  20. [20]
    OGC Cloud Optimized GeoTIFF Standard
    Jul 14, 2023 · The OGC Cloud Optimized GeoTIFF (COG) standard specifies how to organize TIFF files for efficient data extraction and use of HTTP for partial ...
  21. [21]
    Cloud Optimized GeoTIFF in depth
    Cloud Optimized GeoTIFFs use Tiling and Overviews to organize data, and HTTP GET range requests to allow clients to request only needed file portions.Geotiff Organization · Http Get Range Requests · Bringing Them TogetherMissing: group 2018
  22. [22]
    STAC: A Retrospective, Part 2 (Why STAC was Successful)
    Oct 28, 2025 · While STAC itself is format-agnostic and can point to any underlying data file, its rise was synergistic with Cloud Optimized GeoTIFF (COG).
  23. [23]
    [PDF] 108 GeoTIFF profile for Georeferenced Imagery - DGIWG Portal
    Dec 8, 2017 · A Transparency Mask defines visible pixels of another image in the same TIFF file (that may be organised as an irregularly shaped region of ...
  24. [24]
    [PDF] The Compendium of Controlled Extensions (CE) for the National ...
    Nov 16, 2000 · This Controlled Extension (CE) compendium provides the approved CE specifications to be used with the. National Imagery Transmission Format ( ...
  25. [25]
    GTiff -- GeoTIFF File Format — GDAL documentation
    Georeferencing from GeoTIFF is supported in the form of one tiepoint and pixel size, a transformation matrix, or a list of GCPs. If no georeferencing ...
  26. [26]
    [PDF] D2.8.II.1 Data Specification on Elevation – Technical Guidelines
    Jan 31, 2024 · This document describes the "INSPIRE data specification on Elevation – Technical Guidelines" version 3.0 as developed by the Thematic Working ...
  27. [27]
    7.1. Lesson: Working with Raster Data - QGIS resources
    During this module you are going to use raster data to supplement your existing GIS analysis. The goal for this lesson: To learn how to work with raster data ...<|separator|>
  28. [28]
    Export to TIFF—ArcGIS Pro | Documentation
    When exporting a layout, set Map frame to the 2D map frame you want the GeoTIFF information to be based on.
  29. [29]
    Save and Chip Output - NV5 Geospatial Software
    Use File > Save As > Save As (ENVI, NITF, TIFF, DTED) to save image data to ENVI, NITF, TIFF, or DTED formats. You can also write a script to export files to ...
  30. [30]
    GeoTIFF - Blue Marble Geographics
    The Export GeoTIFF command allows the user to export any loaded raster, vector, and elevation data sets to a GeoTIFF format file.
  31. [31]
    GeoTIFF/georaster-layer-for-leaflet - GitHub
    A custom class for rendering GeoTIFF's (including COG's) on a leaflet map. The layer extends L.GridLayer, see the docs for inherited options and methods.Sign in · Issues 72 · Pull requests 3 · Actions<|separator|>
  32. [32]
    GeoTIFF Reprojection - OpenLayers
    This example demonstrates how data from a GeoTIFF in one projection can be displayed on a map with a different projection.
  33. [33]
    GitHub - OSGeo/libgeotiff: Official repository of the libgeotiff project
    ### Summary of GeoTIFF and TIFF Integration, Private Tags, File Structure, Tags 33550 and 33922, Compatibility
  34. [34]
    gdal_translate — GDAL documentation
    The gdal_translate utility can be used to convert raster data between different formats, potentially performing some operations like subsetting, resampling, and ...
  35. [35]
    [PDF] Harmonized Landsat Sentinel-2 (HLS) Product User Guide | LP DAAC
    - Sun and view angle bands are provided. - Product format. The product is delivered in individual Cloud Optimized GeoTIFF (COG) files to allow for spectral and ...
  36. [36]
    Landsat Collection 2 Level-1 Data | U.S. Geological Survey
    The following files are included in Landsat Collection 2 Level-1 products: Spectral Bands in Cloud Optimized GeoTIFF (COG) format. Bands 1-11 (Landsat 8-9 ...Landsat Data Access · Landsat Level-1 Data... · Level-1 Data Processing...Missing: default | Show results with:default
  37. [37]
    USGS High Resolution Orthoimagery - CMR Search
    High resolution orthorectified images combine the image characteristics of an aerial photograph with the geometric qualities of a map.Missing: disaster | Show results with:disaster
  38. [38]
    USGS EROS Archive - Digital Orthophoto Quadrangle (DOQs)
    Jul 6, 2018 · GeoTIFF is a georeferenced Tagged Image File Format with referencing information embedded within the .tif file. DOQs in GeoTIFF format are cast ...Missing: disaster | Show results with:disaster
  39. [39]
    [PDF] ERDAS IMAGINE
    Dec 16, 2020 · ... metadata in batch while maintaining each image's geographic extents. Geometric Correction. Intuitive tools for georeferencing raw image data ...Missing: geolocation tags
  40. [40]
    ERDAS IMAGINE
    ERDAS ER Mapper algorithm support; ability to convert more than 190 image formats into all major file formats: GeoTIFF, NITF, CADRG, JPEG, JPEG2000, ECW and ...
  41. [41]
    Open and Crop Landsat Remote Sensing Data in Open Source Python
    Jan 27, 2022 · You just need to learn how to batch process a series of .tif files to work with Landsat 8 Collections. Generate a List of Files in Python. To ...
  42. [42]
    RST — QGIS Python Plugins Repository
    The Remote Sensing Toolkit (RST) is a comprehensive QGIS plugin that streamlines remote sensing studies by integrating preprocessing and analysis into a ...
  43. [43]
    Landsat Collection 2 Level-2 Science Products - USGS.gov
    Landsat Collection 2 includes scene-based global Level-2 surface reflectance and surface temperature science products.Landsat Data Access · Surface Reflectance · Surface TemperatureMissing: default | Show results with:default
  44. [44]
    Analysis-ready satellite data mosaics from Landsat and Sentinel-2 ...
    In the Geomosaic tool provided, this value is stored as an unsigned integer, and the metadata is stored in an output GeoTiff file. Thus, each pixel in the ...
  45. [45]
  46. [46]
    Remote Sensing Datasets for Artificial Intelligence Semantic ...
    Jan 17, 2023 · This article presents some of the most relevant, famous and cited datasets for overhead imagery semantic segmentation using AI.