See output of rio info command below.
Note "tiled": false, COGs ought to be tiled. Also nodata=0 is not ideal, I would consider value 0 as valid data -- classified by fmask as "unassigned", I would suggest 255 as nodata value.
rio info --indent 1 s3://datahub-level2/AODH/level2/1991-06-02/LT50890801991153ASA00/QA/LT50890801991153ASA00_FMASK.TIF
{
"bounds": [
366885.0,
-3296415.0,
603015.0,
-3084885.0
],
"colorinterp": [
"palette"
],
"compress": "deflate",
"count": 1,
"crs": "EPSG:32656",
"descriptions": [
"Layer_1"
],
"driver": "GTiff",
"dtype": "uint8",
"height": 7051,
"indexes": [
1
],
"interleave": "band",
"lnglat": [
152.84571445393462,
-28.84343921394409
],
"mask_flags": [
[
"nodata"
]
],
"nodata": 0.0,
"res": [
30.0,
30.0
],
"shape": [
7051,
7871
],
"tiled": false,
"transform": [
30.0,
0.0,
366885.0,
0.0,
-30.0,
-3084885.0,
0.0,
0.0,
1.0
],
"units": [
null
],
"width": 7871
}
See output of
rio infocommand below.Note
"tiled": false, COGs ought to be tiled. Alsonodata=0is not ideal, I would consider value0as valid data -- classified byfmaskas "unassigned", I would suggest255asnodatavalue.{ "bounds": [ 366885.0, -3296415.0, 603015.0, -3084885.0 ], "colorinterp": [ "palette" ], "compress": "deflate", "count": 1, "crs": "EPSG:32656", "descriptions": [ "Layer_1" ], "driver": "GTiff", "dtype": "uint8", "height": 7051, "indexes": [ 1 ], "interleave": "band", "lnglat": [ 152.84571445393462, -28.84343921394409 ], "mask_flags": [ [ "nodata" ] ], "nodata": 0.0, "res": [ 30.0, 30.0 ], "shape": [ 7051, 7871 ], "tiled": false, "transform": [ 30.0, 0.0, 366885.0, 0.0, -30.0, -3084885.0, 0.0, 0.0, 1.0 ], "units": [ null ], "width": 7871 }