GeoscienceAustralia / dea-cogger

Convert NetCDFs to Cloud Optimized GeoTIFFs
15 stars 4 forks source link

Fix nodata with int8 #17

Closed emmaai closed 5 years ago

emmaai commented 5 years ago

Deal with nodata = -1 with int8 dtype properly; Generate all the COGs in int16 dtype minimum; Delete non existing bands from dataset yaml;

emmaai commented 5 years ago

Can we not use static unless it is absolute necessary? e.g. it's required out of the context of class, or some private members are required to be static.