Cloud Optimized GeoTiffs

While Felt can read many raster formats, storing your data as a Cloud Optimized Geotiffarrow-up-right (COGs) allows efficient access of subsets of data for fast viewing.

circle-check

Configuration

Required?
Configuration option
Recommended values

Mandatory

Overview resampling

  • bilinear for floating point data

  • nearest for integer or categorical data

Mandatory

Block size

256x256 or 512x512

Recommended

Compression scheme

  • YCbCr with JPG compression for 8-bit RGB data

  • DEFLATE, LZW, or ZSTD for floating point data

Recommended

Transparency

Recommended*

Summary statistics

Min, max, mean and standard deviation. Stored in the header, per the GeoTIFF specification

circle-exclamation

Converting raster files to Cloud Optimized GeoTIFFs

  1. Install the GDALarrow-up-right command line tools. If you’re using homebrewarrow-up-right on MacOS, you can do this with brew install gdal

  2. Use the gdal_translatearrow-up-right command with the COG output format and the -stats flag. This will create a COG with summary stats and overviews that will be most efficiently streamed into Felt.

chevron-rightExample for floating-point datahashtag
chevron-rightExample for integer datahashtag

Last updated

Was this helpful?