Cloud Optimized GeoTiffs
Last updated
Was this helpful?
Last updated
Was this helpful?
While Felt can read many raster formats, storing your data as a (COGs) allows efficient access of subsets of data for fast viewing.
This feature is only available to customers on the . To upgrade, .
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
If you upload a Cloud Optimized GeoTIFF that meets the mandatory requirements but doesn’t have summary statistics, Felt will sample the entire file to compute the values, which will add additional processing time.
Set an explicit
Install the command line tools. If you’re using on MacOS, you can do this with brew install gdal
Use the 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.