get_stations_bounds
Retrieve weather station data within a specified geographic bounding box using minimum and maximum latitude and longitude coordinates.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_lat | Yes | Maximum latitude of the bounding box | |
max_lon | Yes | Maximum longitude of the bounding box | |
min_lat | Yes | Minimum latitude of the bounding box | |
min_lon | Yes | Minimum longitude of the bounding box |