https://github.com/intake/intake-thredds
Intake interface to THREDDS data catalogs
https://github.com/intake/intake-thredds
intake netcdf opendap siphon thredds-catalogs
Last synced: 5 months ago
JSON representation
Intake interface to THREDDS data catalogs
- Host: GitHub
- URL: https://github.com/intake/intake-thredds
- Owner: intake
- License: apache-2.0
- Created: 2019-01-06T19:31:39.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-08-04T17:55:05.000Z (5 months ago)
- Last Synced: 2025-08-15T09:37:48.364Z (5 months ago)
- Topics: intake, netcdf, opendap, siphon, thredds-catalogs
- Language: Python
- Homepage: https://intake-thredds.readthedocs.io/
- Size: 212 KB
- Stars: 11
- Watchers: 6
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# intake-thredds
| 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] |
Intake interface to [THREDDS](https://www.unidata.ucar.edu/software/tds/current/catalog/) data catalogs.
## Installation
Intake-thredds can be installed from PyPI with pip:
```bash
python -m pip install intake-thredds
```
Intake-thredds is also available from conda-forge for conda installations:
```bash
conda install -c conda-forge intake-thredds
```
See [documentation](https://intake-thredds.readthedocs.io) for more information.
[github-ci-badge]: https://github.com/intake/intake-thredds/actions/workflows/ci.yaml/badge.svg
[github-ci-link]: https://github.com/intake/intake-thredds/actions/workflows/ci.yaml
[codecov-badge]: https://img.shields.io/codecov/c/github/intake/intake-thredds.svg?logo=codecov
[codecov-link]: https://codecov.io/gh/intake/intake-thredds
[rtd-badge]: https://readthedocs.org/projects/intake-thredds/badge/?version=latest
[rtd-link]: https://intake-thredds.readthedocs.io/en/latest/?badge=latest
[pypi-badge]: https://img.shields.io/pypi/v/intake-thredds?logo=pypi
[pypi-link]: https://pypi.org/project/intake-thredds
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/intake-thredds?logo=anaconda
[conda-link]: https://anaconda.org/conda-forge/intake-thredds
[license-badge]: https://img.shields.io/github/license/intake/intake-thredds
[repo-link]: https://github.com/intake/intake-thredds
[pre-commit.ci-badge]: https://results.pre-commit.ci/badge/github/intake/intake-thredds/main.svg
[pre-commit.ci-link]: https://results.pre-commit.ci/latest/github/intake/intake-thredds/main