Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Install cfchecker

Filipe edited this page Jun 11, 2014 · 2 revisions
conda install -c https://conda.binstar.org/ajdawson cdat-lite

pip install https://pypi.python.org/packages/source/c/cfchecker/cfchecker-2.0.3.tar.gz\#md5\=54e780e8688ac743d1e21448a3901061

echo '#!/usr/bin/env sh' > $HOME/bin/cfchecker
echo "cfchecks -s $HOME/IOOS/iris/etc/cf-standard-name-table.xml \
               -a $HOME/IOOS/iris/etc/area-type-table.xml \
               -u $HOME/anaconda/envs/ioos/share/udunits/udunits2.xml \$1" >> $HOME/bin/cfchecker

cfchecker ncfile.nc
Clone this wiki locally