intake-esm
intake-esm copied to clipboard
An intake plugin for parsing an Earth System Model (ESM) catalog and loading assets into xarray datasets.
One issue that has emerged from the hackathon is the desired to apply user-defined preprocessing and / or customized merging function during the dataset loading process. @jbusecke has a great...
Concatenate datasets when some variables are present in one dataset and not present in other dataset
Currently, `xarray.concat()` doesn't know how to deal with datasets for which one dataset contains some variables and these same variables are not present in the rest of the datasets to...
Add widgets on top of each column of collection so the user can search on the fly for data. For example in the variable column, there will be a drop-down...
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.2 → v3.0.0-alpha.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.2...v3.0.0-alpha.3)
## Change Summary Cast paths to string before passing to fsspec. ## Related issue number Fixes #540. ## Checklist - [ ] Unit tests for the changes exist - [...
This is very minor, but I feel we should be able to pass `pathlib.Path` objects to `intake_esm.esm_datastore`. Ex: ``` from pathlib import Path from intake_esm import esm_datastore p = Path('/path/to/catalog.json')...
I am having errors loading data via `to_dataset_dict` when the path field contains an opendap url installed intake_esm version : `2021.8.17` This works fine ``` import xarray as xr import...
### Description I'd like to include coordinate variables in my Intake-ESM datastore so that they can be searched for and opened like any other variable. However, Intake-ESM currently [only allows...
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.** I am currently restructuring the [Pangeo/ESGF CMIP6 Cloud Data](https://github.com/leap-stc/cmip6-leap-feedstock) and would like for everyone to slowly migrate their workflows to...