Loading docs/cf_compliance/CF-Compliance-Checker.md +4 −0 Original line number Diff line number Diff line Loading @@ -61,20 +61,24 @@ conda env create -f /Users/jminz/Documents/Project/2024/lafi-data-management/scr ### 2. Activate the environment ```bash conda activate lafi-cf-checker ``` ### 3. Run the script ```bash python scripts/cf_compliance/check_cf_compliance.py <parent_directory> [CF_version] [--all] [--csv] [--excel] ``` ### Examples #### Check only the first file in each subdir ```bash python scripts/cf_compliance/check_cf_compliance.py /data/netcdf_files ``` #### Check all files and export results ```bash python scripts/cf_compliance/check_cf_compliance.py /data/netcdf_files 1.8 --all --csv --excel ``` --- Loading Loading
docs/cf_compliance/CF-Compliance-Checker.md +4 −0 Original line number Diff line number Diff line Loading @@ -61,20 +61,24 @@ conda env create -f /Users/jminz/Documents/Project/2024/lafi-data-management/scr ### 2. Activate the environment ```bash conda activate lafi-cf-checker ``` ### 3. Run the script ```bash python scripts/cf_compliance/check_cf_compliance.py <parent_directory> [CF_version] [--all] [--csv] [--excel] ``` ### Examples #### Check only the first file in each subdir ```bash python scripts/cf_compliance/check_cf_compliance.py /data/netcdf_files ``` #### Check all files and export results ```bash python scripts/cf_compliance/check_cf_compliance.py /data/netcdf_files 1.8 --all --csv --excel ``` --- Loading