get_global_attributes
Retrieve all global attributes, such as title, institution, and conventions, from a NetCDF file to inspect file-level metadata.
Instructions
Get all global attributes (metadata) from a NetCDF file.
Returns title, institution, history, conventions, and other file-level metadata.
Args: file_path: Path to the NetCDF file.
Returns: JSON string with all global attributes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |