You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Batch job result which points to a valid COG (checked with rio-cogeo), but the media type is set to a "regular" GeoTiff. This means that the Web Editor, STAC Browser, etc. often avoid loading the data as it assumes it's too large for memory.
If you expose a COG (great!) then the media type should be image/tiff; application=geotiff; profile=cloud-optimized instead of image/tiff; application=geotiff.
I have a Batch job result which points to a valid COG (checked with rio-cogeo), but the media type is set to a "regular" GeoTiff. This means that the Web Editor, STAC Browser, etc. often avoid loading the data as it assumes it's too large for memory.
If you expose a COG (great!) then the media type should be
image/tiff; application=geotiff; profile=cloud-optimized
instead ofimage/tiff; application=geotiff
.Example:
The text was updated successfully, but these errors were encountered: