Loading docs/cf_compliance/CF-Compliance-Checker.md +0 −20 Original line number Diff line number Diff line Loading @@ -15,26 +15,6 @@ It uses the [CF-Checker](https://github.com/cedadev/cf-checker) utility (`cfchec - Optionally exports the summary to **CSV** or **Excel**, with timestamped filenames for reproducibility. - The summary table includes a **Folder** column to show the subdirectory of each file. --- ## Workflow ```mermaid flowchart TD A["Parent Directory"] --> B["Find NetCDF files in each subdir"] B -->|Default| C["First file only"] B -->|--all flag| C2["All files"] C --> D["Run cfchecks on each file"] C2 --> D D --> E["Parse CF-Checker summary: Errors, Warnings, Info"] E --> F["cf_compliance_details.log (per-file details)"] E --> G["cf_compliance_summary.log (summary table with Folder column)"] G --> H["Optional CSV Export (timestamped)"] G --> I["Optional Excel Export (timestamped)"] --- ## Requirements Loading Loading
docs/cf_compliance/CF-Compliance-Checker.md +0 −20 Original line number Diff line number Diff line Loading @@ -15,26 +15,6 @@ It uses the [CF-Checker](https://github.com/cedadev/cf-checker) utility (`cfchec - Optionally exports the summary to **CSV** or **Excel**, with timestamped filenames for reproducibility. - The summary table includes a **Folder** column to show the subdirectory of each file. --- ## Workflow ```mermaid flowchart TD A["Parent Directory"] --> B["Find NetCDF files in each subdir"] B -->|Default| C["First file only"] B -->|--all flag| C2["All files"] C --> D["Run cfchecks on each file"] C2 --> D D --> E["Parse CF-Checker summary: Errors, Warnings, Info"] E --> F["cf_compliance_details.log (per-file details)"] E --> G["cf_compliance_summary.log (summary table with Folder column)"] G --> H["Optional CSV Export (timestamped)"] G --> I["Optional Excel Export (timestamped)"] --- ## Requirements Loading