Planting window
planting_windowUse coordinates to derive frost dates and USDA zone, then compute transplant and sow-by dates from crop frost tolerance and days to maturity.
Instructions
Frost envelope and hardiness fit for a plant at a location. Given coordinates it derives last spring frost, first autumn frost, season length, and the USDA zone from ten years of observed daily minima. Supply days_to_maturity and frost_tolerance from your own crop data to also get transplant and sow-by dates -- no source this server reads publishes those, so they are never guessed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plant | Yes | A species id from search_plants, or a name. | |
| latitude | No | Site latitude in decimal degrees. | |
| longitude | No | Site longitude in decimal degrees. | |
| percentile | No | Higher is more cautious: later spring frost, earlier autumn frost. Defaults to 50. | |
| hardiness_zone | No | A USDA zone such as "7a", used only when coordinates are unavailable. A zone encodes winter minimum temperature, not frost timing, so no frost dates can be derived from it. | |
| frost_tolerance | No | Crop frost hardiness. Defaults to "tender", the cautious assumption. | |
| days_to_maturity | No | Days from sowing or transplant to first harvest. No source this server reads publishes this, so supply it from your own crop data to get a sow-by date. |