Processing API
The Processing API is the most commonly used API to access data collections, as it provides images based on satellite data. Users can request raw satellite data, simple band combinations such as false colour composites, calculations of simple remote sensing indices like NDVI, or more advanced processing such as calculation of Leaf Area Index (LAI).
This API abstracts users away from the complexity created by the different satellite constellations scenes and tiles formats. It simply makes the data available over the chosen area of interest and temporal period of interest. Scenes and tiles are automatically stitched together based on defined parameters (AOI, time period, cloud coverage, priority, etc., depending on the data type).
Deployments
| Deployment | API end-point | Region |
|---|---|---|
| AWS EU (Frankfurt) | https://services.sentinel-hub.com/api/v1/process | eu-central-1 |
| AWS US (Oregon) | https://services-uswest2.sentinel-hub.com/api/v1/process | us-west-2 |
Examples
Clicking the links below will take you to the examples of processing API requests in the Data section:
- S2L1C Examples
- S2L2A Examples
- Landsat 8-9 Examples
- DEM Examples
- Data Fusion Examples
- PlanetScope Examples
- SkySat Examples
- WorldView Examples
CRS Support
The list of coordinate reference systems supported by the API is provided below.
The coordinate reference system must be set with a URL starting with http://www.opengis.net/def/crs/ and it must be set under the field input.bounds.properties.crs. For example, you must request in the WGS 84 reference system, defined with the URL http://www.opengis.net/def/crs/EPSG/0/4326:
- JSON
{
"input": {
"bounds": {
"bbox": [
12.8114318847656,
41.9663828501025,
12.8732299804687,
42.0046623333086
],
"properties": {
"crs": "http://www.opengis.net/def/crs/EPSG/0/4326"
}
},
"data": [
{
"type": "sentinel-2-l1c"
}
]
},
...
}
WGS 84
WGS 84 / Pseudo-Mercator
UTM Northern Hemisphere
- http://www.opengis.net/def/crs/EPSG/0/32601
- http://www.opengis.net/def/crs/EPSG/0/32602
- ...
- http://www.opengis.net/def/crs/EPSG/0/32660
The last two digits of EPSG codes above represent the number of the corresponding UTM zone in the northern hemisphere. For example, use http://www.opengis.net/def/crs/EPSG/0/32612 for UTM zone 12N.
UTM Southern Hemisphere
- http://www.opengis.net/def/crs/EPSG/0/32701
- http://www.opengis.net/def/crs/EPSG/0/32702
- ...
- http://www.opengis.net/def/crs/EPSG/0/32760
The last two digits of EPSG codes above represent the number of corresponding UTM zone in southern hemisphere. For example, use http://www.opengis.net/def/crs/EPSG/0/32712 for UTM zone 12S.
Others
- http://www.opengis.net/def/crs/EPSG/0/2154 (RGF93 / Lambert-93)
- http://www.opengis.net/def/crs/EPSG/0/2180 (ETRS89 / Poland CS92)
- http://www.opengis.net/def/crs/EPSG/0/2193 (NZGD2000 / New Zealand Transverse Mercator 2000)
- http://www.opengis.net/def/crs/EPSG/0/3003 (Monte Mario / Italy zone 1)
- http://www.opengis.net/def/crs/EPSG/0/3004 (Monte Mario / Italy zone 2)
- http://www.opengis.net/def/crs/EPSG/0/3005 (NAD83 / BC Albers)
- http://www.opengis.net/def/crs/EPSG/0/3006 (SWEREF99 TM)
- http://www.opengis.net/def/crs/EPSG/0/3031 (WGS84 / Antarctic Polar Stereographic)
- http://www.opengis.net/def/crs/EPSG/0/3035 (ETRS89 / LAEA Europe)
- http://www.opengis.net/def/crs/EPSG/0/3161 (NAD83 / Ontario MNR Lambert)
- http://www.opengis.net/def/crs/EPSG/0/3346 (LKS94 / Lithuania TM)
- http://www.opengis.net/def/crs/EPSG/0/3413 (NSIDC Sea Ice Polar Stereographic North)
- http://www.opengis.net/def/crs/EPSG/0/3416 (ETRS89 / Austria Lambert)
- http://www.opengis.net/def/crs/EPSG/0/3578 (NAD83 / Yukon Albers)
- http://www.opengis.net/def/crs/EPSG/0/3580 (NAD83 / NWT Lambert)
- http://www.opengis.net/def/crs/EPSG/0/3765 (HTRS 96 / TM)
- http://www.opengis.net/def/crs/EPSG/0/3794 (D96 / TM)
- http://www.opengis.net/def/crs/EPSG/0/3844 (Pulkovo 1942(58) / Stereo70)
- http://www.opengis.net/def/crs/EPSG/0/3912 (D48 / GK)
- http://www.opengis.net/def/crs/EPSG/0/3995 (WGS 84 / Arctic Polar Stereographic)
- http://www.opengis.net/def/crs/EPSG/0/4026 (MOLDREF99 / Moldova TM)
- http://www.opengis.net/def/crs/EPSG/0/5514 (S-JTSK / Krovak East North)
- http://www.opengis.net/def/crs/EPSG/0/28992 (Amersfoort / RD New)
- http://www.opengis.net/def/crs/EPSG/0/32184 (NAD83 / MTM zone 4)