StatisticalRequestAggregationWithoutEvalscript
Specifies how data is aggregated and processed before statistics is calculated. `timeRange` and `aggregationInterval` combined define sampling intervals in time dimension. Width/height or resx/resy combined with `input.bounds` define a sample matrix (i.e. "image") in spatial dimension.
Properties
| Name | Type | Description |
|---|---|---|
| timeRange | object | |
| aggregationInterval | object | |
| width | integer | Width of the sample matrix. _Only one pair of parameters "width"/"height" or "resx"/"resy" must be set at the same time._ |
| height | integer | Height of the sample matrix. _Only one pair of parameters "width"/"height" or "resx"/"resy" must be set at the same time._ |
| resx | number | Spatial resolution used to calculate the width of the sample matrix from the `input.bounds`. Its units are defined by the CRS given in `input.bounds.properties.crs` parameter. _Only one pair of parame |
| resy | number | Spatial resolution used to calculate the height of the sample matrix from the `input.bounds`. Its units are defined by the CRS given in `input.bounds.properties.crs` parameter. _Only one pair of param |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.sentinel-hub.com/schemas/StatisticalRequestAggregationWithoutEvalscript",
"title": "StatisticalRequestAggregationWithoutEvalscript",
"required": [
"timeRange",
"aggregationInterval"
],
"description": "Specifies how data is aggregated and processed before statistics is calculated. `timeRange` and `aggregationInterval` combined define sampling intervals in time dimension. Width/height or resx/resy combined with `input.bounds` define a sample matrix (i.e. \"image\") in spatial dimension.\n",
"type": "object",
"properties": {
"timeRange": {
"$ref": "#/components/schemas/StatisticalDateTimeInterval"
},
"aggregationInterval": {
"$ref": "#/components/schemas/Aggregation"
},
"width": {
"description": "Width of the sample matrix.\n_Only one pair of parameters \"width\"/\"height\" or \"resx\"/\"resy\" must be set at the same time._\n",
"type": "integer",
"format": "int32",
"minimum": 1,
"maximum": 2500,
"default": 256,
"example": 512
},
"height": {
"description": "Height of the sample matrix.\n_Only one pair of parameters \"width\"/\"height\" or \"resx\"/\"resy\" must be set at the same time._\n",
"type": "integer",
"format": "int32",
"minimum": 1,
"maximum": 2500,
"default": 256,
"example": 512
},
"resx": {
"description": "Spatial resolution used to calculate the width of the sample matrix from the `input.bounds`.\nIts units are defined by the CRS given in `input.bounds.properties.crs`\nparameter.\n_Only one pair of parameters \"width\"/\"height\" or \"resx\"/\"resy\" must be set at the same time._\n",
"type": "number",
"format": "double"
},
"resy": {
"description": "Spatial resolution used to calculate the height of the sample matrix from the `input.bounds`.\nIts units are defined by the CRS given in `input.bounds.properties.crs`\nparameter.\n_Only one pair of parameters \"width\"/\"height\" or \"resx\"/\"resy\" must be set at the same time._\n",
"type": "number",
"format": "double"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/StatisticalRequestAggregationWithoutEvalscript"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.