opendatacube / odc-tools

ODC features that DEA is experimenting with or prototyping with the intention of being integrated into odc-core in the future

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support github https links for config yamls

cbur24 opened this issue · comments

When running ODC-Statistician using the command odc-stats run, it is not currently possible to pass to the config or plugin-config parameters a https link to a .yaml stored on github i.e. this isn't supported:

odc-stats run --config=https://raw.githubusercontent.com/some_repo/config.yaml ...

Suggesting an update to the parse_yaml_file_or_inline function to allow the user to provide a link to a config yaml stored on github or the like.

I think that this has been fixed by @supermarkion a week or so ago

Long story. We did not achieve the agreement on design at that moment. So close/cancel the relative proposal.

ok thanks @supermarkion, The workaround is pretty simple so not a big deal