Overview

More and more geospatial data is migrating to the cloud, and it most often is stored on cloud-based object storage like S3 or Google Cloud Storage. Traditional GIS file formats can easily sit on the cloud, but serving up web map tiles or doing on the fly processing of the data are difficult to do efficiently with those formats. They often have to be fully downloaded to another location and then translated to an optimized format or stored in memory.

Cloud Optimized GeoTIFF’s enable efficient streaming of data, with some smart technology, to enable fully cloud-based geospatial workflows. Online imagery platforms like the Planet Platform and GBDX use them to provide imagery that gets processed on the fly. COG-aware software can stream just the portions of data that it needs, improving access times.

Newer scale out geospatial software like GeoTrellis, Google Earth Engine and IDAHO also have potential to leverage COG’s directly in their architectures. Each processing node can stream the part of the COG that it needs to do on-the-fly geospatial processing.

As a part of the OGC standard, adoption of Cloud Optimized GeoTIFFs will increase over time as more and more software and tools adopt native support for the standard. In cases where native support for COGs is missing all kinds of legacy software are still able to read them with no additional modifications because COGs leverage the base GeoTIFF standard. They won’t tap into streaming capabilities, but can easily download the whole dataset and read it, unlike various new imagery formats.

Providing data in the Cloud Optimized GeoTIFF format can help decrease how much data is copied. Since online software systems can stream the data they don’t need to keep their own copy of the data for efficient access, a common pattern today. And data providers do not need to provide multiple file formats, because legacy systems can read the same GeoTIFF that the online streaming software is. Data providers can just put up one version of their data, and multiple online software can all access it at the same time, with no additional copies for download purposes.