NCAR / intake-esm-datastore

Intake-esm Datastore
Apache License 2.0
14 stars 11 forks source link

How to pick latest version when ingesting open_esm_datastore on .json url? #77

Closed Recalculate closed 4 years ago

Recalculate commented 4 years ago

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.

andersy005 commented 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.

andersy005 commented 4 years ago

Superseded by https://github.com/intake/intake-esm/issues/262