Skip to content

IOOS Compliance Checker plugin to check compliance with the IMOS NetCDF conventions

License

Notifications You must be signed in to change notification settings

aodn/cc-plugin-imos

Repository files navigation

IMOS Compliance Checker Plugin

cc-plugin-imos

This is a checker for compliance with the IMOS NetCDF Conventions.

It works with the ioos/compliance-checker.

Licensing

This project is licensed under the terms of the GNU GPLv3 license.

Installation

Clone the repository:

git clone git@github.com:aodn/cc-plugin-imos.git

Create a virtual environment and install the plugin (which installs the core checker as a dependency):

cd cc-plugin-imos
mkdir env
virtualenv env/cc-plugin-imos
source env/cc-plugin-imos/bin/activate
pip install -e .

Testing

python setup.py test -s cc_plugin_imos.tests

Usage

compliance-checker -t=imos file.nc

Run compliance-checker -h for help on command-line options.

About

IOOS Compliance Checker plugin to check compliance with the IMOS NetCDF conventions

Resources

License

Stars

Watchers

Forks

Packages

No packages published