check_cf_compliance
Check NetCDF files for compliance with Climate and Forecast (CF) conventions. Returns a JSON report detailing common requirement violations.
Instructions
Check if a NetCDF file follows CF (Climate and Forecast) conventions.
Performs basic checks for common CF requirements.
Args: file_path: Path to the NetCDF file.
Returns: JSON string with compliance report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |