rs_workflows/on_demand/sentinel3/s3_l1_olci.md
sentinel 3 OLCI Level-1 processing.
process_s3l1_olci(flow_params=None, l0_products=None, source_l0_run_id='manual')
async
Sentinel-3 OLCI L1 processing. The input_products should have been processed before by L0.
l0_products is the raw product list emitted by S3 L0. When supplied by
a Prefect Automation, it is converted here into the four (or more) processor inputs
expected by OLCI L1. source_l0_run_id provides a short upstream
reference used in the L1 flow-run name.
Source code in docs/rs-client-libraries/rs_workflows/on_demand/sentinel3/s3_l1_olci.py
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | |
process_s3l1_olci_task(*args, **kwargs)
async
See: dpr_processing
Source code in docs/rs-client-libraries/rs_workflows/on_demand/sentinel3/s3_l1_olci.py
91 92 93 94 | |