opendatacube / odc-tools

ODC features that DEA is experimenting with or prototyping with the intention of being integrated into odc-core in the future
Apache License 2.0
62 stars 33 forks source link

update archive_less_mature option to expect int value #579

Closed Ariana-B closed 1 year ago

Ariana-B commented 1 year ago

To allow for timestamp discrepancies between dataset versions, archive_less_mature in core now expects an optional int value instead of a boolean. Update the --archive-less-mature click option and index_update_dataset to reflect this.