{"id":30523925,"url":"https://github.com/intake/intake-thredds","last_synced_at":"2025-08-26T20:52:09.400Z","repository":{"id":37982520,"uuid":"164338804","full_name":"intake/intake-thredds","owner":"intake","description":"Intake interface to THREDDS data catalogs","archived":false,"fork":false,"pushed_at":"2025-08-04T17:55:05.000Z","size":217,"stargazers_count":11,"open_issues_count":8,"forks_count":7,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-08-15T09:37:48.364Z","etag":null,"topics":["intake","netcdf","opendap","siphon","thredds-catalogs"],"latest_commit_sha":null,"homepage":"https://intake-thredds.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/intake.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-06T19:31:39.000Z","updated_at":"2025-01-15T14:13:49.000Z","dependencies_parsed_at":"2024-01-10T07:43:01.844Z","dependency_job_id":"6afd1c74-090c-49b1-8f1f-04292cc978e7","html_url":"https://github.com/intake/intake-thredds","commit_stats":{"total_commits":130,"total_committers":7,"mean_commits":"18.571428571428573","dds":0.6615384615384615,"last_synced_commit":"0013fa9ec881a2f8517f590789314e97b265ecb5"},"previous_names":["ncar/intake-thredds"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/intake/intake-thredds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fintake-thredds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fintake-thredds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fintake-thredds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fintake-thredds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intake","download_url":"https://codeload.github.com/intake/intake-thredds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fintake-thredds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272254514,"owners_count":24901058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["intake","netcdf","opendap","siphon","thredds-catalogs"],"created_at":"2025-08-26T20:51:59.947Z","updated_at":"2025-08-26T20:52:09.390Z","avatar_url":"https://github.com/intake.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# intake-thredds\n\n| 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] |\n| :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |\n| **Docs**    |                                                                     [![Documentation Status][rtd-badge]][rtd-link]                                                                     |\n| **Package** |                                                          [![Conda][conda-badge]][conda-link] [![PyPI][pypi-badge]][pypi-link]                                                          |\n| **License** |                                                                         [![License][license-badge]][repo-link]                                                                         |\n\nIntake interface to [THREDDS](https://www.unidata.ucar.edu/software/tds/current/catalog/) data catalogs.\n\n## Installation\n\nIntake-thredds can be installed from PyPI with pip:\n\n```bash\npython -m pip install intake-thredds\n```\n\nIntake-thredds is also available from conda-forge for conda installations:\n\n```bash\nconda install -c conda-forge intake-thredds\n```\n\nSee [documentation](https://intake-thredds.readthedocs.io) for more information.\n\n[github-ci-badge]: https://github.com/intake/intake-thredds/actions/workflows/ci.yaml/badge.svg\n[github-ci-link]: https://github.com/intake/intake-thredds/actions/workflows/ci.yaml\n[codecov-badge]: https://img.shields.io/codecov/c/github/intake/intake-thredds.svg?logo=codecov\n[codecov-link]: https://codecov.io/gh/intake/intake-thredds\n[rtd-badge]: https://readthedocs.org/projects/intake-thredds/badge/?version=latest\n[rtd-link]: https://intake-thredds.readthedocs.io/en/latest/?badge=latest\n[pypi-badge]: https://img.shields.io/pypi/v/intake-thredds?logo=pypi\n[pypi-link]: https://pypi.org/project/intake-thredds\n[conda-badge]: https://img.shields.io/conda/vn/conda-forge/intake-thredds?logo=anaconda\n[conda-link]: https://anaconda.org/conda-forge/intake-thredds\n[license-badge]: https://img.shields.io/github/license/intake/intake-thredds\n[repo-link]: https://github.com/intake/intake-thredds\n[pre-commit.ci-badge]: https://results.pre-commit.ci/badge/github/intake/intake-thredds/main.svg\n[pre-commit.ci-link]: https://results.pre-commit.ci/latest/github/intake/intake-thredds/main\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintake%2Fintake-thredds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintake%2Fintake-thredds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintake%2Fintake-thredds/lists"}