This is a checker for compliance with the IMOS NetCDF Conventions.
It works with the ioos/compliance-checker.
This project is licensed under the terms of the GNU GPLv3 license.
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 .
python setup.py test -s cc_plugin_imos.tests
compliance-checker -t=imos file.nc
Run compliance-checker -h
for help on command-line options.