https://github.com/ncar-xdev/ecgtools
ESM Catalog Generation tools
https://github.com/ncar-xdev/ecgtools
hactoberfest intake intake-esm python
Last synced: about 1 year ago
JSON representation
ESM Catalog Generation tools
- Host: GitHub
- URL: https://github.com/ncar-xdev/ecgtools
- Owner: ncar-xdev
- License: apache-2.0
- Created: 2020-06-01T23:08:57.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T20:49:36.000Z (about 1 year ago)
- Last Synced: 2025-04-14T23:15:51.937Z (about 1 year ago)
- Topics: hactoberfest, intake, intake-esm, python
- Language: Python
- Homepage: https://ecgtools.readthedocs.io
- Size: 8.78 MB
- Stars: 10
- Watchers: 7
- Forks: 14
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ecgtools
| CI | [![GitHub Workflow Status][github-ci-badge]][github-ci-link] [![Code Coverage Status][codecov-badge]][codecov-link] [![pre-commit.ci status][pre-commit.ci-badge]][pre-commit.ci-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] |
## Motivation
The critical requirement for using [`intake-esm`](https://github.com/intake/intake-esm) is having a data catalog. This package enables you to build data catalogs to be read in by [`intake-esm`](https://github.com/intake/intake-esm), which enables a user to easily search, discover, and access datasets they are interested in using.
See [documentation](https://ecgtools.readthedocs.io) for more information.
## Installation
ecgtools can be installed from PyPI with pip:
```bash
python -m pip install ecgtools
```
It is also available from conda-forge for conda installations:
```bash
conda install -c conda-forge ecgtools
```
[github-ci-badge]: https://github.com/ncar-xdev/ecgtools/actions/workflows/ci.yaml/badge.svg
[github-ci-link]: https://github.com/ncar-xdev/ecgtools/actions/workflows/ci.yaml
[codecov-badge]: https://img.shields.io/codecov/c/github/ncar-xdev/ecgtools.svg?logo=codecov
[codecov-link]: https://codecov.io/gh/ncar-xdev/ecgtools
[rtd-badge]: https://img.shields.io/readthedocs/ecgtools/latest.svg
[rtd-link]: https://ecgtools.readthedocs.io/en/latest/?badge=latest
[pypi-badge]: https://img.shields.io/pypi/v/ecgtools?logo=pypi
[pypi-link]: https://pypi.org/project/ecgtools
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/ecgtools?logo=anaconda
[conda-link]: https://anaconda.org/conda-forge/ecgtools
[license-badge]: https://img.shields.io/github/license/ncar-xdev/ecgtools
[repo-link]: https://github.com/ncar-xdev/ecgtools
[pre-commit.ci-badge]: https://results.pre-commit.ci/badge/github/ncar-xdev/ecgtools/main.svg
[pre-commit.ci-link]: https://results.pre-commit.ci/latest/github/ncar-xdev/ecgtools/main