-
Notifications
You must be signed in to change notification settings - Fork 1
Creating and Running Orders Automatically (On‐demand Production)
This page describes how to create orders automatically using the prosEO native API. For the creation of on-demand processing orders via the ESA-defined On-demand Production Service Interface Point (ODPRIP) interface please see the separate reference page.
- Create and Update a Processing Order
- Approve, Plan and Release a Processing Order
- Check the Processing Order Status
- Close a Completed or Failed Processing Order
- Delete a Processing Order
Starting from the sample test data provided for the prosEO Test Mission (PTM), an order to process level 1 (L1) and level 2 (L2) output products from level 0 (L0) input products shall be generated. We assume that the L0 products are annotated with a revision
parameter, and the processing shall be based on revision 1. L1 products will receive revision 2 (a revision 1 may have been created during Systematic Production), L2 products will receive revision 99 (to denote test output, since we are not yet quite sure of the quality of the algorithm). Also, since the scenario assumes a test situation, we will create the output products with a TEST
file class.
TODO
TODO
TODO
TODO