perception_classify
Run Prithvi-EO-2.0-300M-TL-Sen1Floods11 flood classification on a Sentinel-2 tile previously fetched by perception_fetch_tile. Sends the 6-band chip to a RunPod endpoint and returns: dominant_class, flood_pixel_pct, confidence, class_counts, and the full perception_chain. The perception chain is written to Spatial Memory and a signed audit breadcrumb is dropped to the agent trail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Classification task. Currently only "flood" is supported. | |
| h3_cell | No | Override H3 cell. Defaults to the cell from the original fetch. | |
| tile_id | Yes | tile_id from perception_fetch_tile result (must be in session cache). | |
| write_to_spatial_memory | No | Write perception chain to geiant_geometry_state. Default: true. |