https://github.com/opencdms/opencdms
📌 Main OpenCDMS software (including installer)
https://github.com/opencdms/opencdms
cdms opencdms python wmo
Last synced: 4 months ago
JSON representation
📌 Main OpenCDMS software (including installer)
- Host: GitHub
- URL: https://github.com/opencdms/opencdms
- Owner: opencdms
- License: mit
- Created: 2021-07-30T13:16:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-29T14:05:33.000Z (11 months ago)
- Last Synced: 2025-06-29T15:20:31.195Z (11 months ago)
- Topics: cdms, opencdms, python, wmo
- Language: PLpgSQL
- Homepage: https://www.opencdms.org
- Size: 26.4 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 296
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# OpenCDMS
[](https://opensource.org/licenses/MIT) [](https://creativecommons.org/licenses/by-sa/4.0/)
## Notices
📌 **OpenCDMS is not a complete [Climate Data Management System (CDMS)](https://library.wmo.int/index.php?lvl=notice_display&id=16300) for users. Instead it is a reuable package/library for CDMS developers**
📌 OpenCDMS is intentionally minimal, it includes the importable `opencdms` Python package and a Python web server based on [pygeoapi](http://pygeoapo.io). Other complete CDMS solutions may add extra capabilities that would be needed to use the software in production
📌 OpenCDMS supports the [WMO Task Team on Climate Data Model (TT-CDM)](https://community.wmo.int/en/governance/commission-membership/commission-observation-infrastructure-and-information-systems-infcom/standing-committee-information-management-and-technology-sc-imt/expert-team-metadata-standards-et-metadata/task-team-climate-data-model-tt-cdm) by providing a Reference Implementation of the [WMO Core Climate Data Model - Observations (WCCDM-OBS)](https://meetings.wmo.int/INFCOM-3/_layouts/15/WopiFrame.aspx?sourcedoc=%7B3A36E4BF-D1B5-4CDC-BF80-89359C115420%7D&file=INFCOM-3-INF08-3(6a)-EXPERIMENTAL-CLIMATE-DATA-MODEL_en.docx) and related standards
📌 OpenCDMS also aims to support the [WMO Task Team on Information Management (ET-IM)](https://community.wmo.int/en/governance/commission-membership/commission-observation-infrastructure-and-information-systems-infcom/standing-committee-information-management-and-technology-sc-imt/expert-team-information-management-et-im) by providing a Reference Implementation of standardised web APIs for interacting with WCCDM-OBS and related standards, built on [OGC APIs](https://ogcapi.ogc.org) including [OGC API - Environmental Data Retrieval](https://ogcapi.ogc.org/edr/) and [OGC API - Processes](https://ogcapi.ogc.org/processes/).
📚 For more information, please see [docs.opencdms.org](https://docs.opencdms.org).
## Installation
Details will be added on:
a) Using OpenCDMS as a Python server implementation of WCCDM-OBS and related standards
b) Installing OpenCDMS as an importable Python package