Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| saeon_netcdf_guidance [2022/07/11 14:58] – [NetCDF manipulation tools] lindsay | saeon_netcdf_guidance [2022/07/28 12:23] (current) – lindsay | ||
|---|---|---|---|
| Line 115: | Line 115: | ||
| //All attributes are MANDATORY to include in your netCDF unless stated: CONDITIONAL= include these fields if the information exists, or RECOMMENDED = it is recommended to include these fields but not mandatory.// | //All attributes are MANDATORY to include in your netCDF unless stated: CONDITIONAL= include these fields if the information exists, or RECOMMENDED = it is recommended to include these fields but not mandatory.// | ||
| - | | Attribute | Example | Description | | + | | **Attribute** | **Example** | **Description** | |
| | standard_name | “depth” | A description of the variable’s content from the CF standard name table. | | | standard_name | “depth” | A description of the variable’s content from the CF standard name table. | | ||
| | long_name | “depth” | A descriptive name that indicates a variable’s content. | | | long_name | “depth” | A descriptive name that indicates a variable’s content. | | ||
| Line 162: | Line 162: | ||
| | flag_meanings | " | | flag_meanings | " | ||
| | comment (RECOMMENDED) | “....” | Miscellaneous information about the data, that cannot be described in any of the other available attributes. | | | comment (RECOMMENDED) | “....” | Miscellaneous information about the data, that cannot be described in any of the other available attributes. | | ||
| - | |||
| === NetCDF manipulation tools === | === NetCDF manipulation tools === | ||