An open API service indexing awesome lists of open source software.

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

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