Get an irrigation estimate
get_irrigation_adviceEstimate irrigation needs by analyzing soil moisture, root zone depth, and forecast precipitation vs evapotranspiration. Get a data-grounded assessment to guide watering decisions.
Instructions
Estimate whether irrigation is needed by combining soil water-holding capacity (SoilGrids), current soil moisture, and the forecast balance of precipitation vs. reference evapotranspiration (Open-Meteo). Returns a data-grounded estimate with all inputs shown, not a certified recommendation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude in decimal degrees. | |
| longitude | Yes | Longitude in decimal degrees. | |
| forecast_days | No | Forecast window to project forward, in days (default 5). | |
| root_zone_depth_mm | No | Effective root zone depth in mm. Defaults to 400mm (typical for many row crops); use less for shallow-rooted vegetables, more for established trees/vines. | |
| management_allowed_depletion | No | Fraction of available water allowed to deplete before irrigating. Defaults to 0.5, a common general-purpose threshold. |