https://github.com/ecmwf-projects/cdscdm-tools
Tools to check compliance to the Common Data Model of the Climate Data Store
https://github.com/ecmwf-projects/cdscdm-tools
Last synced: 5 months ago
JSON representation
Tools to check compliance to the Common Data Model of the Climate Data Store
- Host: GitHub
- URL: https://github.com/ecmwf-projects/cdscdm-tools
- Owner: ecmwf-projects
- License: apache-2.0
- Created: 2020-04-15T09:20:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T15:14:22.000Z (about 5 years ago)
- Last Synced: 2024-12-29T00:59:14.677Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 315 KB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cdscdm-tools
Compliance checker to the CDS Common Data Model
# Develop
First time setup:
```
git clone https://github.com/ecmwf-projects/cdscdm-tools
cd cdscdm-tools
conda env create -n CDSCDM-TOOLS -f environment.in.yml
conda activate CDSCDM-TOOLS
pip install -e .
```
New shell setup:
```
cd cdscdm-tools
conda activate CDSCDM-TOOLS
conda env update -f environment.in.yml
```
Usage:
```
cdscdm-check-file myfile.nc
```