intake / intake-esm

An intake plugin for parsing an Earth System Model (ESM) catalog and loading assets into xarray datasets.
https://intake-esm.readthedocs.io
Apache License 2.0
138 stars 47 forks source link

feat: Support being able to use in-memory ESMCatalogModel instances #690

Open lewisjared opened 22 hours ago

lewisjared commented 22 hours ago

Change Summary

Support initialising the catalog using an in-memory instance of the data model. This avoids the need to serialise/deserialise if a temporary catalog is needed.

Related issue number

Checklist