Flood Forecast
weather_flood_forecastRetrieve flood forecast data including river discharge and flow percentiles (mean, median, min/max, p25/p75) for a location up to 16 days ahead. Requires current or future dates.
Instructions
Get flood forecast data — river discharge and flow percentiles (mean, median, min/max, p25/p75). Forecast range up to 16 days. Only current or future dates are allowed. Data may be limited for locations far from rivers. Provide at least one of: 'location', lat+long, or 'ip'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | No | IPv4 or IPv6 address. Required if 'location' and lat/long are not provided. | |
| lat | No | Latitude (-90 to 90). Must be paired with 'long'. | |
| long | No | Longitude (-180 to 180). Must be paired with 'lat'. | |
| end_date | Yes | End date in YYYY-MM-DD format. Current or future dates only. Max 16 days from start_date. | |
| location | No | Target location — city name, place name, or full address (e.g. "London", "Paris, France", "1600 Amphitheatre Parkway, Mountain View, CA"). | |
| time_zone | No | Timezone for returned timestamps (tz database name, e.g. 'America/New_York'). Defaults to the resolved location's timezone. | |
| start_date | Yes | Start date in YYYY-MM-DD format. Current or future dates only. |