rs_workflows/on_demand/sentinel3/s3_processing_utils.md
Shared configuration and product-mapping helpers for Sentinel-3 processing.
S3ProcessingOrchestrationSettings
Bases: BaseModel
Environment-specific deployment and collection names for the S3 chain.
Source code in docs/rs-client-libraries/rs_workflows/on_demand/sentinel3/s3_processing_utils.py
26 27 28 29 30 31 32 33 34 | |
build_olci_l1_input_products(l0_products, input_collection)
Convert full STAC items or compact event products into OLCI L1 inputs.
Source code in docs/rs-client-libraries/rs_workflows/on_demand/sentinel3/s3_processing_utils.py
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 89 90 | |
read_s3_orchestration_settings()
async
Load and validate the orchestration section of the unified S3 variable.
Source code in docs/rs-client-libraries/rs_workflows/on_demand/sentinel3/s3_processing_utils.py
37 38 39 40 41 42 43 | |