You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

STAC compliance

The following presentation contains a short gap analysis regarding STAC and the AIP of the LTA service:

STAC-AIP-Gap-Analysis.pptx


This table focuses on product properties that should be exposed by AIP instances and that are not currently backed by STAC Core or extensions.

Property NamePossible values / ExampleCommonCommentProposed solution
Online
  • true
  • false




Order extension field order:status:

  • orderable=Offline
  • succeeded=Online

Retrieval functions

Retrieve Product

Analysis from 3.4 section of LTA ICD

Call from LTA ClientOGC API Processes operationDetails on queryResponse of query
Product Order Request

/processes/{PROCESSID}/execution

Query type : POST

PROCESSID = order-request

Input parameters : 

  • product_identifier
  • priority

By default returned by service:

  • ID of the Order → Job ID

Other parameters (can be retrieved through endpoint /jobs/{JOBID} :

  • Status → Job status (in_progress)
  • Submission datetime → Job Start datetime
  • Estimated datetime → Job end estimated datetime
  • Priority → in parameters dict ?
Order Status Query (status = completed)/jobs/{JOBID}?status=successfulJOBID = order ID returned previouslyList of completed Jobs with their ID 
Product Staging Notification












Bulk retrieve


  • No labels