You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: preprocess_s2_improved_maskssources:
user_input:
- s2.user_inputsinks:
raster: s2.rastermask: cloud.maskparameters:
min_tile_cover: nullmax_tiles_per_time: nullcloud_thr: nullshadow_thr: nullin_memory: nullcloud_model: nullshadow_model: nullpc_key: nulldl_timeout: nulltasks:
s2:
workflow: data_ingestion/sentinel2/preprocess_s2parameters:
min_tile_cover: '@from(min_tile_cover)'max_tiles_per_time: '@from(max_tiles_per_time)'pc_key: '@from(pc_key)'dl_timeout: '@from(dl_timeout)'cloud:
workflow: data_ingestion/sentinel2/improve_cloud_maskparameters:
cloud_thr: '@from(cloud_thr)'shadow_thr: '@from(shadow_thr)'in_memory: '@from(in_memory)'cloud_model: '@from(cloud_model)'shadow_model: '@from(shadow_model)'edges:
- origin: s2.rasterdestination:
- cloud.s2_raster
- origin: s2.maskdestination:
- cloud.product_maskdescription:
short_description: Downloads and preprocesses Sentinel-2 imagery that covers theinput geometry and time range, and computes improved cloud masks using cloud andshadow segmentation models.long_description: This workflow selects a minimum set of tiles that covers the inputgeometry, downloads Sentinel-2 imagery for the selected time range, and preprocessesit by generating a single multi-band raster at 10m resolution. It then improvescloud masks by merging the product mask with cloud and shadow masks computed usingcloud and shadow segmentation models.sources:
user_input: Time range and geometry of interest.sinks:
raster: Sentinel-2 L2A rasters with all bands resampled to 10m resolution.mask: Cloud masks at 10m resolution.
Monitor:
I want to increase the loading speed, Could you please help me improve it ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My workflow:
Hi @renatolfc
Workflow Yaml
Monitor:
I want to increase the loading speed, Could you please help me improve it ?
Beta Was this translation helpful? Give feedback.
All reactions