...
LTA Function | Covered by |
---|---|
Query Products | STAC API (see STAC Requirements and Recommendations for EOF Services) |
Catalog Exports | ? |
Product Order | Processes API (see Product Order) |
Product Download | STAC API (Use STAC item asset hrefs to download products?) |
Bulk Product Order | ? |
Subscriptions | ? |
...
Property Name | Possible values / Example | Common | Comment | Proposed solution |
---|---|---|---|---|
Online |
| to be stated in the ICD : Offline : item with no assets Online : item with assets | Order extension field order:status:
| |
Product Order
Anchor | ||||
---|---|---|---|---|
|
API
LTA Client Use Case | Operation | Request | Response |
---|---|---|---|
Submit Product Order | POST /processes/ProductOrder/execution | Header:
Body:
| Header:
Body:
|
Get Order Status | GET /jobs/{jobId} | Body: job-status | |
Get Order Result | GET /jobs/{jobId}/results | Body: job-result | |
Cancel Order | DELETE /jobs/{jobId} | Body: job-status | |
List processes | GET /processes | Body: process-list | |
Describe Product Order process | GET /processes/ProductOrder | Body: process-description |
...