Closed Recalculate closed 4 years ago
@Recalculate, do you mind opening this issue in https://github.com/intake/intake-esm? This is more of an intake-esm usage question. I will reply once this is in intake-esm.
Superseded by https://github.com/intake/intake-esm/issues/262
Hi all,
I understand there is a flag that can be used to ensure that you only ingest the latest version of files in a cmip6 catalogue. My query is how to apply it when ingesting from a .json store, eg:
col_url='https://raw.githubusercontent.com/NCAR/intake-esm-datastore/master/catalogs/pangeo-cmip6.json' col = intake.open_esm_datastore(col_url)
How can you apply the --pick-latest-version flag to the above?
Many thanks.