get_dimension_values
Extract values along a specified dimension from a NetCDF file, such as timesteps or latitude/longitude coordinates, to understand its structure.
Instructions
Get values along a dimension (e.g., time steps, lat/lon coordinates).
Args: file_path: Path to the NetCDF file. dimension_name: Name of the dimension/coordinate to get values for. max_values: Maximum number of values to return (default: 100).
Returns: JSON string with dimension values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| max_values | No | ||
| dimension_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |