Skip to content

Commit

Permalink
Update README (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 authored Sep 15, 2021
1 parent b0dae45 commit 15f249d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,21 @@ See [documentation](https://ecgtools.readthedocs.io) for more information. -->
[conda-link]: https://anaconda.org/conda-forge/ecgtools
[license-badge]: https://img.shields.io/github/license/NCAR/ecgtools?style=for-the-badge
[repo-link]: https://github.com/NCAR/ecgtools

## Motivation

Similar to [`intake-esm`](https://github.com/intake/intake-esm), this package helps with finding, investigating, and loading data. The critical requirement for using [`intake-esm`](https://github.com/intake/intake-esm) is having a data catalog. This package enables you 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.

## Installation

Intake-esm 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
```

0 comments on commit 15f249d

Please sign in to comment.