get_file_structure
Retrieve the full structure of a NetCDF file, including dimensions, coordinates, data variables, and global attributes, to quickly understand its contents.
Instructions
Get the complete structure of a NetCDF file.
Returns dimensions, coordinates, data variables, and global attributes.
Args: file_path: Path to the NetCDF file.
Returns: JSON string containing the file structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |