get_time_range
Get the human-readable time range from a NetCDF file, supporting CF-compliant time coordinates and various calendars. Returns JSON with start and end times.
Instructions
Get the time range of a NetCDF file in human-readable format.
Handles CF-compliant time coordinates with various calendars.
Args: file_path: Path to the NetCDF file.
Returns: JSON string with time range information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |