get_variable_info
Get a variable's data type, shape, dimensions, attributes, and fill value from a NetCDF file for inspection and data quality checks.
Instructions
Get detailed information about a specific variable in a NetCDF file.
Returns dtype, shape, dimensions, all attributes, and fill value.
Args: file_path: Path to the NetCDF file. variable_name: Name of the variable to inspect.
Returns: JSON string with detailed variable information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| variable_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |