Skip to content

ncar-xdev/ecgtools

Repository files navigation

ecgtools

Badges

CI GitHub Workflow Status GitHub Workflow Status Code Coverage Status
Docs Documentation Status
Package Conda PyPI
License License

Motivation

Similar to intake-esm, this package helps with finding, investigating, and loading data. The critical requirement for using intake-esm is having a data catalog. This package enables you build data catalogs to be read in by intake-esm, which enables a user to easily search, discover, and access datasets they are interested in using.

Installation

ecgtools can be installed from PyPI with pip:

python -m pip install ecgtools

It is also available from conda-forge for conda installations:

conda install -c conda-forge ecgtools