opendatacube / datacube-stats

Data Cube Temporal Statistic Tools
http://www.ga.gov.au/about/projects/geographic/digital-earth-australia
Other
22 stars 6 forks source link

Definition of compression parameters #126

Open prl900 opened 6 years ago

prl900 commented 6 years ago

Inside the “output_products” of the config file, there is a field called “output_params”, which allows defining parameters such as “zlib” or “fletcher32”. I wonder if this is related to the output format and if that's the case why these fields are not defined inside "storage"

Kirill888 commented 6 years ago

I guess it's because they can be set per band, but yeah, having defaults inside storage section would make sense as well.

omad commented 6 years ago

Yep, as Kirill says, it gets messy when storing heterogeneous data types with different parameters. It's in output_products to be closer to the data variables being produced, but mapping it in from storage would probably make much more sense!