get_spatial_bounds
Retrieve the geographic coordinates (latitude/longitude bounds) of a NetCDF dataset to understand its spatial coverage.
Instructions
Get the geographic extent (lat/lon bounds) of a NetCDF file.
Args: file_path: Path to the NetCDF file.
Returns: JSON string with spatial bounds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |