This API contains a list of all the images applicable to a user. Users can choose the image that is required to download and use that as input in the Download Image API.
Order_id is an optional parameter; if not provided, a list of all the images in the order will be given as output.
Sample Request
curl--location'https://p-platform-gateway.pixxel.dev/orderdesk/image' \
--header 'Content-Type: application/json' \ --data '{
"order_id": "xxx" }'
Example Output
{
"S2A_MSIL2A_20231101T173451_R055_T13SGT_20231101T232414": { "order_id": "xxx", // extra key
"constellation": "Pixxel Tech Demo 1",
"datetime": "20231101T173451.024Z",
"eo:cloud_cover": 0.010524, "geometry": {
"type": "Polygon", "coordinates": [
[
[
102.8266544,
34.3223732 ],
[
101.6347407,
34.2954057 ],
[
101.673258,
33.3067898 ],
[
102.8515624,
33.3327745 ],
[
102.8266544, 34.3223732
] ]
] },
"instruments": [
"msi" ],
"platform": "Pixxel-Texh_Demo-1",
"preview_url": "https://d-platform-gateway.pixxel.dev/api/stac/v1/collections/pixxel-td1-l2a/items/S2A_MSIL2A_20231101T173451_R055_T13SGT_ 20231101T232414&resampling_method=nearest&assets=visual&bidx=1%2C2%2C3",
"proj:epsg": 32613,
"stac_url": "https://d-platform-gateway.pixxel.dev/api/stac/v1/collections/pixxel-td1-l2a/items/S2A_MSIL2A_20231101T173451_R055_T13SGT_ 20231101T232414"
}, "S2A_MSIL2A_20231101T173451_R055_T13SGU_20231102T004118": {
"order_id": "xxx", // extra key "constellation": "Pixxel Tech Demo 1", "datetime": "20231101T173451.024Z", "eo:cloud_cover": 0.014512,
"geometry": {
"type": "Polygon", "coordinates": [
[
[
35.2231329 ],
[
101.5980052,
35.1952508 ],
[
101.6382697,
34.2068165 ],
[
102.8289365,
34.2336951 ],
[
102.8028976, 35.2231329
] ]
] },
"instruments": [ "msi"
],
"platform": "Pixxel-Texh_Demo-1", "preview_url":
"https://d-platform-gateway.pixxel.dev/api/stac/v1/collections/pixxel-td1-l2a/items/S2A_MSIL2A_20231101T173451_R055_T13SGU_ 20231102T004118&resampling_method=nearest&assets=visual&bidx=1%2C2%2C3",
"proj:epsg": 32613,
"stac_url": "https://d-platform-gateway.pixxel.dev/api/stac/v1/collections/pixxel-td1-l2a/items/S2A_MSIL2A_20231101T173451_R055_T13SGU_ 20231102T004118"
},
Comments
0 comments
Please sign in to leave a comment.