Language
Detailed step-by-step explanations for Pay-Per-Order archive
Before ordering an archive product, you need to gather mandatory information that you will need later for the tasking itself. Steps 0.1 to 0.6 will lead you through this process.
Step 0.1: Get contracts
Request
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/contracts |
REST verb | GET |
Authentication | Bearer token |
Response
{
"contracts": [
{
"contractId": "CisContractId",
"customerId": "customerId",
"name": "ContractName",
"tradeAgreementUrl": "https://www.intelligence-airbusds.com/cgf/",
"creditRemaining": "150.0",
"currency": "EUR",
"language": "en",
"contractType": "ONEATLASDATA",
"backendSource": "legacy"
}
]
}
Export your CisContractId.
Note: “backendSource” can be either “legacy” or “neo”. SPOT and Pléiades can only be ordered through “legacy” type contract. Pléiades Neo can only be ordered through “neo” back-end.
Step 0.2: Get workspace
Note: method to retrieve workspace_id differs between SPOT / Pléiades and Pléiades Neo
Request
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/contracts | https://data.api.oneatlas.airbus.com/api/v1/me |
REST verb | GET | |
Authentication | Bearer token |
Response
{
"contracts": [
{
"contractId": "Standard-GEO",
"customerId": "AC0000002",
"name": "Standard-GEO",
"tradeAgreementUrl": "",
"creditRemaining": "1.00000003E16",
"currency": "EUR",
"language": "fr",
"delivery": [
{
"deliveryPlatformId": "PublicMOC",
"deliveryWorkspace": "mareclever"
}
],
"backendSource": "neo"
}
]
}
{
"_links": {
"self": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/me"
},
"licenses": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/licenseAgreements"
}
},
"id": "5406642f-e3e8-4250-7c7f-7ac2be36021b",
"status": "created",
"createdAt": "2022-08-19T12:19:43Z",
"roles": [
"changeDetectionUser",
"contractViewer",
"user",
"admin"
],
"contract": {
"_links": {
"self": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709"
},
"orders": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/orders"
},
"payments": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/payments"
},
"subscriptions": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/subscriptions"
},
"deliveries": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/deliveries"
},
"reports": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/reports"
},
"cisContracts": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/cisContracts"
}
},
"id": "d9307572-4f50-4dd5-b5de-94085beb6709",
"status": "created",
"createdAt": "2021-07-07T08:01:07Z",
"offers": [
"order.analytics-toolbox.archive",
"order.high-precision.report",
"order.data.product",
"order.data.mosaic"
],
"companyName": "Airbus",
"amountUnit": "EUR",
"balanceUnit": "EUR",
"kind": "contract.oneatlas.internal",
"name": "INTERNAL.Standard-GEO",
"balance": 33832,
"workspaceId": "5b2a41d2-a876-43c5-867b-3aab98bd56b6",
"workspaceName": "mareclever"
},
"permissions": [
{
"contractId": "d2c1ef64-6fb7-4dfe-9c1e-3a97f1f56e8e",
"kind": "contract.viewer",
"userId": "5406642f-e3e8-4250-7c7f-7ac2be36021b"
},
{
"contractId": "d9307572-4f50-4dd5-b5de-94085beb6709",
"kind": "contract.user",
"userId": "5406642f-e3e8-4250-7c7f-7ac2be36021b"
}
]
}
{
"_links": {
"self": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/me"
},
"licenses": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/licenseAgreements"
}
},
"id": "5406642f-e3e8-4250-7c7f-7ac2be36021b",
"status": "created",
"createdAt": "2022-08-19T12:19:43Z",
"roles": [
"changeDetectionUser",
"contractViewer",
"user",
"admin"
],
"contract": {
"_links": {
"self": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709"
},
"orders": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/orders"
},
"payments": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/payments"
},
"subscriptions": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/subscriptions"
},
"deliveries": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/deliveries"
},
"reports": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/reports"
},
"cisContracts": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/cisContracts"
}
},
"id": "d9307572-4f50-4dd5-b5de-94085beb6709",
"status": "created",
"createdAt": "2021-07-07T08:01:07Z",
"offers": [
"order.analytics-toolbox.archive",
"order.high-precision.report",
"order.data.product",
"order.data.mosaic"
],
"companyName": "Airbus",
"amountUnit": "EUR",
"balanceUnit": "EUR",
"kind": "contract.oneatlas.internal",
"name": "INTERNAL.Standard-GEO",
"balance": 33832,
"workspaceId": "5b2a41d2-a876-43c5-867b-3aab98bd56b6",
"workspaceName": "mareclever"
},
"permissions": [
{
"contractId": "d2c1ef64-6fb7-4dfe-9c1e-3a97f1f56e8e",
"kind": "contract.viewer",
"userId": "5406642f-e3e8-4250-7c7f-7ac2be36021b"
},
{
"contractId": "d9307572-4f50-4dd5-b5de-94085beb6709",
"kind": "contract.user",
"userId": "5406642f-e3e8-4250-7c7f-7ac2be36021b"
}
]
}
{
"contracts": [
{
"contractId": "Standard-GEO",
"customerId": "AC0000002",
"name": "Standard-GEO",
"tradeAgreementUrl": "",
"creditRemaining": "1.00000003E16",
"currency": "EUR",
"language": "fr",
"delivery": [
{
"deliveryPlatformId": "PublicMOC",
"deliveryWorkspace": "mareclever"
}
],
"backendSource": "neo"
}
]
}
{
"_links": {
"self": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/me"
},
"licenses": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/licenseAgreements"
}
},
"id": "5406642f-e3e8-4250-7c7f-7ac2be36021b",
"status": "created",
"createdAt": "2022-08-19T12:19:43Z",
"roles": [
"changeDetectionUser",
"contractViewer",
"user",
"admin"
],
"contract": {
"_links": {
"self": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709"
},
"orders": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/orders"
},
"payments": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/payments"
},
"subscriptions": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/subscriptions"
},
"deliveries": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/deliveries"
},
"reports": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/reports"
},
"cisContracts": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/cisContracts"
}
},
"id": "d9307572-4f50-4dd5-b5de-94085beb6709",
"status": "created",
"createdAt": "2021-07-07T08:01:07Z",
"offers": [
"order.analytics-toolbox.archive",
"order.high-precision.report",
"order.data.product",
"order.data.mosaic"
],
"companyName": "Airbus",
"amountUnit": "EUR",
"balanceUnit": "EUR",
"kind": "contract.oneatlas.internal",
"name": "INTERNAL.Standard-GEO",
"balance": 33832,
"workspaceId": "5b2a41d2-a876-43c5-867b-3aab98bd56b6",
"workspaceName": "mareclever"
},
"permissions": [
{
"contractId": "d2c1ef64-6fb7-4dfe-9c1e-3a97f1f56e8e",
"kind": "contract.viewer",
"userId": "5406642f-e3e8-4250-7c7f-7ac2be36021b"
},
{
"contractId": "d9307572-4f50-4dd5-b5de-94085beb6709",
"kind": "contract.user",
"userId": "5406642f-e3e8-4250-7c7f-7ac2be36021b"
}
]
}
{
"_links": {
"self": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/me"
},
"licenses": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/licenseAgreements"
}
},
"id": "5406642f-e3e8-4250-7c7f-7ac2be36021b",
"status": "created",
"createdAt": "2022-08-19T12:19:43Z",
"roles": [
"changeDetectionUser",
"contractViewer",
"user",
"admin"
],
"contract": {
"_links": {
"self": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709"
},
"orders": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/orders"
},
"payments": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/payments"
},
"subscriptions": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/subscriptions"
},
"deliveries": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/deliveries"
},
"reports": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/reports"
},
"cisContracts": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/cisContracts"
}
},
"id": "d9307572-4f50-4dd5-b5de-94085beb6709",
"status": "created",
"createdAt": "2021-07-07T08:01:07Z",
"offers": [
"order.analytics-toolbox.archive",
"order.high-precision.report",
"order.data.product",
"order.data.mosaic"
],
"companyName": "Airbus",
"amountUnit": "EUR",
"balanceUnit": "EUR",
"kind": "contract.oneatlas.internal",
"name": "INTERNAL.Standard-GEO",
"balance": 33832,
"workspaceId": "5b2a41d2-a876-43c5-867b-3aab98bd56b6",
"workspaceName": "mareclever"
},
"permissions": [
{
"contractId": "d2c1ef64-6fb7-4dfe-9c1e-3a97f1f56e8e",
"kind": "contract.viewer",
"userId": "5406642f-e3e8-4250-7c7f-7ac2be36021b"
},
{
"contractId": "d9307572-4f50-4dd5-b5de-94085beb6709",
"kind": "contract.user",
"userId": "5406642f-e3e8-4250-7c7f-7ac2be36021b"
}
]
}
{
"contracts": [
{
"contractId": "Standard-GEO",
"customerId": "AC0000002",
"name": "Standard-GEO",
"tradeAgreementUrl": "",
"creditRemaining": "1.00000003E16",
"currency": "EUR",
"language": "fr",
"delivery": [
{
"deliveryPlatformId": "PublicMOC",
"deliveryWorkspace": "mareclever"
}
],
"backendSource": "neo"
}
]
}
{
"_links": {
"self": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/me"
},
"licenses": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/licenseAgreements"
}
},
"id": "5406642f-e3e8-4250-7c7f-7ac2be36021b",
"status": "created",
"createdAt": "2022-08-19T12:19:43Z",
"roles": [
"changeDetectionUser",
"contractViewer",
"user",
"admin"
],
"contract": {
"_links": {
"self": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709"
},
"orders": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/orders"
},
"payments": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/payments"
},
"subscriptions": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/subscriptions"
},
"deliveries": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/deliveries"
},
"reports": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/reports"
},
"cisContracts": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/cisContracts"
}
},
"id": "d9307572-4f50-4dd5-b5de-94085beb6709",
"status": "created",
"createdAt": "2021-07-07T08:01:07Z",
"offers": [
"order.analytics-toolbox.archive",
"order.high-precision.report",
"order.data.1product",
"order.data.mosaic"
],
"companyName": "Airbus",
"amountUnit": "EUR",
"balanceUnit": "EUR",
"kind": "contract.oneatlas.internal",
"name": "INTERNAL.Standard-GEO",
"balance": 33832,
"workspaceId": "5b2a41d2-a876-43c5-867b-3aab98bd56b6",
"workspaceName": "mareclever"
},
"permissions": [
{
"contractId": "d2c1ef64-6fb7-4dfe-9c1e-3a97f1f56e8e",
"kind": "contract.viewer",
"userId": "5406642f-e3e8-4250-7c7f-7ac2be36021b"
},
{
"contractId": "d9307572-4f50-4dd5-b5de-94085beb6709",
"kind": "contract.user",
"userId": "5406642f-e3e8-4250-7c7f-7ac2be36021b"
}
]
}
{
"_links": {
"self": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/me"
},
"licenses": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/licenseAgreements"
}
},
"id": "5406642f-e3e8-4250-7c7f-7ac2be36021b",
"status": "created",
"createdAt": "2022-08-19T12:19:43Z",
"roles": [
"changeDetectionUser",
"contractViewer",
"user",
"admin"
],
"contract": {
"_links": {
"self": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709"
},
"orders": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/orders"
},
"payments": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/payments"
},
"subscriptions": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/subscriptions"
},
"deliveries": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/deliveries"
},
"reports": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/reports"
},
"cisContracts": {
"href": "https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/cisContracts"
}
},
"id": "d9307572-4f50-4dd5-b5de-94085beb6709",
"status": "created",
"createdAt": "2021-07-07T08:01:07Z",
"offers": [
"order.analytics-toolbox.archive",
"order.high-precision.report",
"order.data.product",
"order.data.mosaic"
],
"companyName": "Airbus",
"amountUnit": "EUR",
"balanceUnit": "EUR",
"kind": "contract.oneatlas.internal",
"name": "INTERNAL.Standard-GEO",
"balance": 33832,
"workspaceId": "5b2a41d2-a876-43c5-867b-3aab98bd56b6",
"workspaceName": "mareclever"
},
"permissions": [
{
"contractId": "d2c1ef64-6fb7-4dfe-9c1e-3a97f1f56e8e",
"kind": "contract.viewer",
"userId": "5406642f-e3e8-4250-7c7f-7ac2be36021b"
},
{
"contractId": "d9307572-4f50-4dd5-b5de-94085beb6709",
"kind": "contract.user",
"userId": "5406642f-e3e8-4250-7c7f-7ac2be36021b"
}
]
}
Export your deliveryWorkspace
.
Export your workspace_Id
.
Step 0.3: Get Product Types
This request displays the possible ordered productTypes associated to your contract.
Request
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/contracts/<CisContractId>/productTypes |
REST verb | GET |
Authentication | Bearer token |
Response
"productTypes": [
{
"productTypeId": "PleiadesNeoArchiveMono",
"productTypeLabel": "Pléiades Neo Archive Mono 0.3-m",
"technicalProduct": {
"id": "PleiadesNeoArchiveMono",
"label": "Pleiades Neo 0.3-m",
"sensor": {
"id": "pleiadesneo",
"label": "Pléiades Neo"
},
"source": {
"id": "archive",
"label": "archive"
},
"target": {
"id": "mono",
"label": "Mono"
},
"features": null
},
"minimumOrderAreaApplied": 25.0,
"descriptionUrl": "",
"catalogFilters": [
{
"filter": "{\"constellation\": \"PNEO\",\"productionStatus\":\"ARCHIVED\"}",
"catalogId": "Public"
}
]
},
{
"productTypeId": "PleiadesNeoArchiveMonoBulk",
"productTypeLabel": "PleiadesNeo 0.3-m",
"technicalProduct": {
"id": "PleiadesNeoArchiveMonoBulk",
"label": "Pleiades Neo",
"sensor": {
"id": "pleiadesneo",
"label": "Pléiades Neo"
},
"source": {
"id": "archive",
"label": "archive"
},
"target": {
"id": "mono_bulk",
"label": "Mono"
},
"features": null
},
"minimumOrderAreaApplied": 25.0,
"descriptionUrl": "",
"catalogFilters": [
{
"filter": "{\"constellation\": \"PNEO\",\"productionStatus\":\"ARCHIVED\"}",
"catalogId": "Public"
}
]
},
{
"productTypeId": "PleiadesNeoArchiveMonoSDS",
"productTypeLabel": "PleiadesNeo SDS 0.3-mtest",
"technicalProduct": {
"id": "PleiadesNeoArchiveMonoSDS",
"label": "Pleiades Neo 0.3m",
"sensor": {
"id": "pleiadesneo",
"label": "Pléiades Neo"
},
"source": {
"id": "archive",
"label": "archive"
},
"target": {
"id": "sds",
"label": "SegmentDataSet"
},
"features": null
},
"minimumOrderAreaApplied": 25.0,
"descriptionUrl": "",
"catalogFilters": [
{
"filter": "{\"constellation\": \"PNEO\",\"productionStatus\":\"ARCHIVED\"}",
"catalogId": "Public"
}
]
},
{
"productTypeId": "PleiadesNeoCustomMosaicProduct",
"productTypeLabel": "PléiadesNeo Custom Mosaic Product",
"technicalProduct": {
"id": "PleiadesNeoCustomGeneric",
"label": "Pleiades Neo 0.3-m",
"sensor": {
"id": "pleiadesneo",
"label": "Pléiades Neo"
},
"source": {
"id": "custom",
"label": "Custom"
},
"target": {
"id": "generic",
"label": "Product"
},
"features": null
},
"minimumOrderAreaApplied": 100.0,
"descriptionUrl": "",
"catalogFilters": []
},
{
"productTypeId": "PleiadesNeoHD15Archive",
"productTypeLabel": "PleiadesNeo HD15 Archive Product",
"technicalProduct": {
"id": "PleiadesNeoCustomGeneric",
"label": "Pleiades Neo 0.3-m",
"sensor": {
"id": "pleiadesneo",
"label": "Pléiades Neo"
},
"source": {
"id": "custom",
"label": "Custom"
},
"target": {
"id": "generic",
"label": "Product"
},
"features": null
},
"minimumOrderAreaApplied": 25.0,
"descriptionUrl": "",
"catalogFilters": []
},
{
"productTypeId": "PleiadesNeoOneNowAttempts",
"productTypeLabel": "Pléiades Neo Tasking OneNow",
"technicalProduct": {
"id": "PleiadesNeoTaskingOneNowAttempts",
"label": "Pleiades Neo OneNow",
"sensor": {
"id": "pleiadesneo",
"label": "Pléiades Neo"
},
"source": {
"id": "tasking",
"label": "One Tasking"
},
"target": {
"id": "onenowattempts",
"label": "One Now"
},
"features": [
{
"id": "checkFeasibility",
"params": {
"mission": "PLEIADESNEO",
"progType": "ONENOWATTEMPTS"
}
},
{
"id": "stereo",
"params": {
"fullStrip": "true",
"image_format": "safir",
"pixel_coding": "12bits",
"processing_level": "primary",
"spectral_processing": "FULL_BUNDLE",
"radiometric_processing": "reflectance"
}
}
]
},
"minimumOrderAreaApplied": 100.0,
"descriptionUrl": "",
"catalogFilters": []
},
{
"productTypeId": "PleiadesNeoOneNowWeather",
"productTypeLabel": "Pléiades Neo Tasking OneNow Weather",
"technicalProduct": {
"id": "PleiadesNeoTaskingOneNowWeather",
"label": "Pleiades Neo OneNow Weather",
"sensor": {
"id": "pleiadesneo",
"label": "Pléiades Neo"
},
"source": {
"id": "tasking",
"label": "One Tasking"
},
"target": {
"id": "onenowweather",
"label": "One Now Weather"
},
"features": [
{
"id": "checkFeasibility",
"params": {
"mission": "PLEIADESNEO",
"progType": "ONENOWWEATHER"
}
},
{
"id": "stereo",
"params": {
"fullStrip": "true",
"image_format": "safir",
"pixel_coding": "12bits",
"processing_level": "primary",
"spectral_processing": "FULL_BUNDLE",
"radiometric_processing": "reflectance"
}
}
]
},
"minimumOrderAreaApplied": 100.0,
"descriptionUrl": "",
"catalogFilters": []
},
{
"productTypeId": "PleiadesNeoOrthoMosaicProduct",
"productTypeLabel": "PléiadesNeo Ortho Mosaic Product",
"technicalProduct": {
"id": "PleiadesCustomGeneric",
"label": "Pleiades 0.5-m",
"sensor": {
"id": "pleiades",
"label": "Pléiades"
},
"source": {
"id": "custom",
"label": "Custom"
},
"target": {
"id": "generic",
"label": "Product"
},
"features": null
},
"minimumOrderAreaApplied": 100.0,
"descriptionUrl": "",
"catalogFilters": []
},
{
"productTypeId": "PleiadesNeoPFInput",
"productTypeLabel": "PleiadesNeo PF",
"technicalProduct": {
"id": "PleiadesNeoPFInput",
"label": "Pleiades Neo PF Input",
"sensor": {
"id": "pleiadesneo",
"label": "Pléiades Neo"
},
"source": {
"id": "archive",
"label": "Archive"
},
"target": {
"id": "pf_input",
"label": "PF Input"
},
"features": null
},
"minimumOrderAreaApplied": 25.0,
"descriptionUrl": "",
"catalogFilters": []
},
{
"productTypeId": "PleiadesNeoStereoArchive",
"productTypeLabel": "PléiadesNeo Stereo Product",
"technicalProduct": {
"id": "PleiadesCustomGeneric",
"label": "Pleiades 0.5-m",
"sensor": {
"id": "pleiades",
"label": "Pléiades"
},
"source": {
"id": "custom",
"label": "Custom"
},
"target": {
"id": "generic",
"label": "Product"
},
"features": null
},
"minimumOrderAreaApplied": 25.0,
"descriptionUrl": "",
"catalogFilters": []
},
{
"productTypeId": "PleiadesNeoStereoTasking",
"productTypeLabel": "PléiadesNeo OnePlan Stereo",
"technicalProduct": {
"id": "PleiadesCustomGeneric",
"label": "Pleiades 0.5-m",
"sensor": {
"id": "pleiades",
"label": "Pléiades"
},
"source": {
"id": "custom",
"label": "Custom"
},
"target": {
"id": "generic",
"label": "Product"
},
"features": null
},
"minimumOrderAreaApplied": 25.0,
"descriptionUrl": "",
"catalogFilters": []
},
{
"productTypeId": "PleiadesNeoTaskingBulk",
"productTypeLabel": "PleiadesNeoTaskingBulk",
"technicalProduct": {
"id": "PleiadesNeoTaskingBulk",
"label": "Pleiades Neo Bulk Tasking",
"sensor": {
"id": "pleiadesneo",
"label": "Pléiades Neo"
},
"source": {
"id": "tasking",
"label": "Tasking"
},
"target": {
"id": "bulk",
"label": "Bulk"
},
"features": [
{
"id": "stereo",
"params": {
"fullStrip": "true",
"image_format": "safir",
"pixel_coding": "12bits",
"processing_level": "primary",
"spectral_processing": "FULL_BUNDLE",
"radiometric_processing": "reflectance"
}
}
]
},
"minimumOrderAreaApplied": 500.0,
"descriptionUrl": "https://www.airbus.com",
"catalogFilters": []
},
{
"productTypeId": "PleiadesNeoTaskingOneDay",
"productTypeLabel": "Pléiades Neo Tasking OneDay",
"technicalProduct": {
"id": "PleiadesNeoTaskingOneDay",
"label": "Pleiades Neo OneDay",
"sensor": {
"id": "pleiadesneo",
"label": "Pléiades Neo"
},
"source": {
"id": "tasking",
"label": "One Tasking"
},
"target": {
"id": "oneday",
"label": "One Day"
},
"features": [
{
"id": "checkFeasibility",
"params": {
"mission": "PLEIADESNEO",
"progType": "ONEDAY",
"automationForced": "AUTOMATIC"
}
},
{
"id": "stereo",
"params": {
"fullStrip": "true",
"image_format": "safir",
"pixel_coding": "12bits",
"processing_level": "primary",
"spectral_processing": "FULL_BUNDLE",
"radiometric_processing": "reflectance"
}
}
]
},
"minimumOrderAreaApplied": 100.0,
"descriptionUrl": "",
"catalogFilters": []
},
{
"productTypeId": "PleiadesNeoTaskingOnePlan",
"productTypeLabel": "Pléiades Neo Tasking OnePlan",
"technicalProduct": {
"id": "PleiadesNeoTaskingOnePlan",
"label": "Pleiades Neo OnePlan",
"sensor": {
"id": "pleiadesneo",
"label": "Pléiades Neo"
},
"source": {
"id": "tasking",
"label": "One Tasking"
},
"target": {
"id": "oneplan",
"label": "One Plan"
},
"features": [
{
"id": "checkFeasibility",
"params": {
"mission": "PLEIADESNEO",
"progType": "ONEPLAN",
"classificationManualForced": "CHALLENGING"
}
},
{
"id": "stereo",
"params": {
"fullStrip": "true",
"image_format": "safir",
"pixel_coding": "12bits",
"processing_level": "primary",
"spectral_processing": "FULL_BUNDLE",
"radiometric_processing": "reflectance"
}
}
]
},
"minimumOrderAreaApplied": 100.0,
"descriptionUrl": "",
"catalogFilters": []
},
{
"productTypeId": "PleiadesNeoTriStereoArchive",
"productTypeLabel": "PléiadesNeo Tri-Stereo Product",
"technicalProduct": {
"id": "PleiadesNeoCustomGeneric",
"label": "Pleiades Neo 0.3-m",
"sensor": {
"id": "pleiadesneo",
"label": "Pléiades Neo"
},
"source": {
"id": "custom",
"label": "Custom"
},
"target": {
"id": "generic",
"label": "Product"
},
"features": null
},
"minimumOrderAreaApplied": 25.0,
"descriptionUrl": "",
"catalogFilters": []
},
{
"productTypeId": "PleiadesNeoTriStereoTasking",
"productTypeLabel": "PléiadesNeo OnePlan Tri-Stereo",
"technicalProduct": {
"id": "PleiadesCustomGeneric",
"label": "Pleiades 0.5-m",
"sensor": {
"id": "pleiades",
"label": "Pléiades"
},
"source": {
"id": "custom",
"label": "Custom"
},
"target": {
"id": "generic",
"label": "Product"
},
"features": null
},
"minimumOrderAreaApplied": 25.0,
"descriptionUrl": "",
"catalogFilters": []
}
]
}
{
"productTypes": [
{
"productTypeId": "PleiadesArchiveMono",
"technicalProduct": {
"id": "PleiadesArchiveMono",
"label": "Pleiades 0.5-m",
"source": {
"id": "archive",
"label": "archive"
},
"sensor": {
"id": "pleiades",
"label": "Pléiades"
},
"target": {
"id": "mono",
"label": "Mono"
},
"licences": null
},
"minimumOrderAreaApplied": 25.0,
"descriptionUrl": "https://www.intelligence-airbusds.com/en/3027-pleiades-50-cm-resolution-products"
},
{
"productTypeId": "PleiadesArchiveStereo",
"technicalProduct": {
"id": "PleiadesArchiveStereo",
"label": "Pleiades 0.5-m - STEREO",
"source": {
"id": "archive",
"label": "archive"
},
"sensor": {
"id": "pleiades",
"label": "Pléiades"
},
"target": {
"id": "stereo",
"label": "Stereo"
},
"licences": null
},
"minimumOrderAreaApplied": 25.0,
"descriptionUrl": "https://www.intelligence-airbusds.com/optical-and-radar-data/#pleiades"
},
{
"productTypeId": "PleiadesArchiveTristereo",
"technicalProduct": {
"id": "PleiadesArchiveTristereo",
"label": "Pleiades 0.5-m - TRI-STEREO",
"source": {
"id": "archive",
"label": "archive"
},
"sensor": {
"id": "pleiades",
"label": "Pléiades"
},
"target": {
"id": "tristereo",
"label": "Tristereo"
},
"licences": null
},
"minimumOrderAreaApplied": 25.0,
"descriptionUrl": "https://www.intelligence-airbusds.com/optical-and-radar-data/#pleiades"
},
{
"productTypeId": "PleiadesTaskingOneDay",
"technicalProduct": {
"id": "PleiadesTaskingOneDay",
"label": "Pleiades OneDay",
"source": {
"id": "tasking",
"label": "One Tasking"
},
"sensor": {
"id": "pleiades",
"label": "Pléiades"
},
"target": {
"id": "oneday",
"label": "One Day"
},
"licences": null
},
"minimumOrderAreaApplied": 100.0,
"descriptionUrl": "https://www.intelligence-airbusds.com/one-tasking/"
},
{
"productTypeId": "PleiadesTaskingOneNow",
"technicalProduct": {
"id": "PleiadesTaskingOneNow",
"label": "Pleiades OneNow",
"source": {
"id": "tasking",
"label": "One Tasking"
},
"sensor": {
"id": "pleiades",
"label": "Pléiades"
},
"target": {
"id": "onenow",
"label": "One Now"
},
"licences": null
},
"minimumOrderAreaApplied": 100.0,
"descriptionUrl": "https://www.intelligence-airbusds.com/one-tasking/"
},
{
"productTypeId": "PleiadesTaskingOnePlan",
"technicalProduct": {
"id": "PleiadesTaskingOnePlan",
"label": "Pleiades OnePlan",
"source": {
"id": "tasking",
"label": "One Tasking"
},
"sensor": {
"id": "pleiades",
"label": "Pléiades"
},
"target": {
"id": "oneplan",
"label": "One Plan"
},
"licences": null
},
"minimumOrderAreaApplied": 100.0,
"descriptionUrl": "https://www.intelligence-airbusds.com/one-tasking/"
},
{
"productTypeId": "SPOTArchive1.5Mono",
"technicalProduct": {
"id": "SPOTArchive1.5Mono",
"label": "SPOT 1.5-m",
"source": {
"id": "archive",
"label": "archive"
},
"sensor": {
"id": "spot",
"label": "SPOT"
},
"target": {
"id": "mono",
"label": "Mono"
},
"licences": null
},
"minimumOrderAreaApplied": 100.0,
"descriptionUrl": "https://www.intelligence-airbusds.com/optical-and-radar-data/#spot"
},
{
"productTypeId": "SPOTArchive1.5Stereo",
"technicalProduct": {
"id": "SPOTArchive1.5Stereo",
"label": "SPOT 1.5-m - STEREO",
"source": {
"id": "archive",
"label": "archive"
},
"sensor": {
"id": "spot",
"label": "SPOT"
},
"target": {
"id": "stereo",
"label": "Stereo"
},
"licences": null
},
"minimumOrderAreaApplied": 100.0,
"descriptionUrl": "https://www.intelligence-airbusds.com/optical-and-radar-data/#spot"
},
{
"productTypeId": "SPOTArchive1.5Tristereo",
"technicalProduct": {
"id": "SPOTArchive1.5Tristereo",
"label": "SPOT 1.5-m - TRI-STEREO",
"source": {
"id": "archive",
"label": "archive"
},
"sensor": {
"id": "spot",
"label": "SPOT"
},
"target": {
"id": "tristereo",
"label": "Tristereo"
},
"licences": null
},
"minimumOrderAreaApplied": 100.0,
"descriptionUrl": "https://www.intelligence-airbusds.com/optical-and-radar-data/#spot"
},
{
"productTypeId": "SpotTaskingOneDay",
"technicalProduct": {
"id": "SpotTaskingOneDay",
"label": "SPOT OneDay",
"source": {
"id": "tasking",
"label": "One Tasking"
},
"sensor": {
"id": "spot",
"label": "SPOT"
},
"target": {
"id": "oneday",
"label": "One Day"
},
"licences": null
},
"minimumOrderAreaApplied": 500.0,
"descriptionUrl": "https://www.intelligence-airbusds.com/one-tasking/"
},
{
"productTypeId": "SpotTaskingOneNow",
"technicalProduct": {
"id": "SpotTaskingOneNow",
"label": "SPOT OneNow",
"source": {
"id": "tasking",
"label": "One Tasking"
},
"sensor": {
"id": "spot",
"label": "SPOT"
},
"target": {
"id": "onenow",
"label": "One Now"
},
"licences": null
},
"minimumOrderAreaApplied": 500.0,
"descriptionUrl": "https://www.intelligence-airbusds.com/en/4596-spot-6-tasking-services"
},
{
"productTypeId": "SpotTaskingOnePlan",
"technicalProduct": {
"id": "SpotTaskingOnePlan",
"label": "SPOT OnePlan",
"source": {
"id": "tasking",
"label": "One Tasking"
},
"sensor": {
"id": "spot",
"label": "SPOT"
},
"target": {
"id": "oneplan",
"label": "One Plan"
},
"licences": null
},
"minimumOrderAreaApplied": 500.0,
"descriptionUrl": "https://www.intelligence-airbusds.com/one-tasking/"
},
{
"productTypeId": "SpotTaskingOneSeries",
"technicalProduct": {
"id": "SpotTaskingOneSeries",
"label": "SPOT OneSeries",
"source": {
"id": "tasking",
"label": "One Tasking"
},
"sensor": {
"id": "spot",
"label": "SPOT"
},
"target": {
"id": "oneseries",
"label": "One Series"
},
"licences": null
},
"minimumOrderAreaApplied": 250.0,
"descriptionUrl": "https://www.intelligence-airbusds.com/one-tasking/"
}
]
}
Choose one
productTypeId
among the possibilities.The product type chosen indicates both the mission (SPOT or PLEIADES or PLEIADESNEO) and the tasking offer (ONEDAY, ONENOW, ONEPLAN).
Step 0.4: Get markets
Request
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/<cisContractId>/properties |
REST verb | GET |
Authentication | Bearer access token |
Response is a list of markets. Primary market is mandatory for ordering.
{
"properties": [],
"markets": [
{
"id": "AGRI",
"label": "Agriculture",
"secondaryMarket": [
{
"id": "AGRI_SI",
"label": "Agricultural information system"
},
{
"id": "AGRI_ENV",
"label": "Agri-environment"
},
{
"id": "AGRI_INS",
"label": "Agri Insurance"
},
{
"id": "AGRI_INT",
"label": "Business intelligence"
},
{
"id": "AGRI_CTRL",
"label": "Checking"
},
{
"id": "AGRI_AUTRE",
"label": "Other"
},
{
"id": "AGRI_PREC",
"label": "Precision agriculture"
},
{
"id": "AGRI_PROD",
"label": "Production tracking"
},
{
"id": "AGRI_NQ",
"label": "Unspecified"
}
]
},
{
"id": "GENIE",
"label": "Civil engineering",
"secondaryMarket": [
{
"id": "GENIE",
"label": "Civil engineering"
}
]
},
{
"id": "GDPUBLIC",
"label": "Consumer market",
"secondaryMarket": [
{
"id": "GDPUBLIC",
"label": "Consumer market"
}
]
},
{
"id": "DEFSEC",
"label": "Defence and Security",
"secondaryMarket": [
{
"id": "DEFSEC_CARTO",
"label": "Defence mapping"
},
{
"id": "DEFSEC_GEO",
"label": "Geo-intelligence"
},
{
"id": "DEFSEC_INT",
"label": "Homeland security"
},
{
"id": "DEFSEC_RSGNT",
"label": "Intelligence"
},
{
"id": "DEFSEC_AUTRE",
"label": "Other"
},
{
"id": "DEFSEC_NQ",
"label": "Unspecified"
}
]
},
{
"id": "DISTRI",
"label": "Distribution network",
"secondaryMarket": [
{
"id": "DISTRI",
"label": "Distribution network"
}
]
},
{
"id": "RISQUE",
"label": "Early warning",
"secondaryMarket": [
{
"id": "RISQUE_CRISE",
"label": "Crisis"
},
{
"id": "RISQUE_ANTICIP",
"label": "Early warning"
},
{
"id": "RISQUE_AUTRE",
"label": "Other"
},
{
"id": "RISQUE_POST",
"label": "Post-crisis"
},
{
"id": "RISQUE_PREV",
"label": "Prevention"
},
{
"id": "RISQUE_NQ",
"label": "Unspecified"
}
]
},
{
"id": "ENERGIE",
"label": "Energy",
"secondaryMarket": [
{
"id": "ENERGIE_ECO",
"label": "Business intelligence"
},
{
"id": "ENERGIE_ENV",
"label": "Environmental monitoring"
},
{
"id": "ENERGIE_EXPLOIT",
"label": "Exploration/site selection"
},
{
"id": "ENERGIE_INFRA",
"label": "Infrastructures"
},
{
"id": "ENERGIE_AUTRE",
"label": "Other"
},
{
"id": "ENERGIE_PROD",
"label": "Production tracking"
},
{
"id": "ENERGIE_NQ",
"label": "Unspecified"
}
]
},
{
"id": "ENV",
"label": "Environment",
"secondaryMarket": [
{
"id": "ENV_SURV",
"label": "Environmental monitoring"
},
{
"id": "ENV_AUTRE",
"label": "Other"
},
{
"id": "ENV_NQ",
"label": "Unspecified"
},
{
"id": "ENV_EAU",
"label": "Water resources management"
}
]
},
{
"id": "FORET",
"label": "Forest",
"secondaryMarket": [
{
"id": "FORET_ECO",
"label": "Business intelligence"
},
{
"id": "FORET_CARB",
"label": "Carbon"
},
{
"id": "FORET_DEFOR",
"label": "Deforestation"
},
{
"id": "FORET_INV",
"label": "Inventorying"
},
{
"id": "FORET_AUTRE",
"label": "Other"
},
{
"id": "FORET_EXPLOIT",
"label": "Site surveillance"
},
{
"id": "FORET_NQ",
"label": "Unspecified"
}
]
},
{
"id": "SANTE",
"label": "Health",
"secondaryMarket": [
{
"id": "SANTE",
"label": "Health"
}
]
},
{
"id": "ASSUR",
"label": "Insurance",
"secondaryMarket": [
{
"id": "ASSUR",
"label": "Insurance"
}
]
},
{
"id": "CARTO",
"label": "Mapping",
"secondaryMarket": [
{
"id": "CARTO_CAD",
"label": "Cadastre"
},
{
"id": "CARTO_RSMT",
"label": "Census"
},
{
"id": "CARTO_AUTRE",
"label": "Other"
},
{
"id": "CARTO_THEM",
"label": "Thematic mapping"
},
{
"id": "CARTO_TOPO",
"label": "Topography"
},
{
"id": "CARTO_NQ",
"label": "Unspecified"
}
]
},
{
"id": "MARITIME",
"label": "Maritime",
"secondaryMarket": [
{
"id": "MARITIME_CTRL",
"label": "Checking/Operations support"
},
{
"id": "MARITIME_ENV",
"label": "Coastal environment"
},
{
"id": "MARITIME_RSGNT",
"label": "Maritime intelligence"
},
{
"id": "MARITIME_AUTRE",
"label": "Other"
},
{
"id": "MARITIME_ROUT",
"label": "Routing"
},
{
"id": "MARITIME_NQ",
"label": "Unspecified"
}
]
},
{
"id": "PRESSE",
"label": "Media, Press, Publishing",
"secondaryMarket": [
{
"id": "PRESSE",
"label": "Media, Press, Publishing"
}
]
},
{
"id": "MOBIL",
"label": "Mobile",
"secondaryMarket": [
{
"id": "MOBIL_COMM",
"label": "Commercial market"
},
{
"id": "MOBIL_GDPUB",
"label": "Consumer market"
},
{
"id": "MOBIL_INSTIT",
"label": "Institutional market"
},
{
"id": "MOBIL_AUTRE",
"label": "Other"
},
{
"id": "MOBIL_NQ",
"label": "Unspecified"
}
]
},
{
"id": "AUTRE",
"label": "Other",
"secondaryMarket": [
{
"id": "AUTRE",
"label": "Other"
}
]
},
{
"id": "TELECOM",
"label": "Telecommunications",
"secondaryMarket": [
{
"id": "TELECOM_AUTRE",
"label": "Other"
},
{
"id": "TELECOM",
"label": "Telecommunications"
},
{
"id": "TELECOM_NQ",
"label": "Unspecified"
}
]
},
{
"id": "TOURISME",
"label": "Tourism",
"secondaryMarket": [
{
"id": "TOURISME_AUTRE",
"label": "Other"
},
{
"id": "TOURISME",
"label": "Tourism"
},
{
"id": "TOURISME_NQ",
"label": "Unspecified"
}
]
},
{
"id": "TRANSPORT",
"label": "Transport",
"secondaryMarket": [
{
"id": "TRANSPORT",
"label": "Transport"
}
]
},
{
"id": "NQUAL",
"label": "Unspecified",
"secondaryMarket": [
{
"id": "NQUAL",
"label": "Unspecified"
}
]
}
]
}
Step 0.5: Get available delivery types
You can see which delivery type are available thanks to the following request:
Request
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/contracts/<CisContractId>/deliveryTypes |
REST verb | GET |
Authentication | Bearer access token |
Response
{
"deliveryTypes": [
{
"deliveryTypeId": "network",
"label": "FTP + My Data"
},
{
"deliveryTypeId": "MEDIA",
"label": "MEDIA"
}
]
}
All commercial imagery products will be made available in your private workspace (= ‘MyData’). For SPOT & Pléiades orders, we ensure - until further notice - double deliveries of products also on the Geodelivery (= ‘FTP’)
Step 0.6: Get Production Options
Request
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/contracts/<CisContractId>/productTypes/<productTypeId>/options |
REST verb | POST |
Authentication | Bearer token |
Body request sample:
{
"aoi": [
{
"polygonId": 1,
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
1.4316558837890625,
43.568824930165476
],
[
1.4316558837890625,
43.601900054609445
],
[
1.4670181274414062,
43.601900054609445
],
[
1.4670181274414062,
43.568824930165476
],
[
1.4316558837890625,
43.568824930165476
]
]]
}
}
]
}
Response
"availableOptions": [
{
"category": "production_option",
"label": "Processing Level",
"name": "processing_level",
"mandatory": "true",
"defaultValue": "primary",
"constraint": null,
"values": [
{
"id": "ortho",
"label": "Ortho",
"constraint": {
"defaultValueCondition": "acquisitionMode:(MONO)",
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "projected",
"label": "Projected",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "primary",
"label": "Primary",
"constraint": {
"defaultValueCondition": "acquisitionMode:^(?!MONO).*$"
}
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Spectral Processing",
"name": "spectral_processing",
"mandatory": "true",
"defaultValue": "full_bundle",
"constraint": null,
"values": [
{
"id": "panchromatic",
"label": "Panchromatic 30cm",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "pansharpened",
"label": "Pansharpened 30cm 4-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "multispectral",
"label": "Multispectral 1.2m 4-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "bundle",
"label": "Bundle: Panchromatic 30cm + Multispectral 1.2m 4-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "full_bundle",
"label": "Full Bundle: Panchromatic 30cm + Multispectral 1.2m 6-band",
"constraint": {
"defaultValueCondition": "acquisitionMode:^(?!MONO).*$"
}
},
{
"id": "full_pms",
"label": "Pansharpened 30cm 6-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "full_ms",
"label": "Full MS: Multispectral 1.2m 6-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "pansharpened_natural_color",
"label": "Pansharpened 30cm 3-band, Natural Color",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "pansharpened_false_color",
"label": "Pansharpened 30cm 3-band, False Color",
"constraint": {
"condition": "acquisitionMode:MONO"
}
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Image Format",
"name": "image_format",
"mandatory": "true",
"defaultValue": "dimap_jpeg2000_regular",
"constraint": null,
"values": [
{
"id": "dimap_jpeg2000_regular",
"label": "DIMAP - Regular JPEG 2000 "
},
{
"id": "dimap_geotiff",
"label": "DIMAP - GeoTIFF"
},
{
"id": "nitf_jpeg2000_regular",
"label": "NITF - Regular JPEG 2000 "
},
{
"id": "nitf_geotiff",
"label": "NITF - GeoTIFF"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Pixel Coding",
"name": "pixel_coding",
"mandatory": "true",
"defaultValue": "12bits",
"constraint": null,
"values": [
{
"id": "8bits",
"label": "8 bits (JPEG 2000 / GeoTIFF) ",
"constraint": {
"condition": "radiometric_processing:(display)"
}
},
{
"id": "12bits",
"label": "12 bits (JPEG 2000) / 16 bits (GeoTIFF)",
"constraint": {
"condition": "radiometric_processing:(basic|reflectance)"
}
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Radiometric Processing",
"name": "radiometric_processing",
"mandatory": "true",
"defaultValue": "basic",
"constraint": null,
"values": [
{
"id": "basic",
"label": "Basic",
"constraint": {
"defaultValueCondition": "acquisitionMode:(MONO)",
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "reflectance",
"label": "Reflectance",
"constraint": {
"defaultValueCondition": "acquisitionMode:^(?!MONO).*$"
}
},
{
"id": "display",
"label": "Display",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Elevation",
"name": "elevation",
"mandatory": "false",
"constraint": {
"condition": "processing_level:(projected)"
},
"range": [
-100,
10000
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "acquisitionPeriod",
"name": "acqPeriod",
"mandatory": "true",
"constraint": null,
"format": "^yyyy-MM-dd'T'HH:mm:ss.SSS'Z' yyyy-MM-dd'T'HH:mm:ss.SSS'Z'$",
"type": "periods",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "max Incidence Angle",
"name": "maxIncidenceAngle",
"mandatory": "true",
"defaultValue": "30",
"constraint": null,
"range": [
1,
60
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "DeliveryMethod",
"name": "delivery_method",
"mandatory": "false",
"defaultValue": "on_the_flow",
"constraint": null,
"values": [
{
"id": "on_the_flow",
"label": "OntheFlow"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "Deadline to order this Tasking",
"name": "orderDeadLine",
"mandatory": "false",
"constraint": null,
"format": "[\\s\\S]*",
"type": "string",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "feasibilityAutomation",
"name": "feasibilityAutomation",
"mandatory": "false",
"constraint": null,
"values": [
{
"id": "AUTOMATIC",
"label": "AUTOMATIC"
},
{
"id": "MANUAL",
"label": "MANUAL"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "acquisitionMode",
"name": "acquisitionMode",
"mandatory": "true",
"defaultValue": "MONO",
"constraint": null,
"values": [
{
"id": "MONO",
"label": "MONO"
},
{
"id": "STEREO",
"label": "STEREO"
},
{
"id": "TRISTEREO",
"label": "TRISTEREO"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "acquisitionModeMinBH",
"name": "acquisitionModeMinBH",
"mandatory": "constraint",
"defaultValue": "0.4",
"constraint": {
"condition": "acquisitionMode:^(?!MONO).*$"
},
"range": [
0.2,
0.8
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "acquisitionModeMaxBH",
"name": "acquisitionModeMaxBH",
"mandatory": "constraint",
"defaultValue": "0.7",
"constraint": {
"condition": "acquisitionMode:^(?!MONO).*$"
},
"range": [
0.2,
0.8
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Licence",
"name": "licence",
"mandatory": "true",
"defaultValue": "standard",
"constraint": null,
"values": [
{
"id": "standard",
"label": "Standard Licence Agreement"
},
{
"id": "background_layer",
"label": "Background Layer Licence Agreement"
},
{
"id": "stand_background_layer",
"label": "Standard and Background Layer Licence Agreement"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Orthorectification DEM Reference",
"name": "dem_1",
"mandatory": "constraint",
"defaultValue": "best_available",
"constraint": {
"condition": "processing_level:(ortho)"
},
"values": [
{
"id": "best_available",
"label": "Best Available"
},
{
"id": "FLAT_DEM_WITH_WD4O_WAT",
"label": "FLAT_DEM_WITH_WD4O_WAT (100)"
},
{
"id": "GTOPO30",
"label": "GTOPO30 (100)"
},
{
"id": "PAS-DEM",
"label": "PAS-DEM (100)"
},
{
"id": "REF3D-DEM",
"label": "REF3D-DEM (100)"
},
{
"id": "SRTMV4",
"label": "SRTMV4 (100)"
},
{
"id": "WorldDEM4Ortho",
"label": "WorldDEM4Ortho (100)"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Projection (GDLIB code)",
"name": "projection_1",
"mandatory": "constraint",
"defaultValue": "32631",
"constraint": {
"condition": "processing_level:^(?!primary).*$"
},
"values": [
{
"id": "4171",
"label": "4171 RGF93 (FR.)"
},
{
"id": "4230_B",
"label": "4230 ED50 (EUR. - AT. DK. FR. DE. DK. CH.)"
},
{
"id": "4326",
"label": "4326 WGS 1984"
},
{
"id": "4258",
"label": "4258 ETRS89 (EUR)"
},
{
"id": "4230_A",
"label": "4230 ED50 (EUR.)"
},
{
"id": "3857",
"label": "3857 WGS84/Web Mercator (World - between 85S. and 85N.)"
},
{
"id": "32631",
"label": "32631 WGS84/UTM 31N (N. hemisphere - 0E to 6E)"
},
{
"id": "2154",
"label": "2154 RGF93/Lambert-93 (FR.)"
}
],
"type": "list",
"hidden": false,
"property": true
}
]
}
{
"availableOptions": [
{
"category": "production_option",
"constraint": null,
"label": "PROCESSING_LEVEL",
"name": "processing_level",
"type": "list",
"values": [
{
"id": "ortho",
"label": "Ortho"
},
{
"id": "projected",
"label": "Projected"
},
{
"id": "primary",
"label": "Primary"
}
],
"defaultValue": "ortho",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "SPECTRAL_PROCESSING",
"name": "spectral_processing",
"type": "list",
"values": [
{
"id": "pansharpened_natural_color",
"label": "Pansharpened 50cm 3-band, Natural Color"
},
{
"id": "panchromatic",
"label": "Panchromatic 50cm"
},
{
"id": "pansharpened",
"label": "Pansharpened 50cm 4-band",
"constraint": {
"reject": false,
"defaultValueCondition": "processing_level:^(?!primary).*$"
}
},
{
"id": "multispectral",
"label": "Multispectral 2m 4-band"
},
{
"id": "pansharpened_false_color",
"label": "Pansharpened 50cm 3-band, False Color"
},
{
"id": "bundle",
"label": "Bundle: Panchromatic 50cm + Multispectral 2m 4-band",
"constraint": {
"reject": false,
"defaultValueCondition": "processing_level:(primary)"
}
}
],
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "FORMAT",
"name": "image_format",
"type": "list",
"values": [
{
"id": "dimap_jpeg2000_optimized",
"label": "DIMAP - Optimized JPEG 2000 "
},
{
"id": "dimap_jpeg2000_regular",
"label": "DIMAP - Regular JPEG 2000 "
},
{
"id": "dimap_geotiff",
"label": "DIMAP - GeoTIFF"
},
{
"id": "nitf_jpeg2000_regular",
"label": "NITF - Regular JPEG 2000 "
},
{
"id": "nitf_geotiff",
"label": "NITF - GeoTIFF"
}
],
"defaultValue": "dimap_jpeg2000_regular",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "PIXEL_CODING",
"name": "pixel_coding",
"type": "list",
"values": [
{
"id": "8bits",
"label": "8 bits (JPEG 2000 / GeoTIFF) ",
"constraint": {
"reject": false,
"defaultValueCondition": "radiometric_processing:(display)",
"condition": "radiometric_processing:^(?!reflectance).*$"
}
},
{
"id": "12bits",
"label": "12 bits (JPEG 2000) / 16 bits (GeoTIFF)",
"constraint": {
"reject": false,
"defaultValueCondition": "radiometric_processing:^(?!display).*$"
}
}
],
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "RADIOMETRIC_PROCESSING",
"name": "radiometric_processing",
"type": "list",
"values": [
{
"id": "basic",
"label": "Basic"
},
{
"id": "reflectance",
"label": "Reflectance"
},
{
"id": "display",
"label": "Display"
}
],
"defaultValue": "basic",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:(projected)"
},
"label": "ELEVATION",
"name": "elevation",
"type": "double",
"range": [
-100.0,
10000.0
],
"mandatory": "false"
},
{
"category": "production_option",
"constraint": null,
"label": "LICENSE",
"name": "licence",
"type": "list",
"values": [
{
"id": "standard",
"label": "Standard Licence Agreement"
},
{
"id": "stand_background_layer",
"label": "Standard and Background Layer Licence Agreement"
},
{
"id": "background_layer",
"label": "Background Layer Licence Agreement"
}
],
"defaultValue": "standard",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:(ortho)"
},
"label": "ORTHORECTIFICATION_DEM_REFERENCE",
"name": "dem",
"type": "list",
"values": [
{
"id": "best_available",
"label": "Best Available"
},
{
"id": "srtm",
"label": "SRTM"
},
{
"id": "globe",
"label": "Globe"
}
],
"defaultValue": "best_available",
"mandatory": "constraint"
},
{
"category": "item_properties",
"constraint": null,
"label": "acquisitionPeriod",
"name": "acqPeriod",
"type": "periods",
"format": "^yyyy-MM-dd'T'HH:mm:ss.SSS'Z' yyyy-MM-dd'T'HH:mm:ss.SSS'Z'$",
"mandatory": "true"
},
{
"category": "item_properties",
"constraint": null,
"label": "extendedAngle",
"name": "extendedAngle",
"type": "list",
"values": [
{
"id": "true",
"label": "true"
},
{
"id": "false",
"label": "false"
}
],
"defaultValue": "true",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:^(?!primary).*$"
},
"label": "Projection (GDLIB code)",
"name": "projection_1",
"type": "list",
"values": [
{
"id": "2154",
"label": "2154 RGF93/Lambert-93 (FR.) - PROJECTED"
},
{
"id": "23031",
"label": "23031 ED50/UTM 31N (EU. - 0E to 6E) - PROJECTED"
},
{
"id": "25831",
"label": "25831 ETRS89/UTM 31N (EUR. - 0E to 6E) - PROJECTED"
},
{
"id": "27563",
"label": "27563 NTF (Paris)/Lambert Sud France (FR. - S. of 45.45N) - PROJECTED"
},
{
"id": "27572",
"label": "27572 NTF (Paris)/Lambert zone II (FR. - all mainland and also 45.45N - PROJECTED"
},
{
"id": "27573",
"label": "27573 NTF (Paris)/Lambert zone III (FR. - S. of 45.45N) - PROJECTED"
},
{
"id": "3035",
"label": "3035 ETRS89/LAEA Europe (EUR.) - PROJECTED"
},
{
"id": "32231",
"label": "32231 WGS72/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32431",
"label": "32431 WGS72BE/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32630",
"label": "32630 WGS84/UTM 30N (N. hemisphere - 6W to 0W) - PROJECTED"
},
{
"id": "32631",
"label": "32631 WGS84/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32632",
"label": "32632 WGS84/UTM 32N (N. hemisphere - 6E to 12E) - PROJECTED"
},
{
"id": "3349",
"label": "3349 WGS84/PDC Mercator (Pacific Ocean 99E. to 70W.) - PROJECTED"
},
{
"id": "3395",
"label": "3395 WGS84/World Mercator (World - between 80S. and 84N.) - PROJECTED"
},
{
"id": "3857",
"label": "3857 WGS84/Web Mercator (World - between 85S. and 85N.) - PROJECTED"
},
{
"id": "4326",
"label": "4326 WGS 1984 - GEOGRAPHIC"
}
],
"defaultValue": "32631",
"mandatory": "constraint"
}
]
}
{
"availableOptions": [
{
"category": "production_option",
"constraint": null,
"label": "PROCESSING_LEVEL",
"name": "processing_level",
"type": "list",
"values": [
{
"id": "ortho",
"label": "Ortho"
},
{
"id": "projected",
"label": "Projected"
},
{
"id": "primary",
"label": "Primary"
}
],
"defaultValue": "ortho",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "SPECTRAL_PROCESSING",
"name": "spectral_processing",
"type": "list",
"values": [
{
"id": "pansharpened_natural_color",
"label": "Pansharpened 1.5m 3-band, Natural Color"
},
{
"id": "panchromatic",
"label": "Panchromatic 1.5m"
},
{
"id": "pansharpened",
"label": "Pansharpened 1.5m 4-band",
"constraint": {
"reject": false,
"defaultValueCondition": "processing_level:^(?!primary).*$"
}
},
{
"id": "multispectral",
"label": "Multispectral 6m 4-band"
},
{
"id": "pansharpened_false_color",
"label": "Pansharpened 1.5m 3-band, False Color"
},
{
"id": "bundle",
"label": "Bundle: Panchromatic 1.5m + Multispectral 6m 4-band - co-registrated",
"constraint": {
"reject": false,
"defaultValueCondition": "processing_level:(primary)"
}
}
],
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "FORMAT",
"name": "image_format",
"type": "list",
"values": [
{
"id": "dimap_jpeg2000_optimized",
"label": "DIMAP - Optimized JPEG 2000 "
},
{
"id": "dimap_jpeg2000_regular",
"label": "DIMAP - Regular JPEG 2000 "
},
{
"id": "dimap_geotiff",
"label": "DIMAP - GeoTIFF"
},
{
"id": "nitf_jpeg2000_regular",
"label": "NITF - Regular JPEG 2000 "
},
{
"id": "nitf_geotiff",
"label": "NITF - GeoTIFF"
}
],
"defaultValue": "dimap_jpeg2000_regular",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "PIXEL_CODING",
"name": "pixel_coding",
"type": "list",
"values": [
{
"id": "8bits",
"label": "8 bits (JPEG 2000 / GeoTIFF) ",
"constraint": {
"reject": false,
"defaultValueCondition": "radiometric_processing:(display)",
"condition": "radiometric_processing:^(?!reflectance).*$"
}
},
{
"id": "12bits",
"label": "12 bits (JPEG 2000) / 16 bits (GeoTIFF)",
"constraint": {
"reject": false,
"defaultValueCondition": "radiometric_processing:^(?!display).*$"
}
}
],
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "RADIOMETRIC_PROCESSING",
"name": "radiometric_processing",
"type": "list",
"values": [
{
"id": "basic",
"label": "Basic"
},
{
"id": "reflectance",
"label": "Reflectance"
},
{
"id": "display",
"label": "Display"
}
],
"defaultValue": "basic",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:(projected)"
},
"label": "ELEVATION",
"name": "elevation",
"type": "double",
"range": [
-100.0,
10000.0
],
"mandatory": "false"
},
{
"category": "production_option",
"constraint": null,
"label": "LICENSE",
"name": "licence",
"type": "list",
"values": [
{
"id": "standard",
"label": "Standard Licence Agreement"
},
{
"id": "stand_background_layer",
"label": "Standard and Background Layer Licence Agreement"
},
{
"id": "background_layer",
"label": "Background Layer Licence Agreement"
}
],
"defaultValue": "standard",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:(ortho)"
},
"label": "ORTHORECTIFICATION_DEM_REFERENCE",
"name": "dem",
"type": "list",
"values": [
{
"id": "best_available",
"label": "Best Available"
},
{
"id": "srtm",
"label": "SRTM"
}
],
"defaultValue": "best_available",
"mandatory": "constraint"
},
{
"category": "item_properties",
"constraint": null,
"label": "acquisitionPeriod",
"name": "acqPeriod",
"type": "periods",
"format": "^yyyy-MM-dd'T'HH:mm:ss.SSS'Z' yyyy-MM-dd'T'HH:mm:ss.SSS'Z'$",
"mandatory": "true"
},
{
"category": "item_properties",
"constraint": null,
"label": "extendedAngle",
"name": "extendedAngle",
"type": "list",
"values": [
{
"id": "true",
"label": "true"
},
{
"id": "false",
"label": "false"
}
],
"defaultValue": "true",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:^(?!primary).*$"
},
"label": "Projection (GDLIB code)",
"name": "projection_1",
"type": "list",
"values": [
{
"id": "2154",
"label": "2154 RGF93/Lambert-93 (FR.) - PROJECTED"
},
{
"id": "23031",
"label": "23031 ED50/UTM 31N (EU. - 0E to 6E) - PROJECTED"
},
{
"id": "25831",
"label": "25831 ETRS89/UTM 31N (EUR. - 0E to 6E) - PROJECTED"
},
{
"id": "27563",
"label": "27563 NTF (Paris)/Lambert Sud France (FR. - S. of 45.45N) - PROJECTED"
},
{
"id": "27572",
"label": "27572 NTF (Paris)/Lambert zone II (FR. - all mainland and also 45.45N - PROJECTED"
},
{
"id": "27573",
"label": "27573 NTF (Paris)/Lambert zone III (FR. - S. of 45.45N) - PROJECTED"
},
{
"id": "3035",
"label": "3035 ETRS89/LAEA Europe (EUR.) - PROJECTED"
},
{
"id": "32231",
"label": "32231 WGS72/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32431",
"label": "32431 WGS72BE/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32630",
"label": "32630 WGS84/UTM 30N (N. hemisphere - 6W to 0W) - PROJECTED"
},
{
"id": "32631",
"label": "32631 WGS84/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32632",
"label": "32632 WGS84/UTM 32N (N. hemisphere - 6E to 12E) - PROJECTED"
},
{
"id": "3349",
"label": "3349 WGS84/PDC Mercator (Pacific Ocean 99E. to 70W.) - PROJECTED"
},
{
"id": "3395",
"label": "3395 WGS84/World Mercator (World - between 80S. and 84N.) - PROJECTED"
},
{
"id": "3857",
"label": "3857 WGS84/Web Mercator (World - between 85S. and 85N.) - PROJECTED"
},
{
"id": "4171",
"label": "4171 RGF93 (FR.) - GEOGRAPHIC"
},
{
"id": "4230_A",
"label": "4230 ED50 (EUR.) - GEOGRAPHIC"
},
{
"id": "4230_B",
"label": "4230 ED50 (EUR. - AT. DK. FR. DE. DK. CH.) - GEOGRAPHIC"
},
{
"id": "4258",
"label": "4258 ETRS89 (EUR) - GEOGRAPHIC"
},
{
"id": "4275",
"label": "4275 NTF - IGN-Fra (FR.) - GEOGRAPHIC"
},
{
"id": "4276",
"label": "4276 NSWC 9Z-2 (World) - GEOGRAPHIC"
},
{
"id": "4284_A",
"label": "4284 Pulkovo 1942 (RU.) [4284_1254] - GEOGRAPHIC"
},
{
"id": "4322",
"label": "4322 WGS 72 (World) - GEOGRAPHIC"
},
{
"id": "4324",
"label": "4324 WGS 72BE (WGS 72) - DMA (World.) - GEOGRAPHIC"
},
{
"id": "4326",
"label": "4326 WGS 1984 - GEOGRAPHIC"
},
{
"id": "4807",
"label": "4807 NTF (Paris) (FR.) - GEOGRAPHIC"
},
{
"id": "4901",
"label": "4901 ATF (Paris) (FR.) - GEOGRAPHIC"
}
],
"defaultValue": "32631",
"mandatory": "constraint"
}
]
}
{
"availableOptions": [
{
"category": "production_option",
"label": "Processing Level",
"name": "processing_level",
"mandatory": "true",
"defaultValue": "primary",
"constraint": null,
"values": [
{
"id": "ortho",
"label": "Ortho",
"constraint": {
"defaultValueCondition": "acquisitionMode:(MONO)",
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "projected",
"label": "Projected",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "primary",
"label": "Primary",
"constraint": {
"defaultValueCondition": "acquisitionMode:^(?!MONO).*$"
}
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Spectral Processing",
"name": "spectral_processing",
"mandatory": "true",
"defaultValue": "full_bundle",
"constraint": null,
"values": [
{
"id": "panchromatic",
"label": "Panchromatic 30cm",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "pansharpened",
"label": "Pansharpened 30cm 4-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "multispectral",
"label": "Multispectral 1.2m 4-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "bundle",
"label": "Bundle: Panchromatic 30cm + Multispectral 1.2m 4-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "full_bundle",
"label": "Full Bundle: Panchromatic 30cm + Multispectral 1.2m 6-band",
"constraint": {
"defaultValueCondition": "acquisitionMode:^(?!MONO).*$"
}
},
{
"id": "full_pms",
"label": "Pansharpened 30cm 6-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "full_ms",
"label": "Full MS: Multispectral 1.2m 6-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "pansharpened_natural_color",
"label": "Pansharpened 30cm 3-band, Natural Color",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "pansharpened_false_color",
"label": "Pansharpened 30cm 3-band, False Color",
"constraint": {
"condition": "acquisitionMode:MONO"
}
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Image Format",
"name": "image_format",
"mandatory": "true",
"defaultValue": "dimap_jpeg2000_regular",
"constraint": null,
"values": [
{
"id": "dimap_jpeg2000_regular",
"label": "DIMAP - Regular JPEG 2000 "
},
{
"id": "dimap_geotiff",
"label": "DIMAP - GeoTIFF"
},
{
"id": "nitf_jpeg2000_regular",
"label": "NITF - Regular JPEG 2000 "
},
{
"id": "nitf_geotiff",
"label": "NITF - GeoTIFF"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Pixel Coding",
"name": "pixel_coding",
"mandatory": "true",
"defaultValue": "12bits",
"constraint": null,
"values": [
{
"id": "8bits",
"label": "8 bits (JPEG 2000 / GeoTIFF) ",
"constraint": {
"condition": "radiometric_processing:(display)"
}
},
{
"id": "12bits",
"label": "12 bits (JPEG 2000) / 16 bits (GeoTIFF)",
"constraint": {
"condition": "radiometric_processing:(basic|reflectance)"
}
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Radiometric Processing",
"name": "radiometric_processing",
"mandatory": "true",
"defaultValue": "basic",
"constraint": null,
"values": [
{
"id": "basic",
"label": "Basic",
"constraint": {
"defaultValueCondition": "acquisitionMode:(MONO)",
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "reflectance",
"label": "Reflectance",
"constraint": {
"defaultValueCondition": "acquisitionMode:^(?!MONO).*$"
}
},
{
"id": "display",
"label": "Display",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Elevation",
"name": "elevation",
"mandatory": "false",
"constraint": {
"condition": "processing_level:(projected)"
},
"range": [
-100,
10000
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Priority",
"name": "priority",
"mandatory": "true",
"defaultValue": "rush",
"constraint": null,
"values": [
{
"id": "rush",
"label": "Rush (No Quality Checking)"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "acquisitionPeriod",
"name": "acqPeriod",
"mandatory": "true",
"constraint": null,
"format": "^yyyy-MM-dd'T'HH:mm:ss.SSS'Z' yyyy-MM-dd'T'HH:mm:ss.SSS'Z'$",
"type": "periods",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "comments",
"name": "comments",
"mandatory": "false",
"constraint": null,
"format": "[\\s\\S]*",
"type": "string",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "notificationThreshold",
"name": "notificationThreshold",
"mandatory": "false",
"defaultValue": "10",
"constraint": null,
"range": [
0,
100
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "maxCloudCover",
"name": "maxCloudCover",
"mandatory": "false",
"defaultValue": "10",
"constraint": null,
"range": [
0,
100
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "feasibilityAutomation",
"name": "feasibilityAutomation",
"mandatory": "true",
"constraint": null,
"values": [
{
"id": "AUTOMATIC",
"label": "AUTOMATIC"
},
{
"id": "MANUAL",
"label": "MANUAL"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "feasibilityAutomationName",
"name": "feasibilityAutomationName",
"mandatory": "constraint",
"constraint": {
"condition": "feasibilityAutomation:(AUTOMATIC)"
},
"format": "(.*)",
"type": "string",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "acquisitionMode",
"name": "acquisitionMode",
"mandatory": "true",
"defaultValue": "MONO",
"constraint": null,
"values": [
{
"id": "MONO",
"label": "MONO"
},
{
"id": "STEREO",
"label": "STEREO"
},
{
"id": "TRISTEREO",
"label": "TRISTEREO"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "maxIncidenceAngle",
"name": "maxIncidenceAngle",
"mandatory": "false",
"defaultValue": "30",
"constraint": null,
"range": [
0,
90
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "DeliveryMethod",
"name": "delivery_method",
"mandatory": "false",
"defaultValue": "on_the_flow",
"constraint": null,
"values": [
{
"id": "on_the_flow",
"label": "OntheFlow"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "acquisitionModeMinBH",
"name": "acquisitionModeMinBH",
"mandatory": "constraint",
"defaultValue": "0.4",
"constraint": {
"condition": "acquisitionMode:^(?!MONO).*$"
},
"range": [
0.2,
0.8
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "acquisitionModeMaxBH",
"name": "acquisitionModeMaxBH",
"mandatory": "constraint",
"defaultValue": "0.7",
"constraint": {
"condition": "acquisitionMode:^(?!MONO).*$"
},
"range": [
0.2,
0.8
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Licence",
"name": "licence",
"mandatory": "true",
"defaultValue": "standard",
"constraint": null,
"values": [
{
"id": "standard",
"label": "Standard Licence Agreement"
},
{
"id": "background_layer",
"label": "Background Layer Licence Agreement"
},
{
"id": "stand_background_layer",
"label": "Standard and Background Layer Licence Agreement"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Orthorectification DEM Reference",
"name": "dem_1",
"mandatory": "constraint",
"defaultValue": "best_available",
"constraint": {
"condition": "processing_level:(ortho)"
},
"values": [
{
"id": "best_available",
"label": "Best Available"
},
{
"id": "FLAT_DEM_WITH_WD4O_WAT",
"label": "FLAT_DEM_WITH_WD4O_WAT (100)"
},
{
"id": "GTOPO30",
"label": "GTOPO30 (100)"
},
{
"id": "PAS-DEM",
"label": "PAS-DEM (100)"
},
{
"id": "REF3D-DEM",
"label": "REF3D-DEM (100)"
},
{
"id": "SRTMV4",
"label": "SRTMV4 (100)"
},
{
"id": "WorldDEM4Ortho",
"label": "WorldDEM4Ortho (100)"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Projection (GDLIB code)",
"name": "projection_1",
"mandatory": "constraint",
"defaultValue": "32631",
"constraint": {
"condition": "processing_level:^(?!primary).*$"
},
"values": [
{
"id": "4171",
"label": "4171 RGF93 (FR.)"
},
{
"id": "4230_B",
"label": "4230 ED50 (EUR. - AT. DK. FR. DE. DK. CH.)"
},
{
"id": "4326",
"label": "4326 WGS 1984"
},
{
"id": "4258",
"label": "4258 ETRS89 (EUR)"
},
{
"id": "4230_A",
"label": "4230 ED50 (EUR.)"
},
{
"id": "3857",
"label": "3857 WGS84/Web Mercator (World - between 85S. and 85N.)"
},
{
"id": "32631",
"label": "32631 WGS84/UTM 31N (N. hemisphere - 0E to 6E)"
},
{
"id": "2154",
"label": "2154 RGF93/Lambert-93 (FR.)"
}
],
"type": "list",
"hidden": false,
"property": true
}
]
}
{
"availableOptions": [
{
"category": "production_option",
"constraint": null,
"label": "PROCESSING_LEVEL",
"name": "processing_level",
"type": "list",
"values": [
{
"id": "ortho",
"label": "Ortho"
},
{
"id": "projected",
"label": "Projected"
},
{
"id": "primary",
"label": "Primary"
}
],
"defaultValue": "ortho",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "SPECTRAL_PROCESSING",
"name": "spectral_processing",
"type": "list",
"values": [
{
"id": "pansharpened_natural_color",
"label": "Pansharpened 50cm 3-band, Natural Color"
},
{
"id": "panchromatic",
"label": "Panchromatic 50cm"
},
{
"id": "pansharpened",
"label": "Pansharpened 50cm 4-band",
"constraint": {
"reject": false,
"defaultValueCondition": "processing_level:^(?!primary).*$"
}
},
{
"id": "multispectral",
"label": "Multispectral 2m 4-band"
},
{
"id": "pansharpened_false_color",
"label": "Pansharpened 50cm 3-band, False Color"
},
{
"id": "bundle",
"label": "Bundle: Panchromatic 50cm + Multispectral 2m 4-band",
"constraint": {
"reject": false,
"defaultValueCondition": "processing_level:(primary)"
}
}
],
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "FORMAT",
"name": "image_format",
"type": "list",
"values": [
{
"id": "dimap_jpeg2000_optimized",
"label": "DIMAP - Optimized JPEG 2000 "
},
{
"id": "dimap_jpeg2000_regular",
"label": "DIMAP - Regular JPEG 2000 "
},
{
"id": "dimap_geotiff",
"label": "DIMAP - GeoTIFF"
},
{
"id": "nitf_jpeg2000_regular",
"label": "NITF - Regular JPEG 2000 "
},
{
"id": "nitf_geotiff",
"label": "NITF - GeoTIFF"
}
],
"defaultValue": "dimap_jpeg2000_regular",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "PIXEL_CODING",
"name": "pixel_coding",
"type": "list",
"values": [
{
"id": "8bits",
"label": "8 bits (JPEG 2000 / GeoTIFF) ",
"constraint": {
"reject": false,
"defaultValueCondition": "radiometric_processing:(display)",
"condition": "radiometric_processing:^(?!reflectance).*$"
}
},
{
"id": "12bits",
"label": "12 bits (JPEG 2000) / 16 bits (GeoTIFF)",
"constraint": {
"reject": false,
"defaultValueCondition": "radiometric_processing:^(?!display).*$"
}
}
],
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "RADIOMETRIC_PROCESSING",
"name": "radiometric_processing",
"type": "list",
"values": [
{
"id": "basic",
"label": "Basic"
},
{
"id": "reflectance",
"label": "Reflectance"
},
{
"id": "display",
"label": "Display"
}
],
"defaultValue": "basic",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:(projected)"
},
"label": "ELEVATION",
"name": "elevation",
"type": "double",
"range": [
-100.0,
10000.0
],
"mandatory": "false"
},
{
"category": "production_option",
"constraint": null,
"label": "LICENSE",
"name": "licence",
"type": "list",
"values": [
{
"id": "standard",
"label": "Standard Licence Agreement"
},
{
"id": "stand_background_layer",
"label": "Standard and Background Layer Licence Agreement"
},
{
"id": "background_layer",
"label": "Background Layer Licence Agreement"
}
],
"defaultValue": "standard",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:(ortho)"
},
"label": "ORTHORECTIFICATION_DEM_REFERENCE",
"name": "dem",
"type": "list",
"values": [
{
"id": "best_available",
"label": "Best Available"
},
{
"id": "srtm",
"label": "SRTM"
},
{
"id": "globe",
"label": "Globe"
}
],
"defaultValue": "best_available",
"mandatory": "constraint"
},
{
"category": "item_properties",
"constraint": null,
"label": "extendedAngle",
"name": "extendedAngle",
"type": "list",
"values": [
{
"id": "true",
"label": "true"
},
{
"id": "false",
"label": "false"
}
],
"defaultValue": "true",
"mandatory": "true"
},
{
"category": "item_properties",
"constraint": null,
"label": "acquisitionPeriods",
"name": "acqPeriods",
"type": "periods",
"format": "^(yyyy-MM-dd'T'HH:mm:ss.SSS'Z' yyyy-MM-dd'T'HH:mm:ss.SSS'Z')(,yyyy-MM-dd'T'HH:mm:ss.SSS'Z' yyyy-MM-dd'T'HH:mm:ss.SSS'Z'){2}$",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:^(?!primary).*$"
},
"label": "Projection (GDLIB code)",
"name": "projection_1",
"type": "list",
"values": [
{
"id": "2154",
"label": "2154 RGF93/Lambert-93 (FR.) - PROJECTED"
},
{
"id": "23031",
"label": "23031 ED50/UTM 31N (EU. - 0E to 6E) - PROJECTED"
},
{
"id": "25831",
"label": "25831 ETRS89/UTM 31N (EUR. - 0E to 6E) - PROJECTED"
},
{
"id": "27563",
"label": "27563 NTF (Paris)/Lambert Sud France (FR. - S. of 45.45N) - PROJECTED"
},
{
"id": "27572",
"label": "27572 NTF (Paris)/Lambert zone II (FR. - all mainland and also 45.45N - PROJECTED"
},
{
"id": "27573",
"label": "27573 NTF (Paris)/Lambert zone III (FR. - S. of 45.45N) - PROJECTED"
},
{
"id": "3035",
"label": "3035 ETRS89/LAEA Europe (EUR.) - PROJECTED"
},
{
"id": "32231",
"label": "32231 WGS72/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32431",
"label": "32431 WGS72BE/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32630",
"label": "32630 WGS84/UTM 30N (N. hemisphere - 6W to 0W) - PROJECTED"
},
{
"id": "32631",
"label": "32631 WGS84/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32632",
"label": "32632 WGS84/UTM 32N (N. hemisphere - 6E to 12E) - PROJECTED"
},
{
"id": "3349",
"label": "3349 WGS84/PDC Mercator (Pacific Ocean 99E. to 70W.) - PROJECTED"
},
{
"id": "3395",
"label": "3395 WGS84/World Mercator (World - between 80S. and 84N.) - PROJECTED"
},
{
"id": "3857",
"label": "3857 WGS84/Web Mercator (World - between 85S. and 85N.) - PROJECTED"
},
{
"id": "4326",
"label": "4326 WGS 1984 - GEOGRAPHIC"
}
],
"defaultValue": "32631",
"mandatory": "constraint"
}
]
}
{
"availableOptions": [
{
"category": "production_option",
"constraint": null,
"label": "PROCESSING_LEVEL",
"name": "processing_level",
"type": "list",
"values": [
{
"id": "ortho",
"label": "Ortho"
},
{
"id": "projected",
"label": "Projected"
},
{
"id": "primary",
"label": "Primary"
}
],
"defaultValue": "ortho",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "SPECTRAL_PROCESSING",
"name": "spectral_processing",
"type": "list",
"values": [
{
"id": "pansharpened_natural_color",
"label": "Pansharpened 1.5m 3-band, Natural Color"
},
{
"id": "panchromatic",
"label": "Panchromatic 1.5m"
},
{
"id": "pansharpened",
"label": "Pansharpened 1.5m 4-band",
"constraint": {
"reject": false,
"defaultValueCondition": "processing_level:^(?!primary).*$"
}
},
{
"id": "multispectral",
"label": "Multispectral 6m 4-band"
},
{
"id": "pansharpened_false_color",
"label": "Pansharpened 1.5m 3-band, False Color"
},
{
"id": "bundle",
"label": "Bundle: Panchromatic 1.5m + Multispectral 6m 4-band - co-registrated",
"constraint": {
"reject": false,
"defaultValueCondition": "processing_level:(primary)"
}
}
],
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "FORMAT",
"name": "image_format",
"type": "list",
"values": [
{
"id": "dimap_jpeg2000_optimized",
"label": "DIMAP - Optimized JPEG 2000 "
},
{
"id": "dimap_jpeg2000_regular",
"label": "DIMAP - Regular JPEG 2000 "
},
{
"id": "dimap_geotiff",
"label": "DIMAP - GeoTIFF"
},
{
"id": "nitf_jpeg2000_regular",
"label": "NITF - Regular JPEG 2000 "
},
{
"id": "nitf_geotiff",
"label": "NITF - GeoTIFF"
}
],
"defaultValue": "dimap_jpeg2000_regular",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "PIXEL_CODING",
"name": "pixel_coding",
"type": "list",
"values": [
{
"id": "8bits",
"label": "8 bits (JPEG 2000 / GeoTIFF) ",
"constraint": {
"reject": false,
"defaultValueCondition": "radiometric_processing:(display)",
"condition": "radiometric_processing:^(?!reflectance).*$"
}
},
{
"id": "12bits",
"label": "12 bits (JPEG 2000) / 16 bits (GeoTIFF)",
"constraint": {
"reject": false,
"defaultValueCondition": "radiometric_processing:^(?!display).*$"
}
}
],
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "RADIOMETRIC_PROCESSING",
"name": "radiometric_processing",
"type": "list",
"values": [
{
"id": "basic",
"label": "Basic"
},
{
"id": "reflectance",
"label": "Reflectance"
},
{
"id": "display",
"label": "Display"
}
],
"defaultValue": "basic",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:(projected)"
},
"label": "ELEVATION",
"name": "elevation",
"type": "double",
"range": [
-100.0,
10000.0
],
"mandatory": "false"
},
{
"category": "production_option",
"constraint": null,
"label": "LICENSE",
"name": "licence",
"type": "list",
"values": [
{
"id": "standard",
"label": "Standard Licence Agreement"
},
{
"id": "stand_background_layer",
"label": "Standard and Background Layer Licence Agreement"
},
{
"id": "background_layer",
"label": "Background Layer Licence Agreement"
}
],
"defaultValue": "standard",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:(ortho)"
},
"label": "ORTHORECTIFICATION_DEM_REFERENCE",
"name": "dem",
"type": "list",
"values": [
{
"id": "best_available",
"label": "Best Available"
},
{
"id": "srtm",
"label": "SRTM"
}
],
"defaultValue": "best_available",
"mandatory": "constraint"
},
{
"category": "item_properties",
"constraint": null,
"label": "extendedAngle",
"name": "extendedAngle",
"type": "list",
"values": [
{
"id": "true",
"label": "true"
},
{
"id": "false",
"label": "false"
}
],
"defaultValue": "true",
"mandatory": "true"
},
{
"category": "item_properties",
"constraint": null,
"label": "acquisitionPeriods",
"name": "acqPeriods",
"type": "periods",
"format": "^(yyyy-MM-dd'T'HH:mm:ss.SSS'Z' yyyy-MM-dd'T'HH:mm:ss.SSS'Z')(,yyyy-MM-dd'T'HH:mm:ss.SSS'Z' yyyy-MM-dd'T'HH:mm:ss.SSS'Z'){2}$",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:^(?!primary).*$"
},
"label": "Projection (GDLIB code)",
"name": "projection_1",
"type": "list",
"values": [
{
"id": "2154",
"label": "2154 RGF93/Lambert-93 (FR.) - PROJECTED"
},
{
"id": "23031",
"label": "23031 ED50/UTM 31N (EU. - 0E to 6E) - PROJECTED"
},
{
"id": "25831",
"label": "25831 ETRS89/UTM 31N (EUR. - 0E to 6E) - PROJECTED"
},
{
"id": "27563",
"label": "27563 NTF (Paris)/Lambert Sud France (FR. - S. of 45.45N) - PROJECTED"
},
{
"id": "27572",
"label": "27572 NTF (Paris)/Lambert zone II (FR. - all mainland and also 45.45N - PROJECTED"
},
{
"id": "27573",
"label": "27573 NTF (Paris)/Lambert zone III (FR. - S. of 45.45N) - PROJECTED"
},
{
"id": "3035",
"label": "3035 ETRS89/LAEA Europe (EUR.) - PROJECTED"
},
{
"id": "32231",
"label": "32231 WGS72/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32431",
"label": "32431 WGS72BE/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32630",
"label": "32630 WGS84/UTM 30N (N. hemisphere - 6W to 0W) - PROJECTED"
},
{
"id": "32631",
"label": "32631 WGS84/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32632",
"label": "32632 WGS84/UTM 32N (N. hemisphere - 6E to 12E) - PROJECTED"
},
{
"id": "3349",
"label": "3349 WGS84/PDC Mercator (Pacific Ocean 99E. to 70W.) - PROJECTED"
},
{
"id": "3395",
"label": "3395 WGS84/World Mercator (World - between 80S. and 84N.) - PROJECTED"
},
{
"id": "3857",
"label": "3857 WGS84/Web Mercator (World - between 85S. and 85N.) - PROJECTED"
},
{
"id": "4171",
"label": "4171 RGF93 (FR.) - GEOGRAPHIC"
},
{
"id": "4230_A",
"label": "4230 ED50 (EUR.) - GEOGRAPHIC"
},
{
"id": "4230_B",
"label": "4230 ED50 (EUR. - AT. DK. FR. DE. DK. CH.) - GEOGRAPHIC"
},
{
"id": "4258",
"label": "4258 ETRS89 (EUR) - GEOGRAPHIC"
},
{
"id": "4275",
"label": "4275 NTF - IGN-Fra (FR.) - GEOGRAPHIC"
},
{
"id": "4276",
"label": "4276 NSWC 9Z-2 (World) - GEOGRAPHIC"
},
{
"id": "4284_A",
"label": "4284 Pulkovo 1942 (RU.) [4284_1254] - GEOGRAPHIC"
},
{
"id": "4322",
"label": "4322 WGS 72 (World) - GEOGRAPHIC"
},
{
"id": "4324",
"label": "4324 WGS 72BE (WGS 72) - DMA (World.) - GEOGRAPHIC"
},
{
"id": "4326",
"label": "4326 WGS 1984 - GEOGRAPHIC"
},
{
"id": "4807",
"label": "4807 NTF (Paris) (FR.) - GEOGRAPHIC"
},
{
"id": "4901",
"label": "4901 ATF (Paris) (FR.) - GEOGRAPHIC"
}
],
"defaultValue": "32631",
"mandatory": "constraint"
}
]
}
{
"availableOptions": [
{
"category": "production_option",
"label": "Processing Level",
"name": "processing_level",
"mandatory": "true",
"defaultValue": "primary",
"constraint": null,
"values": [
{
"id": "ortho",
"label": "Ortho",
"constraint": {
"defaultValueCondition": "acquisitionMode:(MONO)",
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "projected",
"label": "Projected",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "primary",
"label": "Primary",
"constraint": {
"defaultValueCondition": "acquisitionMode:^(?!MONO).*$"
}
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Spectral Processing",
"name": "spectral_processing",
"mandatory": "true",
"defaultValue": "full_bundle",
"constraint": null,
"values": [
{
"id": "panchromatic",
"label": "Panchromatic 30cm",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "pansharpened",
"label": "Pansharpened 30cm 4-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "multispectral",
"label": "Multispectral 1.2m 4-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "bundle",
"label": "Bundle: Panchromatic 30cm + Multispectral 1.2m 4-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "full_bundle",
"label": "Full Bundle: Panchromatic 30cm + Multispectral 1.2m 6-band",
"constraint": {
"defaultValueCondition": "acquisitionMode:^(?!MONO).*$"
}
},
{
"id": "full_pms",
"label": "Pansharpened 30cm 6-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "full_ms",
"label": "Full MS: Multispectral 1.2m 6-band",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "pansharpened_natural_color",
"label": "Pansharpened 30cm 3-band, Natural Color",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "pansharpened_false_color",
"label": "Pansharpened 30cm 3-band, False Color",
"constraint": {
"condition": "acquisitionMode:MONO"
}
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Image Format",
"name": "image_format",
"mandatory": "true",
"defaultValue": "dimap_jpeg2000_regular",
"constraint": null,
"values": [
{
"id": "dimap_jpeg2000_regular",
"label": "DIMAP - Regular JPEG 2000 "
},
{
"id": "dimap_geotiff",
"label": "DIMAP - GeoTIFF"
},
{
"id": "nitf_jpeg2000_regular",
"label": "NITF - Regular JPEG 2000 "
},
{
"id": "nitf_geotiff",
"label": "NITF - GeoTIFF"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Pixel Coding",
"name": "pixel_coding",
"mandatory": "true",
"defaultValue": "12bits",
"constraint": null,
"values": [
{
"id": "8bits",
"label": "8 bits (JPEG 2000 / GeoTIFF) ",
"constraint": {
"condition": "radiometric_processing:(display)"
}
},
{
"id": "12bits",
"label": "12 bits (JPEG 2000) / 16 bits (GeoTIFF)",
"constraint": {
"condition": "radiometric_processing:(basic|reflectance)"
}
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Radiometric Processing",
"name": "radiometric_processing",
"mandatory": "true",
"defaultValue": "basic",
"constraint": null,
"values": [
{
"id": "basic",
"label": "Basic",
"constraint": {
"defaultValueCondition": "acquisitionMode:(MONO)",
"condition": "acquisitionMode:(MONO)"
}
},
{
"id": "reflectance",
"label": "Reflectance",
"constraint": {
"defaultValueCondition": "acquisitionMode:^(?!MONO).*$"
}
},
{
"id": "display",
"label": "Display",
"constraint": {
"condition": "acquisitionMode:(MONO)"
}
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Elevation",
"name": "elevation",
"mandatory": "false",
"constraint": {
"condition": "processing_level:(projected)"
},
"range": [
-100,
10000
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Priority",
"name": "priority",
"mandatory": "true",
"defaultValue": "standard",
"constraint": null,
"values": [
{
"id": "standard",
"label": "Standard"
},
{
"id": "rush",
"label": "Rush (No Quality Checking)"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "acquisitionPeriod",
"name": "acqPeriod",
"mandatory": "true",
"constraint": null,
"format": "^yyyy-MM-dd'T'HH:mm:ss.SSS'Z' yyyy-MM-dd'T'HH:mm:ss.SSS'Z'$",
"type": "periods",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "comments",
"name": "comments",
"mandatory": "false",
"constraint": null,
"format": "[\\s\\S]*",
"type": "string",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "notificationThreshold",
"name": "notificationThreshold",
"mandatory": "false",
"defaultValue": "25",
"constraint": null,
"range": [
0,
100
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "maxCloudCover",
"name": "maxCloudCover",
"mandatory": "false",
"defaultValue": "10",
"constraint": null,
"range": [
0,
100
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "feasibilityAutomation",
"name": "feasibilityAutomation",
"mandatory": "true",
"constraint": null,
"values": [
{
"id": "AUTOMATIC",
"label": "AUTOMATIC"
},
{
"id": "MANUAL",
"label": "MANUAL"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "feasibilityAutomationName",
"name": "feasibilityAutomationName",
"mandatory": "false",
"constraint": {
"condition": "feasibilityAutomation:(AUTOMATIC)"
},
"format": "(.*)",
"type": "string",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "classification",
"name": "classification",
"mandatory": "true",
"constraint": null,
"values": [
{
"id": "EASY",
"label": "EASY"
},
{
"id": "CHALLENGING",
"label": "CHALLENGING"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "acquisitionMode",
"name": "acquisitionMode",
"mandatory": "true",
"defaultValue": "MONO",
"constraint": null,
"values": [
{
"id": "MONO",
"label": "MONO"
},
{
"id": "STEREO",
"label": "STEREO"
},
{
"id": "TRISTEREO",
"label": "TRISTEREO"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "maxIncidenceAngle",
"name": "maxIncidenceAngle",
"mandatory": "false",
"defaultValue": "30",
"constraint": null,
"range": [
0,
90
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "acquisitionModeMinBH",
"name": "acquisitionModeMinBH",
"mandatory": "constraint",
"defaultValue": "0.4",
"constraint": {
"condition": "acquisitionMode:^(?!MONO).*$"
},
"range": [
0,
1.99
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "item_properties",
"label": "acquisitionModeMaxBH",
"name": "acquisitionModeMaxBH",
"mandatory": "constraint",
"defaultValue": "0.7",
"constraint": {
"condition": "acquisitionMode:^(?!MONO).*$"
},
"range": [
0,
1.99
],
"type": "double",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "DeliveryMethod",
"name": "delivery_method",
"mandatory": "false",
"defaultValue": "on_the_flow",
"constraint": null,
"values": [
{
"id": "on_the_flow",
"label": "OntheFlow"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Licence",
"name": "licence",
"mandatory": "true",
"defaultValue": "standard",
"constraint": null,
"values": [
{
"id": "standard",
"label": "Standard Licence Agreement"
},
{
"id": "background_layer",
"label": "Background Layer Licence Agreement"
},
{
"id": "stand_background_layer",
"label": "Standard and Background Layer Licence Agreement"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Orthorectification DEM Reference",
"name": "dem_1",
"mandatory": "constraint",
"defaultValue": "best_available",
"constraint": {
"condition": "processing_level:(ortho)"
},
"values": [
{
"id": "best_available",
"label": "Best Available"
},
{
"id": "FLAT_DEM_WITH_WD4O_WAT",
"label": "FLAT_DEM_WITH_WD4O_WAT (100)"
},
{
"id": "GTOPO30",
"label": "GTOPO30 (100)"
},
{
"id": "PAS-DEM",
"label": "PAS-DEM (100)"
},
{
"id": "REF3D-DEM",
"label": "REF3D-DEM (100)"
},
{
"id": "SRTMV4",
"label": "SRTMV4 (100)"
},
{
"id": "WorldDEM4Ortho",
"label": "WorldDEM4Ortho (100)"
}
],
"type": "list",
"hidden": false,
"property": true
},
{
"category": "production_option",
"label": "Projection (GDLIB code)",
"name": "projection_1",
"mandatory": "constraint",
"defaultValue": "32631",
"constraint": {
"condition": "processing_level:^(?!primary).*$"
},
"values": [
{
"id": "4171",
"label": "4171 RGF93 (FR.)"
},
{
"id": "4230_B",
"label": "4230 ED50 (EUR. - AT. DK. FR. DE. DK. CH.)"
},
{
"id": "4326",
"label": "4326 WGS 1984"
},
{
"id": "4258",
"label": "4258 ETRS89 (EUR)"
},
{
"id": "4230_A",
"label": "4230 ED50 (EUR.)"
},
{
"id": "3857",
"label": "3857 WGS84/Web Mercator (World - between 85S. and 85N.)"
},
{
"id": "32631",
"label": "32631 WGS84/UTM 31N (N. hemisphere - 0E to 6E)"
},
{
"id": "2154",
"label": "2154 RGF93/Lambert-93 (FR.)"
}
],
"type": "list",
"hidden": false,
"property": true
}
]
}
{
"availableOptions": [
{
"category": "production_option",
"constraint": null,
"label": "PROCESSING_LEVEL",
"name": "processing_level",
"type": "list",
"values": [
{
"id": "ortho",
"label": "Ortho"
},
{
"id": "projected",
"label": "Projected"
},
{
"id": "primary",
"label": "Primary"
}
],
"defaultValue": "ortho",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "SPECTRAL_PROCESSING",
"name": "spectral_processing",
"type": "list",
"values": [
{
"id": "pansharpened_natural_color",
"label": "Pansharpened 50cm 3-band, Natural Color"
},
{
"id": "panchromatic",
"label": "Panchromatic 50cm"
},
{
"id": "pansharpened",
"label": "Pansharpened 50cm 4-band",
"constraint": {
"reject": false,
"defaultValueCondition": "processing_level:^(?!primary).*$"
}
},
{
"id": "multispectral",
"label": "Multispectral 2m 4-band"
},
{
"id": "pansharpened_false_color",
"label": "Pansharpened 50cm 3-band, False Color"
},
{
"id": "bundle",
"label": "Bundle: Panchromatic 50cm + Multispectral 2m 4-band",
"constraint": {
"reject": false,
"defaultValueCondition": "processing_level:(primary)"
}
}
],
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "FORMAT",
"name": "image_format",
"type": "list",
"values": [
{
"id": "dimap_jpeg2000_optimized",
"label": "DIMAP - Optimized JPEG 2000 "
},
{
"id": "dimap_jpeg2000_regular",
"label": "DIMAP - Regular JPEG 2000 "
},
{
"id": "dimap_geotiff",
"label": "DIMAP - GeoTIFF"
},
{
"id": "nitf_jpeg2000_regular",
"label": "NITF - Regular JPEG 2000 "
},
{
"id": "nitf_geotiff",
"label": "NITF - GeoTIFF"
}
],
"defaultValue": "dimap_jpeg2000_regular",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "PIXEL_CODING",
"name": "pixel_coding",
"type": "list",
"values": [
{
"id": "8bits",
"label": "8 bits (JPEG 2000 / GeoTIFF) ",
"constraint": {
"reject": false,
"defaultValueCondition": "radiometric_processing:(display)",
"condition": "radiometric_processing:^(?!reflectance).*$"
}
},
{
"id": "12bits",
"label": "12 bits (JPEG 2000) / 16 bits (GeoTIFF)",
"constraint": {
"reject": false,
"defaultValueCondition": "radiometric_processing:^(?!display).*$"
}
}
],
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "RADIOMETRIC_PROCESSING",
"name": "radiometric_processing",
"type": "list",
"values": [
{
"id": "basic",
"label": "Basic"
},
{
"id": "reflectance",
"label": "Reflectance"
},
{
"id": "display",
"label": "Display"
}
],
"defaultValue": "basic",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:(projected)"
},
"label": "ELEVATION",
"name": "elevation",
"type": "double",
"range": [
-100.0,
10000.0
],
"mandatory": "false"
},
{
"category": "production_option",
"constraint": null,
"label": "LICENSE",
"name": "licence",
"type": "list",
"values": [
{
"id": "standard",
"label": "Standard Licence Agreement"
},
{
"id": "stand_background_layer",
"label": "Standard and Background Layer Licence Agreement"
},
{
"id": "background_layer",
"label": "Background Layer Licence Agreement"
}
],
"defaultValue": "standard",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:(ortho)"
},
"label": "ORTHORECTIFICATION_DEM_REFERENCE",
"name": "dem",
"type": "list",
"values": [
{
"id": "best_available",
"label": "Best Available"
},
{
"id": "srtm",
"label": "SRTM"
},
{
"id": "globe",
"label": "Globe"
}
],
"defaultValue": "best_available",
"mandatory": "constraint"
},
{
"category": "production_option",
"constraint": null,
"label": "PRIORITY",
"name": "priority",
"type": "list",
"values": [
{
"id": "standard",
"label": "Standard"
},
{
"id": "rush",
"label": "Rush (Please select FTP delivery - No Quality Checking)"
}
],
"defaultValue": "standard",
"mandatory": "true"
},
{
"category": "item_properties",
"constraint": null,
"label": "acquisitionPeriod",
"name": "acqPeriod",
"type": "periods",
"format": "^yyyy-MM-dd'T'HH:mm:ss.SSS'Z' yyyy-MM-dd'T'HH:mm:ss.SSS'Z'$",
"mandatory": "true"
},
{
"category": "item_properties",
"constraint": null,
"label": "comments",
"name": "comments",
"type": "string",
"format": "[\\s\\S]*",
"mandatory": "false"
},
{
"category": "item_properties",
"constraint": null,
"label": "notificationThreshold",
"name": "notificationThreshold",
"type": "double",
"range": [
0.0,
100.0
],
"mandatory": "false"
},
{
"category": "item_properties",
"constraint": null,
"label": "maxCloudCover",
"name": "maxCloudCover",
"type": "double",
"defaultValue": "10",
"range": [
0.0,
100.0
],
"mandatory": "false"
},
{
"category": "item_properties",
"constraint": null,
"label": "feasibilityAutomation",
"name": "feasibilityAutomation",
"type": "list",
"values": [
{
"id": "AUTOMATIC",
"label": "AUTOMATIC"
},
{
"id": "MANUAL",
"label": "MANUAL"
}
],
"mandatory": "true"
},
{
"category": "item_properties",
"constraint": {
"reject": false,
"condition": "feasibilityAutomation:(AUTOMATIC)"
},
"label": "feasibilityAutomationName",
"name": "feasibilityAutomationName",
"type": "string",
"format": "(.*)",
"mandatory": "constraint"
},
{
"category": "item_properties",
"constraint": null,
"label": "classification",
"name": "classification",
"type": "list",
"values": [
{
"id": "EASY",
"label": "EASY"
},
{
"id": "CHALLENGING",
"label": "CHALLENGING"
}
],
"mandatory": "true"
},
{
"category": "item_properties",
"constraint": null,
"label": "acquisitionMode",
"name": "acquisitionMode",
"type": "list",
"values": [
{
"id": "MONO",
"label": "MONO"
},
{
"id": "STEREO",
"label": "STEREO"
},
{
"id": "TRISTEREO",
"label": "TRISTEREO"
}
],
"defaultValue": "MONO",
"mandatory": "true"
},
{
"category": "item_properties",
"constraint": null,
"label": "maxIncidenceAngle",
"name": "maxIncidenceAngle",
"type": "double",
"defaultValue": "30",
"range": [
0.0,
90.0
],
"mandatory": "false"
},
{
"category": "item_properties",
"constraint": {
"reject": false,
"condition": "acquisitionMode:^(?!MONO).*$"
},
"label": "acquisitionModeMinBH",
"name": "acquisitionModeMinBH",
"type": "double",
"defaultValue": "0.4",
"range": [
0.2,
0.8
],
"mandatory": "constraint"
},
{
"category": "item_properties",
"constraint": {
"reject": false,
"condition": "acquisitionMode:^(?!MONO).*$"
},
"label": "acquisitionModeMaxBH",
"name": "acquisitionModeMaxBH",
"type": "double",
"defaultValue": "0.7",
"range": [
0.2,
0.8
],
"mandatory": "constraint"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:^(?!primary).*$"
},
"label": "Projection (GDLIB code)",
"name": "projection_1",
"type": "list",
"values": [
{
"id": "2154",
"label": "2154 RGF93/Lambert-93 (FR.) - PROJECTED"
},
{
"id": "23031",
"label": "23031 ED50/UTM 31N (EU. - 0E to 6E) - PROJECTED"
},
{
"id": "25831",
"label": "25831 ETRS89/UTM 31N (EUR. - 0E to 6E) - PROJECTED"
},
{
"id": "27563",
"label": "27563 NTF (Paris)/Lambert Sud France (FR. - S. of 45.45N) - PROJECTED"
},
{
"id": "27572",
"label": "27572 NTF (Paris)/Lambert zone II (FR. - all mainland and also 45.45N - PROJECTED"
},
{
"id": "27573",
"label": "27573 NTF (Paris)/Lambert zone III (FR. - S. of 45.45N) - PROJECTED"
},
{
"id": "3035",
"label": "3035 ETRS89/LAEA Europe (EUR.) - PROJECTED"
},
{
"id": "32231",
"label": "32231 WGS72/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32431",
"label": "32431 WGS72BE/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32630",
"label": "32630 WGS84/UTM 30N (N. hemisphere - 6W to 0W) - PROJECTED"
},
{
"id": "32631",
"label": "32631 WGS84/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32632",
"label": "32632 WGS84/UTM 32N (N. hemisphere - 6E to 12E) - PROJECTED"
},
{
"id": "3349",
"label": "3349 WGS84/PDC Mercator (Pacific Ocean 99E. to 70W.) - PROJECTED"
},
{
"id": "3395",
"label": "3395 WGS84/World Mercator (World - between 80S. and 84N.) - PROJECTED"
},
{
"id": "3857",
"label": "3857 WGS84/Web Mercator (World - between 85S. and 85N.) - PROJECTED"
},
{
"id": "4326",
"label": "4326 WGS 1984 - GEOGRAPHIC"
}
],
"defaultValue": "32631",
"mandatory": "constraint"
}
]
}
{
"availableOptions": [
{
"category": "production_option",
"constraint": null,
"label": "PROCESSING_LEVEL",
"name": "processing_level",
"type": "list",
"values": [
{
"id": "ortho",
"label": "Ortho"
},
{
"id": "projected",
"label": "Projected"
},
{
"id": "primary",
"label": "Primary"
}
],
"defaultValue": "ortho",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "SPECTRAL_PROCESSING",
"name": "spectral_processing",
"type": "list",
"values": [
{
"id": "pansharpened_natural_color",
"label": "Pansharpened 1.5m 3-band, Natural Color"
},
{
"id": "panchromatic",
"label": "Panchromatic 1.5m"
},
{
"id": "pansharpened",
"label": "Pansharpened 1.5m 4-band",
"constraint": {
"reject": false,
"defaultValueCondition": "processing_level:^(?!primary).*$"
}
},
{
"id": "multispectral",
"label": "Multispectral 6m 4-band"
},
{
"id": "pansharpened_false_color",
"label": "Pansharpened 1.5m 3-band, False Color"
},
{
"id": "bundle",
"label": "Bundle: Panchromatic 1.5m + Multispectral 6m 4-band - co-registrated",
"constraint": {
"reject": false,
"defaultValueCondition": "processing_level:(primary)"
}
}
],
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "FORMAT",
"name": "image_format",
"type": "list",
"values": [
{
"id": "dimap_jpeg2000_optimized",
"label": "DIMAP - Optimized JPEG 2000 "
},
{
"id": "dimap_jpeg2000_regular",
"label": "DIMAP - Regular JPEG 2000 "
},
{
"id": "dimap_geotiff",
"label": "DIMAP - GeoTIFF"
},
{
"id": "nitf_jpeg2000_regular",
"label": "NITF - Regular JPEG 2000 "
},
{
"id": "nitf_geotiff",
"label": "NITF - GeoTIFF"
}
],
"defaultValue": "dimap_jpeg2000_regular",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "PIXEL_CODING",
"name": "pixel_coding",
"type": "list",
"values": [
{
"id": "8bits",
"label": "8 bits (JPEG 2000 / GeoTIFF) ",
"constraint": {
"reject": false,
"defaultValueCondition": "radiometric_processing:(display)",
"condition": "radiometric_processing:^(?!reflectance).*$"
}
},
{
"id": "12bits",
"label": "12 bits (JPEG 2000) / 16 bits (GeoTIFF)",
"constraint": {
"reject": false,
"defaultValueCondition": "radiometric_processing:^(?!display).*$"
}
}
],
"mandatory": "true"
},
{
"category": "production_option",
"constraint": null,
"label": "RADIOMETRIC_PROCESSING",
"name": "radiometric_processing",
"type": "list",
"values": [
{
"id": "basic",
"label": "Basic"
},
{
"id": "reflectance",
"label": "Reflectance"
},
{
"id": "display",
"label": "Display"
}
],
"defaultValue": "basic",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:(projected)"
},
"label": "ELEVATION",
"name": "elevation",
"type": "double",
"range": [
-100.0,
10000.0
],
"mandatory": "false"
},
{
"category": "production_option",
"constraint": null,
"label": "LICENSE",
"name": "licence",
"type": "list",
"values": [
{
"id": "standard",
"label": "Standard Licence Agreement"
},
{
"id": "stand_background_layer",
"label": "Standard and Background Layer Licence Agreement"
},
{
"id": "background_layer",
"label": "Background Layer Licence Agreement"
}
],
"defaultValue": "standard",
"mandatory": "true"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:(ortho)"
},
"label": "ORTHORECTIFICATION_DEM_REFERENCE",
"name": "dem",
"type": "list",
"values": [
{
"id": "best_available",
"label": "Best Available"
},
{
"id": "srtm",
"label": "SRTM"
}
],
"defaultValue": "best_available",
"mandatory": "constraint"
},
{
"category": "production_option",
"constraint": null,
"label": "PRIORITY",
"name": "priority",
"type": "list",
"values": [
{
"id": "standard",
"label": "Standard"
},
{
"id": "rush",
"label": "Rush (Please select FTP delivery - No Quality Checking)"
}
],
"defaultValue": "standard",
"mandatory": "true"
},
{
"category": "item_properties",
"constraint": null,
"label": "acquisitionPeriod",
"name": "acqPeriod",
"type": "periods",
"format": "^yyyy-MM-dd'T'HH:mm:ss.SSS'Z' yyyy-MM-dd'T'HH:mm:ss.SSS'Z'$",
"mandatory": "true"
},
{
"category": "item_properties",
"constraint": null,
"label": "comments",
"name": "comments",
"type": "string",
"format": "[\\s\\S]*",
"mandatory": "false"
},
{
"category": "item_properties",
"constraint": null,
"label": "notificationThreshold",
"name": "notificationThreshold",
"type": "double",
"range": [
0.0,
100.0
],
"mandatory": "false"
},
{
"category": "item_properties",
"constraint": null,
"label": "maxCloudCover",
"name": "maxCloudCover",
"type": "double",
"range": [
0.0,
100.0
],
"mandatory": "false"
},
{
"category": "item_properties",
"constraint": null,
"label": "feasibilityAutomation",
"name": "feasibilityAutomation",
"type": "list",
"values": [
{
"id": "AUTOMATIC",
"label": "AUTOMATIC"
},
{
"id": "MANUAL",
"label": "MANUAL"
}
],
"mandatory": "true"
},
{
"category": "item_properties",
"constraint": {
"reject": false,
"condition": "feasibilityAutomation:(AUTOMATIC)"
},
"label": "feasibilityAutomationName",
"name": "feasibilityAutomationName",
"type": "string",
"format": "(.*)",
"mandatory": "constraint"
},
{
"category": "item_properties",
"constraint": null,
"label": "classification",
"name": "classification",
"type": "list",
"values": [
{
"id": "EASY",
"label": "EASY"
},
{
"id": "CHALLENGING",
"label": "CHALLENGING"
}
],
"mandatory": "true"
},
{
"category": "item_properties",
"constraint": null,
"label": "acquisitionMode",
"name": "acquisitionMode",
"type": "list",
"values": [
{
"id": "MONO",
"label": "MONO"
},
{
"id": "STEREO",
"label": "STEREO"
},
{
"id": "TRISTEREO",
"label": "TRISTEREO"
}
],
"defaultValue": "MONO",
"mandatory": "true"
},
{
"category": "item_properties",
"constraint": null,
"label": "maxIncidenceAngle",
"name": "maxIncidenceAngle",
"type": "double",
"range": [
0.0,
90.0
],
"mandatory": "false"
},
{
"category": "item_properties",
"constraint": {
"reject": false,
"condition": "acquisitionMode:^(?!MONO).*$"
},
"label": "acquisitionModeMinBH",
"name": "acquisitionModeMinBH",
"type": "double",
"range": [
0.2,
0.8
],
"mandatory": "constraint"
},
{
"category": "item_properties",
"constraint": {
"reject": false,
"condition": "acquisitionMode:^(?!MONO).*$"
},
"label": "acquisitionModeMaxBH",
"name": "acquisitionModeMaxBH",
"type": "double",
"range": [
0.2,
0.8
],
"mandatory": "constraint"
},
{
"category": "production_option",
"constraint": {
"reject": false,
"condition": "processing_level:^(?!primary).*$"
},
"label": "Projection (GDLIB code)",
"name": "projection_1",
"type": "list",
"values": [
{
"id": "2154",
"label": "2154 RGF93/Lambert-93 (FR.) - PROJECTED"
},
{
"id": "23031",
"label": "23031 ED50/UTM 31N (EU. - 0E to 6E) - PROJECTED"
},
{
"id": "25831",
"label": "25831 ETRS89/UTM 31N (EUR. - 0E to 6E) - PROJECTED"
},
{
"id": "27563",
"label": "27563 NTF (Paris)/Lambert Sud France (FR. - S. of 45.45N) - PROJECTED"
},
{
"id": "27572",
"label": "27572 NTF (Paris)/Lambert zone II (FR. - all mainland and also 45.45N - PROJECTED"
},
{
"id": "27573",
"label": "27573 NTF (Paris)/Lambert zone III (FR. - S. of 45.45N) - PROJECTED"
},
{
"id": "3035",
"label": "3035 ETRS89/LAEA Europe (EUR.) - PROJECTED"
},
{
"id": "32231",
"label": "32231 WGS72/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32431",
"label": "32431 WGS72BE/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32630",
"label": "32630 WGS84/UTM 30N (N. hemisphere - 6W to 0W) - PROJECTED"
},
{
"id": "32631",
"label": "32631 WGS84/UTM 31N (N. hemisphere - 0E to 6E) - PROJECTED"
},
{
"id": "32632",
"label": "32632 WGS84/UTM 32N (N. hemisphere - 6E to 12E) - PROJECTED"
},
{
"id": "3349",
"label": "3349 WGS84/PDC Mercator (Pacific Ocean 99E. to 70W.) - PROJECTED"
},
{
"id": "3395",
"label": "3395 WGS84/World Mercator (World - between 80S. and 84N.) - PROJECTED"
},
{
"id": "3857",
"label": "3857 WGS84/Web Mercator (World - between 85S. and 85N.) - PROJECTED"
},
{
"id": "4171",
"label": "4171 RGF93 (FR.) - GEOGRAPHIC"
},
{
"id": "4230_A",
"label": "4230 ED50 (EUR.) - GEOGRAPHIC"
},
{
"id": "4230_B",
"label": "4230 ED50 (EUR. - AT. DK. FR. DE. DK. CH.) - GEOGRAPHIC"
},
{
"id": "4258",
"label": "4258 ETRS89 (EUR) - GEOGRAPHIC"
},
{
"id": "4275",
"label": "4275 NTF - IGN-Fra (FR.) - GEOGRAPHIC"
},
{
"id": "4276",
"label": "4276 NSWC 9Z-2 (World) - GEOGRAPHIC"
},
{
"id": "4284_A",
"label": "4284 Pulkovo 1942 (RU.) [4284_1254] - GEOGRAPHIC"
},
{
"id": "4322",
"label": "4322 WGS 72 (World) - GEOGRAPHIC"
},
{
"id": "4324",
"label": "4324 WGS 72BE (WGS 72) - DMA (World.) - GEOGRAPHIC"
},
{
"id": "4326",
"label": "4326 WGS 1984 - GEOGRAPHIC"
},
{
"id": "4807",
"label": "4807 NTF (Paris) (FR.) - GEOGRAPHIC"
},
{
"id": "4901",
"label": "4901 ATF (Paris) (FR.) - GEOGRAPHIC"
}
],
"defaultValue": "32631",
"mandatory": "constraint"
}
]
}
Step 0.7: Get country label
Request
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/properties |
REST verb | GET |
Authentication | Bearer token |
Response is a list of countries and available labels. A label is mandatory to identify an user for ordering.
{
"properties": [
{
"key": "countries",
"values": [
{
"id": "SU",
"label": "USSR (former)"
},
{
"id": "NT",
"label": "Neutral Zone"
},
{
"id": "AE",
"label": "United Arab Emirates"
},
{
"id": "AD",
"label": "Andorra"
},
{
"id": "AF",
"label": "Afghanistan"
},
{
"id": "AG",
"label": "Antigua and Barbuda"
},
{
"id": "AI",
"label": "Anguilla"
},
{
"id": "AL",
"label": "Albania"
},
{
"id": "AM",
"label": "Armenia"
},
{
"id": "AN",
"label": "Netherlands Antilles"
},
{
"id": "AO",
"label": "Angola"
},
{
"id": "AQ",
"label": "Australian Antarctic Territory"
},
{
"id": "AR",
"label": "Argentina"
},
{
"id": "AS",
"label": "American Samoa"
},
{
"id": "AT",
"label": "Austria"
},
{
"id": "AU",
"label": "Australia"
},
{
"id": "AW",
"label": "Aruba"
},
{
"id": "AX",
"label": "Aland"
},
{
"id": "AZ",
"label": "Azerbaijan"
},
{
"id": "BA",
"label": "Bosnia and Herzegovina"
},
{
"id": "BB",
"label": "Barbados"
},
{
"id": "BD",
"label": "Bangladesh"
},
{
"id": "BE",
"label": "Belgium"
},
{
"id": "BF",
"label": "Burkina Faso"
},
{
"id": "BG",
"label": "Bulgaria"
},
{
"id": "BH",
"label": "Bahrain"
},
{
"id": "BI",
"label": "Burundi"
},
{
"id": "BJ",
"label": "Benin"
},
{
"id": "BL",
"label": "Saint-Barthélemy"
},
{
"id": "BM",
"label": "Bermuda"
},
{
"id": "BN",
"label": "Brunei"
},
{
"id": "BO",
"label": "Bolivia"
},
{
"id": "BR",
"label": "Brazil"
},
{
"id": "BS",
"label": "Bahamas, The"
},
{
"id": "BT",
"label": "Bhutan"
},
{
"id": "BV",
"label": "Bouvet Island"
},
{
"id": "BW",
"label": "Botswana"
},
{
"id": "BY",
"label": "Belarus"
},
{
"id": "BZ",
"label": "Belize"
},
{
"id": "CA",
"label": "Canada"
},
{
"id": "CC",
"label": "Cocos (Keeling) Islands"
},
{
"id": "CD",
"label": "Congo, (Congo – Kinshasa)"
},
{
"id": "CF",
"label": "Central African Republic"
},
{
"id": "CG",
"label": "Congo, (Congo – Brazzaville)"
},
{
"id": "CH",
"label": "Switzerland"
},
{
"id": "CI",
"label": "Cote Ivoire (Ivory Coast)"
},
{
"id": "CK",
"label": "Cook Islands"
},
{
"id": "CL",
"label": "Chile"
},
{
"id": "CM",
"label": "Cameroon"
},
{
"id": "CN",
"label": "China, People Republic of"
},
{
"id": "CO",
"label": "Colombia"
},
{
"id": "CR",
"label": "Costa Rica"
},
{
"id": "CS",
"label": "Serbia & Montenegro"
},
{
"id": "CU",
"label": "Cuba"
},
{
"id": "CV",
"label": "Cape Verde"
},
{
"id": "CX",
"label": "Christmas Island"
},
{
"id": "CY",
"label": "Cyprus"
},
{
"id": "CZ",
"label": "Czech Republic"
},
{
"id": "DE",
"label": "Germany"
},
{
"id": "DJ",
"label": "Djibouti"
},
{
"id": "DK",
"label": "Denmark"
},
{
"id": "DM",
"label": "Dominica"
},
{
"id": "DO",
"label": "Dominican Republic"
},
{
"id": "DZ",
"label": "Algeria"
},
{
"id": "EC",
"label": "Ecuador"
},
{
"id": "EE",
"label": "Estonia"
},
{
"id": "EG",
"label": "Egypt"
},
{
"id": "EH",
"label": "Occidental Sahara "
},
{
"id": "ER",
"label": "Eritrea"
},
{
"id": "ES",
"label": "Spain"
},
{
"id": "ET",
"label": "Ethiopia"
},
{
"id": "FI",
"label": "Finland"
},
{
"id": "FJ",
"label": "Fiji"
},
{
"id": "FK",
"label": "Falkland Islands (Islas Malvinas)"
},
{
"id": "FM",
"label": "Micronesia"
},
{
"id": "FO",
"label": "Faroe Islands"
},
{
"id": "FR",
"label": "France"
},
{
"id": "GA",
"label": "Gabon"
},
{
"id": "GB",
"label": "United Kingdom"
},
{
"id": "GD",
"label": "Grenada"
},
{
"id": "GE",
"label": "Georgia"
},
{
"id": "GF",
"label": "French Guiana"
},
{
"id": "GG",
"label": "Guernsey"
},
{
"id": "GH",
"label": "Ghana"
},
{
"id": "GI",
"label": "Gibraltar"
},
{
"id": "GL",
"label": "Greenland"
},
{
"id": "GM",
"label": "Gambia, The"
},
{
"id": "GN",
"label": "Guinea"
},
{
"id": "GP",
"label": "Saint Barthelemy"
},
{
"id": "GQ",
"label": "Equatorial Guinea"
},
{
"id": "GR",
"label": "Greece"
},
{
"id": "GS",
"label": "South Georgia & South Sandwich Islands"
},
{
"id": "GT",
"label": "Guatemala"
},
{
"id": "GU",
"label": "Guam"
},
{
"id": "GW",
"label": "Guinea-Bissau"
},
{
"id": "GY",
"label": "Guyana"
},
{
"id": "HK",
"label": "Hong Kong"
},
{
"id": "HM",
"label": "Heard Island and McDonald Islands"
},
{
"id": "HN",
"label": "Honduras"
},
{
"id": "HR",
"label": "Croatia"
},
{
"id": "HT",
"label": "Haiti"
},
{
"id": "HU",
"label": "Hungary"
},
{
"id": "ID",
"label": "Indonesia"
},
{
"id": "IE",
"label": "Ireland"
},
{
"id": "IL",
"label": "Israel"
},
{
"id": "IM",
"label": "Isle of Man"
},
{
"id": "IN",
"label": "India"
},
{
"id": "IO",
"label": "British Indian Ocean Territory"
},
{
"id": "IQ",
"label": "Iraq"
},
{
"id": "IR",
"label": "Iran"
},
{
"id": "IS",
"label": "Iceland"
},
{
"id": "IT",
"label": "Italy"
},
{
"id": "JE",
"label": "Jersey"
},
{
"id": "JM",
"label": "Jamaica"
},
{
"id": "JO",
"label": "Jordan"
},
{
"id": "JP",
"label": "Japan"
},
{
"id": "KE",
"label": "Kenya"
},
{
"id": "KG",
"label": "Kyrgyzstan"
},
{
"id": "KH",
"label": "Cambodia"
},
{
"id": "KI",
"label": "Kiribati"
},
{
"id": "KM",
"label": "Comoros"
},
{
"id": "KN",
"label": "Saint Kitts and Nevis"
},
{
"id": "KP",
"label": "Korea, North"
},
{
"id": "KR",
"label": "Korea, South"
},
{
"id": "KW",
"label": "Kuwait"
},
{
"id": "KY",
"label": "Cayman Islands"
},
{
"id": "KZ",
"label": "Kazakhstan"
},
{
"id": "LA",
"label": "Laos"
},
{
"id": "LB",
"label": "Lebanon"
},
{
"id": "LC",
"label": "Saint Lucia"
},
{
"id": "LI",
"label": "Liechtenstein"
},
{
"id": "LK",
"label": "Sri Lanka"
},
{
"id": "LR",
"label": "Liberia"
},
{
"id": "LS",
"label": "Lesotho"
},
{
"id": "LT",
"label": "Lithuania"
},
{
"id": "LU",
"label": "Luxembourg"
},
{
"id": "LV",
"label": "Latvia"
},
{
"id": "LY",
"label": "Libya"
},
{
"id": "MA",
"label": "Morocco"
},
{
"id": "MC",
"label": "Monaco"
},
{
"id": "MD",
"label": "Moldova"
},
{
"id": "ME",
"label": "Montenegro"
},
{
"id": "MF",
"label": "Saint Martin"
},
{
"id": "MG",
"label": "Madagascar"
},
{
"id": "MH",
"label": "Marshall Islands"
},
{
"id": "MK",
"label": "Macedonia"
},
{
"id": "ML",
"label": "Mali"
},
{
"id": "MM",
"label": "Myanmar (Burma)"
},
{
"id": "MN",
"label": "Mongolia"
},
{
"id": "MO",
"label": "Macau"
},
{
"id": "MP",
"label": "Northern Mariana Islands"
},
{
"id": "MQ",
"label": "Martinique"
},
{
"id": "MR",
"label": "Mauritania"
},
{
"id": "MS",
"label": "Montserrat"
},
{
"id": "MT",
"label": "Malta"
},
{
"id": "MU",
"label": "Mauritius"
},
{
"id": "MV",
"label": "Maldives"
},
{
"id": "MW",
"label": "Malawi"
},
{
"id": "MX",
"label": "Mexico"
},
{
"id": "MY",
"label": "Malaysia"
},
{
"id": "MZ",
"label": "Mozambique"
},
{
"id": "NA",
"label": "Namibia"
},
{
"id": "NC",
"label": "New Caledonia"
},
{
"id": "NE",
"label": "Niger"
},
{
"id": "NF",
"label": "Norfolk Island"
},
{
"id": "NG",
"label": "Nigeria"
},
{
"id": "NI",
"label": "Nicaragua"
},
{
"id": "NL",
"label": "Netherlands"
},
{
"id": "NO",
"label": "Norway"
},
{
"id": "NP",
"label": "Nepal"
},
{
"id": "NR",
"label": "Nauru"
},
{
"id": "NU",
"label": "Niue"
},
{
"id": "NZ",
"label": "New Zealand"
},
{
"id": "OM",
"label": "Oman"
},
{
"id": "PA",
"label": "Panama"
},
{
"id": "PE",
"label": "Peru"
},
{
"id": "PF",
"label": "French Polynesia"
},
{
"id": "PG",
"label": "Papua New Guinea"
},
{
"id": "PH",
"label": "Philippines"
},
{
"id": "PK",
"label": "Pakistan"
},
{
"id": "PL",
"label": "Poland"
},
{
"id": "PM",
"label": "Saint Pierre and Miquelon"
},
{
"id": "PN",
"label": "Pitcairn Islands"
},
{
"id": "PR",
"label": "Puerto Rico"
},
{
"id": "PS",
"label": "Palestinian occupied territory"
},
{
"id": "PT",
"label": "Portugal"
},
{
"id": "PW",
"label": "Palau"
},
{
"id": "PY",
"label": "Paraguay"
},
{
"id": "QA",
"label": "Qatar"
},
{
"id": "RE",
"label": "Reunion"
},
{
"id": "RO",
"label": "Romania"
},
{
"id": "RS",
"label": "Serbia"
},
{
"id": "RU",
"label": "Russia"
},
{
"id": "RW",
"label": "Rwanda"
},
{
"id": "SA",
"label": "Saudi Arabia"
},
{
"id": "SB",
"label": "Solomon Islands"
},
{
"id": "SC",
"label": "Seychelles"
},
{
"id": "SD",
"label": "Sudan"
},
{
"id": "SE",
"label": "Sweden"
},
{
"id": "SG",
"label": "Singapore"
},
{
"id": "SH",
"label": "Saint Helena"
},
{
"id": "SI",
"label": "Slovenia"
},
{
"id": "SJ",
"label": "Svalbard"
},
{
"id": "SK",
"label": "Slovakia"
},
{
"id": "SL",
"label": "Sierra Leone"
},
{
"id": "SM",
"label": "San Marino"
},
{
"id": "SN",
"label": "Senegal"
},
{
"id": "SO",
"label": "Somalia"
},
{
"id": "SR",
"label": "Suriname"
},
{
"id": "SS",
"label": "South Sudan"
},
{
"id": "ST",
"label": "Sao Tome and Principe"
},
{
"id": "SV",
"label": "El Salvador"
},
{
"id": "SY",
"label": "Syria"
},
{
"id": "SZ",
"label": "Swaziland"
},
{
"id": "TC",
"label": "Turks and Caicos Islands"
},
{
"id": "TD",
"label": "Chad"
},
{
"id": "TF",
"label": "French Southern and Antarctic Lands"
},
{
"id": "TG",
"label": "Togo"
},
{
"id": "TH",
"label": "Thailand"
},
{
"id": "TJ",
"label": "Tajikistan"
},
{
"id": "TK",
"label": "Tokelau"
},
{
"id": "TL",
"label": "Timor-Leste (East Timor)"
},
{
"id": "TM",
"label": "Turkmenistan"
},
{
"id": "TN",
"label": "Tunisia"
},
{
"id": "TO",
"label": "Tonga"
},
{
"id": "TR",
"label": "Turkey"
},
{
"id": "TT",
"label": "Trinidad and Tobago"
},
{
"id": "TV",
"label": "Tuvalu"
},
{
"id": "TW",
"label": "China, Republic of (Taiwan)"
},
{
"id": "TZ",
"label": "Tanzania"
},
{
"id": "UA",
"label": "Ukraine"
},
{
"id": "UG",
"label": "Uganda"
},
{
"id": "UM",
"label": "Baker Island"
},
{
"id": "US",
"label": "United States"
},
{
"id": "UY",
"label": "Uruguay"
},
{
"id": "UZ",
"label": "Uzbekistan"
},
{
"id": "VA",
"label": "Vatican City"
},
{
"id": "VC",
"label": "Saint Vincent and the Grenadines"
},
{
"id": "VE",
"label": "Venezuela"
},
{
"id": "VG",
"label": "British Virgin Islands"
},
{
"id": "VI",
"label": "U.S. Virgin Islands"
},
{
"id": "VN",
"label": "Vietnam"
},
{
"id": "VU",
"label": "Vanuatu"
},
{
"id": "WF",
"label": "Wallis and Futuna"
},
{
"id": "WS",
"label": "Samoa"
},
{
"id": "YE",
"label": "Yemen"
},
{
"id": "YT",
"label": "Mayotte"
},
{
"id": "YU",
"label": "Yougoslavia"
},
{
"id": "ZA",
"label": "South Africa"
},
{
"id": "ZM",
"label": "Zambia"
},
{
"id": "ZW",
"label": "Zimbabwe"
}
]
}
]
Step 1: Authenticate
Using you API Key, you will need to get an access token that enables authorization. Authorization refers to the process of determining what permissions an authenticated client has for a set of resources.
For security reasons this access token expires regularly then it’s necessary to renew the authentication process to get a new one.
Please refer to the dedicated Authentication Guide
Step 2: Browse archives
API Endpoint | https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch |
REST verb | POST |
Authentication | Bearer access token |
Request
{
"itemsPerPage": 10,
"startPage": 1,
"workspace": "public-pneo"
}
{
"itemsPerPage": 10,
"startPage": 1,
"constellation":"PHR",
"workspace": "public"
}
{
"itemsPerPage": 10,
"startPage": 1,
"constellation":"SPOT",
"workspace": "public"
}
Our search API supports following criteria:
acquisitionDate
cloudCover
lastUpdateDate: this key is convenient if you want implement an automatic harvesting sequence
incidenceAngle
geometry in geojson
Our search API supports sorting items using cloudCover
and dates (acquisitionDate
and lastUpdateDate
)
Each image is returned as a GeoJSON feature under the /features[] property.
id
of the acquisition will be used for orderingCloud cover is calculated at acquisition level, not re-calculated at the Area of Interest
Most of the ‘links’ are not enabled / useful in case of an ALBUM, only quicklook and thumbnail can be used
Response
{
"_links": {
"delete": {
"href": "https://search.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd",
"name": "Delete",
"type": "HTTP"
},
"imagesGetBuffer": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/images/3a8ced78-dd58-44b9-9de0-89ef3bdb7f98/buffer",
"type": "getBuffer",
"resourceId": "3a8ced78-dd58-44b9-9de0-89ef3bdb7f98"
},
"imagesMetadata": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/images/3a8ced78-dd58-44b9-9de0-89ef3bdb7f98/metadata",
"type": "application/geo+json",
"resourceId": "3a8ced78-dd58-44b9-9de0-89ef3bdb7f98"
},
"imagesWcs": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/images/3a8ced78-dd58-44b9-9de0-89ef3bdb7f98/wcs",
"type": "WCS",
"resourceId": "3a8ced78-dd58-44b9-9de0-89ef3bdb7f98"
},
"imagesWms": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/images/3a8ced78-dd58-44b9-9de0-89ef3bdb7f98/wms",
"type": "WMS",
"resourceId": "3a8ced78-dd58-44b9-9de0-89ef3bdb7f98"
},
"imagesWmts": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/images/3a8ced78-dd58-44b9-9de0-89ef3bdb7f98/wmts",
"type": "WMTS",
"resourceId": "3a8ced78-dd58-44b9-9de0-89ef3bdb7f98"
},
"monitor": {
"href": "https://monitor.foundation.api.oneatlas.airbus.com/api/v1/activities/01e885a5-fed9-4c91-bc72-2e40bc199ccb",
"name": "Monitor",
"type": "HTTP"
},
"quicklook": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/quicklook",
"name": "QuickLook",
"type": "HTTP"
},
"self": {
"href": "https://search.foundation.api.oneatlas.airbus.com/api/v1/opensearch?id=20abfc7e-ece9-4ba5-a61f-654d667990dd",
"method": "GET",
"name": "self",
"resourceId": "20abfc7e-ece9-4ba5-a61f-654d667990dd"
},
"thumbnail": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/thumbnail",
"name": "Thumbnail",
"type": "HTTP"
},
"wms": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/wms",
"name": "WMS",
"type": "WMS"
},
"wmts": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/20abfc7e-ece9-4ba5-a61f-654d667990dd/wmts",
"name": "WMTS",
"type": "WMTS"
}
},
"dataAccess": {
"metadata": "http://datastore-vaas/api/v1/genericProduct/packs/86567ea3-b25b-46eb-809b-f47a8a526604",
"packImages": [
{
"href": "http://datastore-vaas/api/v1/packs/86567ea3-b25b-46eb-809b-f47a8a526604/images/3a8ced78-dd58-44b9-9de0-89ef3bdb7f98",
"resourceId": "3a8ced78-dd58-44b9-9de0-89ef3bdb7f98"
}
],
"resourceId": "86567ea3-b25b-46eb-809b-f47a8a526604"
},
"geometry": {
"coordinates": [
[
[
-53.4921335249,
-1.8463104683
],
[
-53.4929378987,
-1.9880959541
],
[
-53.4929401714,
-1.988972234
],
[
-53.4933062301,
-2.12960047
],
[
-53.4933091794,
-2.1304733496
],
[
-53.4921335249,
-1.8463104683
]
]
],
"type": "Polygon"
},
"properties": {
"acquisitionDate": "2022-12-15T13:56:40.887Z",
"acquisitionIdentifier": "ACQ_PNEO4_02316605189621",
"acquisitionStation": "SE1",
"activityId": "01e885a5-fed9-4c91-bc72-2e40bc199ccb",
"archiveAnonymousIdentifier": "300377131",
"archivingCenter": "FR1",
"azimuthAngle": 180.48344669203564,
"cloudCover": 33,
"constellation": "PNEO",
"correlationId": "5ea2344d-9c87-4ced-a80c-400dc126c15d",
"expirationDate": "2032-12-12T16:22:07.796545792Z",
"format": "image/tiff",
"geometryCentroid": {
"lat": -2.3307341290037,
"lon": -53.423027672448484
},
"id": "20abfc7e-ece9-4ba5-a61f-654d667990dd",
"illuminationAzimuthAngle": 135.0623249152443,
"illuminationElevationAngle": 59.74438053420907,
"incidenceAngle": 21.629181215044625,
"incidenceAngleAcrossTrack": 14.407257387476102,
"incidenceAngleAlongTrack": 17.826157843855526,
"lastUpdateDate": "2022-12-15T16:27:40.067282476Z",
"organisationName": "AIRBUS DS GEO",
"platform": "PNEO4",
"processingCenter": "MOC",
"processingDate": "2022-12-15T15:28:10.428Z",
"processingLevel": "ALBUM",
"processorName": "MMCAT",
"productCategory": "image",
"productType": "mono",
"productionStatus": "ARCHIVED",
"publicationDate": "2022-12-15T16:27:40.067282476Z",
"qualified": false,
"resolution": 0.3,
"sensorType": "OPTICAL",
"snowCover": 0,
"spectralRange": "VISIBLE",
"title": "",
"workspaceId": "3e88441b-adc9-4be6-bd80-59d4fb69d5a7",
"workspaceName": "public-pneo",
"workspaceTitle": "Workspace temporaire pour la data pneo"
},
"rights": {
"browse": {
"privileges": [
{
"id": "25d86db6-11b5-428b-accf-6e9877929146",
"subscriptionId": "8bbcbd8b-0da7-48a9-aa18-14221ee6182e",
"filter": {
"workspaceId": "3e88441b-adc9-4be6-bd80-59d4fb69d5a7"
}
}
]
}
},
"type": "Feature"
}
Step 3: Calculate Price
Note: This end-point will only work for AUTOMATIC request.
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/prices |
REST verb | POST |
Authentication | Bearer token |
{
"aoi": [
{
"id": 1,
"name": "Polygon 1",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
1.4125259575195295,
43.586101687094356
],
[
1.464024370605467,
43.586101687094356
],
[
1.464024370605467,
43.623143915843656
],
[
1.4125259575195295,
43.623143915843656
],
[
1.4125259575195295,
43.586101687094356
]
]
]
}
}
],
"programReference": "",
"contractId": "",
"items": [
{
"notifications": [],
"stations": [],
"productTypeId": "PleiadesNeoArchiveMono",
"dataSourceIds": [
{
"catalogId": "PublicMOC",
"catalogItemId": "0b116a5f-0c8b-4f8b-a745-f23b09a2c4ec"
}
],
"aoiId": 1,
"properties": []
}
],
"primaryMarket": "NQUAL",
"secondaryMarket": "",
"customerReference": "Polygon 1",
"optionsPerProductType": [
{
"productTypeId": "PleiadesNeoArchiveMono",
"options": [
{
"key": "spectral_processing",
"value": "pansharpened"
},
{
"key": "radiometric_processing",
"value": "display"
},
{
"key": "image_format",
"value": "dimap_jpeg2000_regular"
},
{
"key": "pixel_coding",
"value": "8bits"
},
{
"key": "processing_level",
"value": "ortho"
},
{
"key": "projection_1",
"value": "32631"
},
{
"key": "priority",
"value": "standard"
},
{
"key": "licence",
"value": "standard"
},
{
"key": "dem_1",
"value": "best_available"
},
{
"key": "delivery_method",
"value": "on_the_flow"
},
{
"key": "fullStrip",
"value": "false"
}
]
}
],
"orderGroup": "",
"endUsers": [
{
"endUserName": "Name of the end user",
"country": "FR"
}
],
"delivery": {
"type": "network"
},
"notifications": [
{
"name": "",
"channels": [
{
"type": "email",
"addressee": {
"to": [
"john.doe@company.com"
],
"cc": []
}
}
],
"filter": {
"events": [
{
"event": "DELIVERY"
}
]
}
},
{
"name": "",
"channels": [
{
"type": "email",
"addressee": {
"to": [
"john.doe@company.com"
],
"cc": []
}
}
],
"filter": {
"events": [
{
"event": "SALES_ORDER"
}
]
}
}
]
}
{
"aoi": [
{
"id": 1,
"name": "Polygon 1",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
1.4125259575195295,
43.586101687094356
],
[
1.464024370605467,
43.586101687094356
],
[
1.464024370605467,
43.623143915843656
],
[
1.4125259575195295,
43.623143915843656
],
[
1.4125259575195295,
43.586101687094356
]
]
]
}
}
],
"programReference": "",
"contractId": "" ,
"items": [
{
"notifications": [
{
"name": "",
"channels": [
{
"parameters": {
"addresses": [
"john.doe@company.com"
]
},
"type": "email"
}
],
"filter": {
"events": []
}
}
],
"stations": [],
"productTypeId": "PleiadesArchiveMono",
"datastripIds": [
"DS_PHR1A_202212111112398_FR1_PX_E001N43_0615_01665"
],
"aoiId": 1,
"properties": []
}
],
"primaryMarket": "NQUAL",
"secondaryMarket": "",
"customerReference": "Polygon 1",
"optionsPerProductType": [
{
"productTypeId": "PleiadesArchiveMono",
"options": [
{
"key": "spectral_processing",
"value": "pansharpened_natural_color"
},
{
"key": "radiometric_processing",
"value": "basic"
},
{
"key": "image_format",
"value": "dimap_jpeg2000_regular"
},
{
"key": "pixel_coding",
"value": "12bits"
},
{
"key": "processing_level",
"value": "primary"
},
{
"key": "priority",
"value": "standard"
},
{
"key": "licence",
"value": "standard"
}
]
}
],
"orderGroup": "",
"endUsers": [
{}
],
"delivery": {
"type": "network",
"workspace": "",
"platformId": "PublicMOC"
},
"notificationEmails": [
"john.doe@company.com"
]
}
{
"aoi": [
{
"id": 1,
"name": "Polygon 1",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
1.4125259575195295,
43.586101687094356
],
[
1.464024370605467,
43.586101687094356
],
[
1.464024370605467,
43.623143915843656
],
[
1.4125259575195295,
43.623143915843656
],
[
1.4125259575195295,
43.586101687094356
]
]
]
}
}
],
"programReference": "",
"contractId": "" ,
"items": [
{
"notifications": [
{
"name": "",
"channels": [
{
"parameters": {
"addresses": [
"john.doe@company.com"
]
},
"type": "email"
}
],
"filter": {
"events": []
}
}
],
"stations": [],
"productTypeId": "SPOTArchive1.5Mono",
"datastripIds": [
"DS_SPOT7_202001241038101_FR1_FR1_FR1_FR1_E001N43_01790"
],
"aoiId": 1,
"properties": []
}
],
"primaryMarket": "NQUAL",
"secondaryMarket": "",
"customerReference": "Polygon 1",
"optionsPerProductType": [
{
"productTypeId": "SPOTArchive1.5Mono",
"options": [
{
"key": "spectral_processing",
"value": "pansharpened_natural_color"
},
{
"key": "radiometric_processing",
"value": "basic"
},
{
"key": "image_format",
"value": "dimap_jpeg2000_regular"
},
{
"key": "pixel_coding",
"value": "12bits"
},
{
"key": "processing_level",
"value": "primary"
},
{
"key": "priority",
"value": "standard"
},
{
"key": "licence",
"value": "standard"
}
]
}
],
"orderGroup": "",
"endUsers": [
{}
],
"delivery": {
"type": "network",
"workspace": "",
"platformId": "PublicMOC"
},
"notificationEmails": [
"john.doe@company.com"
]
}
Step 4: Request a quotation
Note: This feature is only available for PleiadesNeo.
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/quotations |
REST verb | POST |
Authentication | Bearer token |
{
"aoi": [
{
"id": 1,
"name": "Polygon 1",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
69.8851086844,
43.4480129598
],
[
69.7053995443,
43.4479274158
],
[
69.705655071,
43.3138904615
],
[
69.7056532246,
43.3130153891
],
[
69.7056835031,
43.2009536968
],
[
69.8847822114,
43.2015628825
],
[
69.884988961,
43.3134423169
],
[
69.8849909814,
43.3142428907
],
[
69.8851086844,
43.4480129598
]
]
]
}
}
],
"programReference": "",
"contractId": "",
"items": [
{
"notifications": [],
"stations": [],
"productTypeId": "PleiadesNeoArchiveMono",
"dataSourceIds": [
{
"catalogId": "PublicMOC",
"catalogItemId": "5ad51723-c7c6-4d28-80ce-db8e3dcfc5f7"
}
],
"datastripIds": [],
"aoiId": 1,
"properties": []
}
],
"customerReference": "Polygon 1",
"endUsers": [
{
"endUserName": "Name of the end user",
"country": "FR"
}
],
"optionsPerProductType": [
{
"productTypeId": "PleiadesNeoArchiveMono",
"options": [
{
"key": "spectral_processing",
"value": "pansharpened"
},
{
"key": "radiometric_processing",
"value": "display"
},
{
"key": "image_format",
"value": "dimap_jpeg2000_regular"
},
{
"key": "pixel_coding",
"value": "8bits"
},
{
"key": "processing_level",
"value": "ortho"
},
{
"key": "projection_1",
"value": "32642"
},
{
"key": "priority",
"value": "standard"
},
{
"key": "licence",
"value": "standard"
},
{
"key": "dem_1",
"value": "best_available"
},
{
"key": "delivery_method",
"value": "on_the_flow"
},
{
"key": "fullStrip",
"value": "false"
}
]
}
]
}
This functionality is not available for Pléiades
This functionality is not available for SPOT
Step 5: Create an order
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/orders |
REST verb | POST |
Authentication | Bearer token |
catalogItemId
to be used in the payload is to be retrieved from the result of Search under the key id
{
"aoi": [
{
"id": 1,
"name": "Polygon 1",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
1.4125259575195295,
43.586101687094356
],
[
1.464024370605467,
43.586101687094356
],
[
1.464024370605467,
43.623143915843656
],
[
1.4125259575195295,
43.623143915843656
],
[
1.4125259575195295,
43.586101687094356
]
]
]
}
}
],
"programReference": "",
"contractId": "",
"items": [
{
"notifications": [],
"stations": [],
"productTypeId": "PleiadesNeoArchiveMono",
"dataSourceIds": [
{
"catalogId": "PublicMOC",
"catalogItemId": "0b116a5f-0c8b-4f8b-a745-f23b09a2c4ec"
}
],
"aoiId": 1,
"properties": []
}
],
"primaryMarket": "NQUAL",
"secondaryMarket": "",
"customerReference": "Polygon 1",
"optionsPerProductType": [
{
"productTypeId": "PleiadesNeoArchiveMono",
"options": [
{
"key": "spectral_processing",
"value": "pansharpened"
},
{
"key": "radiometric_processing",
"value": "display"
},
{
"key": "image_format",
"value": "dimap_jpeg2000_regular"
},
{
"key": "pixel_coding",
"value": "8bits"
},
{
"key": "processing_level",
"value": "ortho"
},
{
"key": "projection_1",
"value": "32631"
},
{
"key": "priority",
"value": "standard"
},
{
"key": "licence",
"value": "standard"
},
{
"key": "dem_1",
"value": "best_available"
},
{
"key": "delivery_method",
"value": "on_the_flow"
},
{
"key": "fullStrip",
"value": "false"
}
]
}
],
"orderGroup": "",
"endUsers": [
{
"endUserName": "Name of the end user",
"country": "FR"
}
],
"delivery": {
"type": "network"
},
"notifications": [
{
"name": "",
"channels": [
{
"type": "email",
"addressee": {
"to": [
"john.doe@company.com"
],
"cc": []
}
}
],
"filter": {
"events": [
{
"event": "DELIVERY"
}
]
}
},
{
"name": "",
"channels": [
{
"type": "email",
"addressee": {
"to": [
"john.doe@company.com"
],
"cc": []
}
}
],
"filter": {
"events": [
{
"event": "SALES_ORDER"
}
]
}
}
]
}
{
"aoi": [
{
"id": 1,
"name": "Polygon 1",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
1.4125259575195295,
43.586101687094356
],
[
1.464024370605467,
43.586101687094356
],
[
1.464024370605467,
43.623143915843656
],
[
1.4125259575195295,
43.623143915843656
],
[
1.4125259575195295,
43.586101687094356
]
]
]
}
}
],
"programReference": "",
"contractId": "" ,
"items": [
{
"notifications": [
{
"name": "",
"channels": [
{
"parameters": {
"addresses": [
"john.doe@company.com"
]
},
"type": "email"
}
],
"filter": {
"events": []
}
}
],
"stations": [],
"productTypeId": "PleiadesArchiveMono",
"datastripIds": [
"DS_PHR1A_202212111112398_FR1_PX_E001N43_0615_01665"
],
"aoiId": 1,
"properties": []
}
],
"primaryMarket": "NQUAL",
"secondaryMarket": "",
"customerReference": "Polygon 1",
"optionsPerProductType": [
{
"productTypeId": "PleiadesArchiveMono",
"options": [
{
"key": "spectral_processing",
"value": "pansharpened_natural_color"
},
{
"key": "radiometric_processing",
"value": "basic"
},
{
"key": "image_format",
"value": "dimap_jpeg2000_regular"
},
{
"key": "pixel_coding",
"value": "12bits"
},
{
"key": "processing_level",
"value": "primary"
},
{
"key": "priority",
"value": "standard"
},
{
"key": "licence",
"value": "standard"
}
]
}
],
"orderGroup": "",
"endUsers": [
{}
],
"delivery": {
"type": "network",
"workspace": "",
"platformId": "PublicMOC"
},
"notificationEmails": [
"john.doe@company.com"
]
}
{
"aoi": [
{
"id": 1,
"name": "Polygon 1",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
1.4125259575195295,
43.586101687094356
],
[
1.464024370605467,
43.586101687094356
],
[
1.464024370605467,
43.623143915843656
],
[
1.4125259575195295,
43.623143915843656
],
[
1.4125259575195295,
43.586101687094356
]
]
]
}
}
],
"programReference": "",
"contractId": "" ,
"items": [
{
"notifications": [
{
"name": "",
"channels": [
{
"parameters": {
"addresses": [
"john.doe@company.com"
]
},
"type": "email"
}
],
"filter": {
"events": []
}
}
],
"stations": [],
"productTypeId": "SPOTArchive1.5Mono",
"datastripIds": [
"DS_SPOT7_202001241038101_FR1_FR1_FR1_FR1_E001N43_01790"
],
"aoiId": 1,
"properties": []
}
],
"primaryMarket": "NQUAL",
"secondaryMarket": "",
"customerReference": "Polygon 1",
"optionsPerProductType": [
{
"productTypeId": "SPOTArchive1.5Mono",
"options": [
{
"key": "spectral_processing",
"value": "pansharpened_natural_color"
},
{
"key": "radiometric_processing",
"value": "basic"
},
{
"key": "image_format",
"value": "dimap_jpeg2000_regular"
},
{
"key": "pixel_coding",
"value": "12bits"
},
{
"key": "processing_level",
"value": "primary"
},
{
"key": "priority",
"value": "standard"
},
{
"key": "licence",
"value": "standard"
}
]
}
],
"orderGroup": "",
"endUsers": [
{}
],
"delivery": {
"type": "network",
"workspace": "",
"platformId": "PublicMOC"
},
"notificationEmails": [
"john.doe@company.com"
]
}
Response
{
"quotationId": "QUO22054547",
"currency": "EUR",
"discountPercentage": 0.0,
"discountValue": 0.0,
"totalAmount": 0.0
}
Notes:
productTypeId
can be retrieved using Get product typesPlease refer to the dedicated Get production options for processing options
customerReference
can be used throughout the ordering process to get the status of your order and find the images in your delivery workspace. It is as a consequence better to use 1 customerReference specific to each orderDem and projection are not mandatory for primary, Dem is not mandatory for projected
The
QUOid
sent back in the response can be used to search for your orderThe key
fullStrip
allows you to order the whole catalog image, when passed to true. In that case, thegeometry
portion of theaoi
definition is not mandatory and can be deleted or will be ignored. This option is only available for PleiadesNeo
About multi-item and multi-aoi orders:
The number
aoiId
corresponds to both theid
of theaoi
The number
1
indem_1
andprojection_1
refers to both theaoiId
Step 6: Get your imagery product
Once delivered, the acquisition will be placed in your private workspace. You can run this request to access these images:
API Endpoint | https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch |
REST verb | POST |
Authentication | Bearer access token |
Request
{
"itemsPerPage": 10,
"startPage": 1,
"workspace": "<workspace-Id>"
}
Our search API supports following criteria:
acquisitionDate
cloudCover
publicationDate: this key is convenient if you want implement an automatic harvesting sequence
incidenceAngle
geometry
customerReference: if you used a specific reference while ordering, this will allow you to easily identify your data
Each image is returned as a GeoJSON feature under the /features[] property. The download link is part of the returned links.
Response
{
"error": false,
"itemsPerPage": 10,
"startIndex": 0,
"totalResults": 1,
"type": "FeatureCollection",
"features": [
{
"_links": {
"delete": {
"href": "https://search.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094",
"name": "Delete",
"type": "HTTP"
},
"imagesGetBuffer": [
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/e754f4a4-15b2-47aa-a06f-4498fe2e05a3/buffer",
"name": "panchromatic",
"type": "getBuffer",
"resourceId": "e754f4a4-15b2-47aa-a06f-4498fe2e05a3"
},
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/be98dc10-46df-415c-aae9-384746d5b635/buffer",
"name": "multispectral",
"type": "getBuffer",
"resourceId": "be98dc10-46df-415c-aae9-384746d5b635"
}
],
"imagesMetadata": [
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/e754f4a4-15b2-47aa-a06f-4498fe2e05a3/metadata",
"name": "panchromatic",
"type": "application/geo+json",
"resourceId": "e754f4a4-15b2-47aa-a06f-4498fe2e05a3"
},
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/be98dc10-46df-415c-aae9-384746d5b635/metadata",
"name": "multispectral",
"type": "application/geo+json",
"resourceId": "be98dc10-46df-415c-aae9-384746d5b635"
}
],
"imagesWcs": [
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/e754f4a4-15b2-47aa-a06f-4498fe2e05a3/wcs",
"name": "panchromatic",
"type": "WCS",
"resourceId": "e754f4a4-15b2-47aa-a06f-4498fe2e05a3"
},
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/be98dc10-46df-415c-aae9-384746d5b635/wcs",
"name": "multispectral",
"type": "WCS",
"resourceId": "be98dc10-46df-415c-aae9-384746d5b635"
}
],
"imagesWms": [
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/e754f4a4-15b2-47aa-a06f-4498fe2e05a3/wms",
"name": "panchromatic",
"type": "WMS",
"resourceId": "e754f4a4-15b2-47aa-a06f-4498fe2e05a3"
},
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/be98dc10-46df-415c-aae9-384746d5b635/wms",
"name": "multispectral",
"type": "WMS",
"resourceId": "be98dc10-46df-415c-aae9-384746d5b635"
}
],
"imagesWmts": [
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/e754f4a4-15b2-47aa-a06f-4498fe2e05a3/wmts",
"name": "panchromatic",
"type": "WMTS",
"resourceId": "e754f4a4-15b2-47aa-a06f-4498fe2e05a3"
},
{
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/images/be98dc10-46df-415c-aae9-384746d5b635/wmts",
"name": "multispectral",
"type": "WMTS",
"resourceId": "be98dc10-46df-415c-aae9-384746d5b635"
}
],
"monitor": {
"href": "https://monitor.foundation.api.oneatlas.airbus.com/api/v1/activities/8553c339-2307-468e-8835-83df77cade22",
"name": "Monitor",
"type": "HTTP"
},
"quicklook": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/quicklook",
"name": "QuickLook",
"type": "HTTP"
},
"self": {
"href": "https://search.foundation.api.oneatlas.airbus.com/api/v1/opensearch?id=df4c27e2-ce70-4f3d-8928-5e27dfe12094",
"method": "GET",
"name": "self",
"resourceId": "df4c27e2-ce70-4f3d-8928-5e27dfe12094"
},
"thumbnail": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/thumbnail",
"name": "Thumbnail",
"type": "HTTP"
},
"wms": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/wms",
"name": "WMS",
"type": "WMS"
},
"wmts": {
"href": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/df4c27e2-ce70-4f3d-8928-5e27dfe12094/wmts",
"name": "WMTS",
"type": "WMTS"
}
},
"dataAccess": {
"metadata": "http://daas.datastore.svc.cluster.local/packs/1f9bb79a-db3f-44af-a46d-d861ffbd8387",
"packImages": [
{
"href": "http://daas.datastore.svc.cluster.local/images/be98dc10-46df-415c-aae9-384746d5b635",
"name": "multispectral",
"resourceId": "be98dc10-46df-415c-aae9-384746d5b635"
},
{
"href": "http://daas.datastore.svc.cluster.local/images/e754f4a4-15b2-47aa-a06f-4498fe2e05a3",
"name": "panchromatic",
"resourceId": "e754f4a4-15b2-47aa-a06f-4498fe2e05a3"
}
],
"resourceId": "1f9bb79a-db3f-44af-a46d-d861ffbd8387"
},
"geometry": {
"coordinates": [
[
[
86.1234443321,
42.3774685612
],
[
86.123584467,
42.2457271923
],
[
86.2827193226,
42.2448454382
],
[
86.2829700326,
42.3768342801
],
[
86.1234443321,
42.3774685612
]
]
],
"type": "Polygon"
},
"properties": {
"acquisitionDate": "2022-12-11T05:12:01.778Z",
"acquisitionIdentifier": "ACQ_PNEO3_02329405139276",
"acquisitionStation": "",
"activityId": "8553c339-2307-468e-8835-83df77cade22",
"archivingCenter": "",
"azimuthAngle": 166.1560954655803,
"cloudCover": 0,
"commercialReference": "000060751",
"constellation": "PNEO",
"contractId": "",
"correlationId": "PWOI_000060751_1_2_I_1",
"customerReference": "",
"expirationDate": "2023-12-11T07:03:36Z",
"format": "SAFIR",
"geometryCentroid": {
"lat": 42.31116135046377,
"lon": 86.20320718234834
},
"id": "df4c27e2-ce70-4f3d-8928-5e27dfe12094",
"illuminationAzimuthAngle": 166.036157103877,
"illuminationElevationAngle": 23.572311147419587,
"incidenceAngle": 9.919399980046554,
"incidenceAngleAcrossTrack": 2.4177380903339203,
"incidenceAngleAlongTrack": 9.648469436182321,
"internalLine": "1_2",
"internalReference": "SAL22051564",
"lastUpdateDate": "2022-12-11T07:03:36Z",
"organisationName": "",
"platform": "PNEO3",
"processingCenter": "",
"processingDate": "2022-12-11T06:51:25.1Z",
"processingLevel": "SENSOR",
"processorName": "SPICYv1.2.9",
"productCategory": "image",
"productType": "bundle",
"productionStatus": "IN_CLOUD",
"publicationDate": "2022-12-11T06:59:37.910304059Z",
"qualified": false,
"resolution": 0.31,
"sensorType": "OPTICAL",
"sourceIdentifier": "PNEO3_20221211T063414_BUNDLE-FS_PRIMARY",
"spectralRange": "VISIBLE",
"workspaceId": "",
"workspaceName": "voicerose",
"workspaceTitle": "voicerose"
},
"rights": {
"browse": {
"privileges": [
{
"id": "114d4a2c-d9ca-4cb0-8051-356d9af5059d",
"filter": {
"workspaceId": "bbdaf4c9-37da-4480-9c52-c75cbfa17a22"
}
}
]
},
"create": {
"privileges": [
{
"id": "19e0d6cc-85c7-4ffa-950c-c929b8025ec2",
"filter": {
"workspaceId": "bbdaf4c9-37da-4480-9c52-c75cbfa17a22"
}
}
]
},
"delete": {
"privileges": [
{
"id": "114d4a2c-d9ca-4cb0-8051-356d9af5059d",
"filter": {
"workspaceId": "bbdaf4c9-37da-4480-9c52-c75cbfa17a22"
}
}
]
}
},
"type": "Feature"
}
]
}
Track your orders
Note: This feature is only available for PleiadesNeo.
You can see all your orders thanks to this request:
API Endpoint | https://order.api.oneatlas.airbus.com/api/v2/orders/search |
REST verb | POST |
Authentication | Bearer access token |
Request
{
"paging": {
"itemsPerPage": 25,
"startIndex": 0,
"pagingMode": "item"
},
"criteria": {
"q": "(quotationStatus:ACCEPTED) AND (cis.quotation:) AND (contractId:) AND (status:IN_PROGRESS) AND (technicalProduct.source.id:archive) AND (customerReference:**)"
}
}
This functionality is not available for Pléiades
This functionality is not available for SPOT
Some insight about the interesting keys to be used (not all keys are mandatory):
customerReference: is the reference you used when creating your order
quotationStatus: can be
ACCEPTED
(quotation has been accepted, order is running) orSENT
(quotation not yet validated, order not yet running)cis.quotation: id of the quotation can be used to search
contractId: id of the contract can be used to search
status: can be
IN_PROGRESS
(order is running) orDELIVERED
(order finished, all data delivered) orCANCELLED
(order cancelled)technicalProduct.source.id: can be
tasking
orarchive
Response
{
"paging": {
"itemsPerPage": 25,
"startIndex": 0,
"pagingMode": "item",
"totalResults": 30
},
"features": [
{
"contractId": "",
"customerReference": "",
"quotationId": "QUO22006217",
"salesOrderId": "SAL22005724",
"program": "",
"productType": "PleiadesNeoTaskingOnePlan",
"licence": "standard",
"aoi": {
"name": "Polygon 1",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-27.306937758050495,
38.72168083627531
],
[
-27.1970744768005,
38.72168083627531
],
[
-27.1970744768005,
38.81590473156177
],
[
-27.306937758050495,
38.81590473156177
],
[
-27.306937758050495,
38.72168083627531
]
]
]
}
},
"mission": "pleiadesneo",
"source": "tasking",
"target": "oneplan",
"status": "CANCELLED",
"comment": "",
"tasking": {
"holdBack": 0,
"maxIncidenceAngle": 50.0,
"acquisitionMode": "MONOSCOPIC",
"cloudCoverageThresholdForProposition": 30.0,
"period": [
{
"startDate": "2022-01-29T00:00:00Z",
"endDate": "2022-03-29T23:59:59Z"
}
],
"taskingRequest": [
{
"taskingRequestId": "TWOI_000007805_1_N"
}
],
"endOfInitialPeriod": "2022-03-29T23:59:59Z",
"validatedArea": 0.0,
"validatedAreaPct": 0.0,
"receivingStationType": "vrs",
"maxCloudCoverage": 10.0,
"nbProposedCoverageItems": 0,
"totalCoverageItems": 0
},
"processingLevel": "primary",
"spectralProcessing": "full_bundle",
"productFormat": "dimap_jpeg2000_regular",
"pixelCoding": "12bits",
"radiometricProcessing": "basic",
"priority": "standard",
"deliveryMethod": "on_the_flow",
"deliveryAddress": "5 RUE DES SATELLITES TOULOUSE CEDEX 4 31030 FR",
"endUser": {
"endUserCountryId": "CN"
},
"dumpingStation": [
{
"processingStation": "FR1",
"receivingStation": "FR1"
},
{
"processingStation": "FR1",
"receivingStation": "IN1"
},
{
"processingStation": "FR1",
"receivingStation": "SE1"
}
],
"quotationStatus": "ACCEPTED",
"quotationCreationDate": "2022-01-27T18:08:52Z",
"orderCreationDate": "2022-01-27T18:09:08Z",
"orderLineAmount": 0.0,
"customerName": "[LE] Airbus DS Geo SA France",
"contact": "john.doe@company.com",
"orderLineAmountWithoutDiscount": 0.0,
"currency": "EUR",
"orderLineAmountDiscountPct": 0.0,
"orderLineAmountWithDiscount": 0.0,
"priceCalculationArea": 100.0,
"orderMinimumApplied": true,
"feasibilityStudyResult": {
"coverRate": 0.0,
"commitment": true
},
"customerId": "AC002902",
"producedArea": 0.0,
"deliveryType": "network",
"deliveryPlatformId": "PublicMOC",
"deliveryWorkspace": "bbdaf4c9-37da-4480-9c52-c75cbfa17a22",
"requestedArea": 99.7919052906175,
"notifications": [...],
"projectionCode": "32626",
"quotationEndOfValidityDate": "2022-01-28T00:00:00Z",
"initialOrderLineAmountWithoutDiscount": 5000.0,
"initialOrderLineAmountDiscountPct": 0.0,
"initialOrderLineAmountWithDiscount": 5000.0,
"initialPriceCalculationArea": 100.0,
"cancelationDeadlineDate": "2022-01-28T00:00:00Z",
"producedAreaPct": 0.0,
"productionRoute": "GDSIP3",
"quotationVersion": 1,
"orderLineDescription": "PleiadesNeo Tasking OnePlan 100 km2 basic",
"onePlanPro": true,
"orderItemId": "WOI_000007805_1",
"lastStatusChangeDate": "2022-01-27T20:21:21Z",
"orderCreator": "5247773080",
"orderLineId": 1
}
]
}
Manage quotations
Note: This feature is only available for PleiadesNeo.
You can get access quotations using the request:
API Endpoint | https://order.api.oneatlas.airbus.com/api/v2/orders/search |
REST verb | POST |
Authentication | Bearer access token |
Request
{
"paging": {
"itemsPerPage": 25,
"startIndex": 0,
"pagingMode": "item"
},
"criteria": {
"q": "(customerReference:*) AND (quotationStatus:SENT) AND (contractId:)"
}
}
This functionality is not available for Pléiades
This functionality is not available for SPOT
Retrieve
quotationId
thenIf you need to get a PDF version of the quotation:
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/quotations/<quotationId>/export |
REST verb | GET |
Authentication | Bearer access token |
To accept a quotation:
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/contracts/<CisContractId>/quotations/<quotationId>/accept |
REST verb | PUT |
Authentication | Bearer access token |
Once accepted, the order is automatically created.
To refuse a quotation:
API Endpoint | https://order.api.oneatlas.airbus.com/api/v1/contracts/<CisContractId>/quotations/<quotationId>/refuse |
REST verb | PUT |
Authentication | Bearer access token |
Request
{"rejectionReasonId":1}
The rejectionReasonId
matches the following rationals:
1: “The quote has expired”,
2": “I chose another imagery provider”,
3: “It doesn’t correspond to my budget expectations”,
4: “The tasking proposal is not answering my needs”,
5: “The licence doesn’t answer my operational needs”,
6: “I need to modify my request”,
7: “Other”
© Airbus Defence and Space 2022. All rights reserved. Privacy Policy | Legal Information