https://github.com/ncar-xdev/xcollection
Extends xarray's data model to be able to handle a dictionary of Xarray.Datasets
https://github.com/ncar-xdev/xcollection
python xarray
Last synced: 3 months ago
JSON representation
Extends xarray's data model to be able to handle a dictionary of Xarray.Datasets
- Host: GitHub
- URL: https://github.com/ncar-xdev/xcollection
- Owner: ncar-xdev
- License: apache-2.0
- Created: 2021-08-11T23:13:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-02T21:01:01.000Z (4 months ago)
- Last Synced: 2026-02-03T10:53:36.404Z (4 months ago)
- Topics: python, xarray
- Language: Python
- Homepage: https://xcollection.readthedocs.io/
- Size: 83 KB
- Stars: 6
- Watchers: 6
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# xcollection
| CI | [![GitHub Workflow Status][github-ci-badge]][github-ci-link] [![Code Coverage Status][codecov-badge]][codecov-link] |
| :---------- | :-----------------------------------------------------------------------------------------------------------------: |
| **Docs** | [![Documentation Status][rtd-badge]][rtd-link] |
| **Package** | [![Conda][conda-badge]][conda-link] [![PyPI][pypi-badge]][pypi-link] |
| **License** | [![License][license-badge]][repo-link] |
xcollection extends [xarray's data model](https://xarray.pydata.org/en/stable/getting-started-guide/why-xarray.html) to be able to handle a dictionary of xarray Datasets.
See [documentation](https://xcollection.readthedocs.io/en/latest/) for more information.
## Installation
xcollection can be installed from PyPI with pip:
```bash
python -m pip install xcollection
```
It is also available from `conda-forge` for conda installations:
```bash
conda install -c conda-forge xcollection
```
[github-ci-badge]: https://img.shields.io/github/workflow/status/ncar-xdev/xcollection/CI?label=CI&logo=github&style=for-the-badge
[github-ci-link]: https://github.com/ncar-xdev/xcollection/actions?query=workflow%3ACI
[codecov-badge]: https://img.shields.io/codecov/c/github/ncar-xdev/xcollection.svg?logo=codecov&style=for-the-badge
[codecov-link]: https://codecov.io/gh/ncar-xdev/xcollection
[rtd-badge]: https://img.shields.io/readthedocs/xcollection/latest.svg?style=for-the-badge
[rtd-link]: https://xcollection.readthedocs.io/en/latest/?badge=latest
[pypi-badge]: https://img.shields.io/pypi/v/xcollection?logo=pypi&style=for-the-badge
[pypi-link]: https://pypi.org/project/xcollection
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/xcollection?logo=anaconda&style=for-the-badge
[conda-link]: https://anaconda.org/conda-forge/xcollection
[license-badge]: https://img.shields.io/github/license/ncar-xdev/xcollection?style=for-the-badge
[repo-link]: https://github.com/ncar-xdev/xcollection