intake-esm icon indicating copy to clipboard operation
intake-esm copied to clipboard

An intake plugin for parsing an Earth System Model (ESM) catalog and loading assets into xarray datasets.

Results 48 intake-esm issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** When using the catalog with a derived variable registry and calling `to_dataset_dict`, all variables that were needed for the derived...

Here's a quick checklist in what to include: - [x] Include a detailed description of the bug or suggestion - [x] Output of `intake_esm.show_versions()` - [x] Minimal, self-contained copy-pastable example...

**Is your feature request related to a problem? Please describe.** Ok so this one is a bit more complex, and may be too specific to be implemented here. I'll let...

Similar to the development in [esds-funnel](https://github.com/NCAR/esds-funnel), we think it would be useful to be able to add "derived variables" to a catalog, accessible via an api similar to this: ```python...

When using an esm_collection from file system: `intake.open_esm_datastore('/home/dkrz/k204210/intake-esm/esm-collections/dkrz_era5_disk_grb_fromcloud.json')` with url as `catalog_file` entry value: ``` cat /home/dkrz/k204210/intake-esm/esm-collections/dkrz_era5_disk_grb_fromcloud.json ... "catalog_file": "https://swift.dkrz.de/v1/dkrz_a44962e3ba914c309a7421573a6949a6/intake-esm/dkrz_era5_disk_grb.csv.gz", ``` results in ``` Unable to find: /home/dkrz/k204210/intake-esm/esm-collections/https:/swift.dkrz.de/v1/dkrz_a44962e3ba914c309a7421573a6949a6/intake-esm/dkrz_era5_disk_grb.csv.gz ``` I...

bug

I am encountering an issue with one dataset when loading many CMIP6 datasets using intake-esm (see #331). I believe this is actually an issue with the raw data, but either...

enhancement

Hi, I am a scientific programmer at DKRZ and I really appreciate intake and intake-esm for the purpose of finding and accessing data. An issue related to the subsetting in...

**Is your feature request related to a problem? Please describe.** Currently, there doesn't seem to be any source class for [Intake-esm](https://github.com/intake/intake-esm) collections, meaning that any Intake catalogs containing them must...

enhancement
feature

I have been trying to detrend CMIP6 data using the metadata like `branch_time_in_parent` from models with multiple members and gotten some really confusing results. I was not able to align...

I'm sitting with @naomi-henderson, and we are discussing how we might make intake-esm more transparent about what it's doing under the hood. It would be nice if there were a...

discuss