focal_statistics
Compute focal (moving window) statistics on a raster to analyze local neighborhood values. Select from mean, min, max, or standard deviation and specify an odd window size.
Instructions
Compute focal (moving window) statistics on a raster. Args: raster_path: Path to the input raster. statistic: Statistic to compute ('mean', 'min', 'max', 'std'). size: Window size (odd integer). output_path: Optional path to save the result. Returns: Dictionary with status, message, and output path if saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raster_path | Yes | ||
| statistic | Yes | ||
| size | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||