raster_band_statistics
Calculate minimum, maximum, mean, and standard deviation for each band of a raster. Analyze spatial data efficiently by processing raster input from local or URL sources.
Instructions
Calculate min, max, mean, and std for each band of a raster.
Parameters:
- source: path to input raster (local or URL).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
source | Yes |
Input Schema (JSON Schema)
{
"properties": {
"source": {
"title": "Source",
"type": "string"
}
},
"required": [
"source"
],
"title": "raster_band_statisticsArguments",
"type": "object"
}