perception_weather
Query atmospheric conditions for an H3 cell at a given timestamp from Open-Meteo ERA5. Returns wind, precipitation, temperature. Writes to Spatial Memory and drops a signed audit breadcrumb.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| h3_cell | Yes | H3 cell ID at any resolution. | |
| timestamp | No | ISO 8601 datetime for weather lookup. Defaults to now. | |
| write_to_spatial_memory | No | Write weather context to geiant_geometry_state. Default: true. |