inspect_netcdf
Inspect a NetCDF file to retrieve a summary of its dimensions, variables, and coordinates, enabling quick assessment of data structure.
Instructions
Inspects a NetCDF file and returns a summary of its contents (dimensions, variables, coordinates).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | The absolute path to the .nc file to inspect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |