Processing API Reference
Make sure to use the appropriate end-point for each of the datasets, e.g. for Landsat, Sentinel-3, etc.
Process
Authorizations:
header Parameters
| Accept | string Sets response type and has priority over the type defined in the output object of the request.
Possible values are |
Request Body schema:
required | object (ProcessRequestInput) |
object (ProcessRequestOutput) | |
| evalscript required | string Your evalscript. For details, click here. |
Responses
Request samples
- Payload
- Javascript
- Python
- Curl
- Curl (multipart)
{- "input": {
- "bounds": {
- "bbox": [
- 13.822174072265625,
- 45.85080395917834,
- 14.55963134765625,
- 46.29191774991382
], - "geometry": {
- "type": "Polygon",
- "coordinates": [
- [
- [
- 14.000701904296873,
- 46.23685258143992
], - [
- 13.822174072265625,
- 46.09037664604301
], - [
- 14.113311767578125,
- 45.85080395917834
], - [
- 14.55963134765625,
- 46.038922598236
], - [
- 14.441528320312498,
- 46.28717293114449
], - [
- 14.17236328125,
- 46.29191774991382
], - [
- 14.000701904296873,
- 46.23685258143992
]
]
]
},
}, - "data": [
- {
- "type": "sentinel-2-l1c",
- "id": "string",
- "dataFilter": {
- "timeRange": {
- "from": "2018-10-01T00:00:00.000Z",
- "to": "2018-11-01T00:00:00.000Z"
}, - "mosaickingOrder": "mostRecent",
- "maxCloudCoverage": 100,
- "previewMode": "DETAIL"
}, - "processing": {
- "upsampling": "NEAREST",
- "downsampling": "NEAREST",
- "harmonizeValues": true
}
}
]
}, - "output": {
- "width": 512,
- "height": 512,
- "resx": 0.1,
- "resy": 0.1,
- "responses": [
- {
- "identifier": "<identifier>",
- "format": {
- "type": "image/png"
}
}
]
}, - "evalscript": "string"
}Response samples
- 200
- 400
- 500
:::
Make sure to use the appropriate end-point for each of the datasets, e.g. for Landsat, Sentinel-3, etc.
Process
Authorizations:
header Parameters
| Accept | string Sets response type and has priority over the type defined in the output object of the request.
Possible values are |
Request Body schema:
required | object (ProcessRequestInput) |
object (ProcessRequestOutput) | |
| evalscript required | string Your evalscript. For details, click here. |
Responses
Request samples
- Payload
- Javascript
- Python
- Curl
- Curl (multipart)
{- "input": {
- "bounds": {
- "bbox": [
- 13.822174072265625,
- 45.85080395917834,
- 14.55963134765625,
- 46.29191774991382
], - "geometry": {
- "type": "Polygon",
- "coordinates": [
- [
- [
- 14.000701904296873,
- 46.23685258143992
], - [
- 13.822174072265625,
- 46.09037664604301
], - [
- 14.113311767578125,
- 45.85080395917834
], - [
- 14.55963134765625,
- 46.038922598236
], - [
- 14.441528320312498,
- 46.28717293114449
], - [
- 14.17236328125,
- 46.29191774991382
], - [
- 14.000701904296873,
- 46.23685258143992
]
]
]
},
}, - "data": [
- {
- "type": "sentinel-2-l1c",
- "id": "string",
- "dataFilter": {
- "timeRange": {
- "from": "2018-10-01T00:00:00.000Z",
- "to": "2018-11-01T00:00:00.000Z"
}, - "mosaickingOrder": "mostRecent",
- "maxCloudCoverage": 100,
- "previewMode": "DETAIL"
}, - "processing": {
- "upsampling": "NEAREST",
- "downsampling": "NEAREST",
- "harmonizeValues": true
}
}
]
}, - "output": {
- "width": 512,
- "height": 512,
- "resx": 0.1,
- "resy": 0.1,
- "responses": [
- {
- "identifier": "<identifier>",
- "format": {
- "type": "image/png"
}
}
]
}, - "evalscript": "string"
}Response samples
- 200
- 400
- 500