Allow using local/cached CM2.6 dataset in data step #86
Labels
enhancement
New feature or request
post-iccs-2023
Issues created during the ICCS 2023 project, but not completed.
The
intake
library appears not to have any caching. This means every time you run the data step, you re-download all parts of the CM2.6 dataset you require. This means more net bandwidth, and more Google Cloud charges.Maybe we could add a CLI option for
intake
to try to load data from a given path (cache) first, and revert to the online data if not present (and update the cache...? appears to become more complex when we consider versioning)The text was updated successfully, but these errors were encountered: