You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And maybe we only provide the output base directory to each script, and a separate version parameter, that would dictate <version> and put everything in the right place.
Simplified workflow: (1) download, (2) make checks, (3) make CVs
Define a temporary output directory and create it:
Run a script to create the YAML representation of the checks:
create-yaml-checks -s $DATA_DIR -v $VERSION
Run a script to create the Controlled Vocabularies (in JSON and PYESSV formats):
create-cvs -s $DATA_DIR -v $VERSION
Run an example check (maybe having downloaded the training data):
# Set the PYESSV DIRECTORY TO USE:
export PYESSV_ARCHIVE_HOME=$DATA_DIR/$VERSION/pyessv-vocabs
# Run the checker on some test data
TEST_FILE=../NCAS-Data-Project-Training-Data/Data/ncas-anemometer-1_ral_29001225_mean-winds_v0.1.nc
amf-checker --yaml-dir $DATA_DIR/$VERSION/checks $TEST_FILE --version $VERSION
Bring up to date with current state.
The text was updated successfully, but these errors were encountered: