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
Recommended
Compression scheme
YCbCr
with JPG compression for 8-bit RGB data
DEFLATE
, LZW
, or ZSTD
for floating point data
Recommended
Transparency
Mandatory for streaming, recommended for all uploads
Block size
256x256 or 512x512
Recommended*
Summary statistics
Min, max, mean and standard deviation. Stored in the header, per the GeoTIFF specification
Uploading Cloud Optimized GeoTIFFs without summary statistics to Felt can be slow and inefficient, since Felt will have to read large amounts of data in order to compute those values.
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.