-
Notifications
You must be signed in to change notification settings - Fork 3
/
satromo_processor.drawio
481 lines (481 loc) · 59 KB
/
satromo_processor.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
<mxfile host="app.diagrams.net" modified="2024-08-29T11:20:39.541Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0" etag="v07IU7ts1_eaMRUUtIsB" version="24.6.4" type="github">
<diagram id="prtHgNgQTEPvFCAcTncT" name="Page-1">
<mxGraphModel dx="983" dy="599" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="dNxyNK7c78bLwvsdeMH5-19" value="SATROMO" style="swimlane;html=1;childLayout=stackLayout;resizeParent=1;resizeParentMax=0;horizontal=0;startSize=20;horizontalStack=0;" parent="1" vertex="1">
<mxGeometry x="40" y="530" width="1800" height="1132" as="geometry">
<mxRectangle x="30" y="50" width="40" height="60" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-60" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;dashed=1;" parent="dNxyNK7c78bLwvsdeMH5-19" source="R1mRM2v9SrcW-nyacFjG-41" target="R1mRM2v9SrcW-nyacFjG-56" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="635" y="840" />
<mxPoint x="141" y="840" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-63" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;dashed=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;exitPerimeter=0;" parent="dNxyNK7c78bLwvsdeMH5-19" source="R1mRM2v9SrcW-nyacFjG-13" target="R1mRM2v9SrcW-nyacFjG-61" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="450" y="790" />
<mxPoint x="211" y="790" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-216" value="step0_functions.py" style="swimlane;html=1;startSize=20;horizontal=0;" parent="dNxyNK7c78bLwvsdeMH5-19" vertex="1">
<mxGeometry x="20" width="1780" height="150" as="geometry" />
</mxCell>
<mxCell id="dNxyNK7c78bLwvsdeMH5-23" value="start<br><font style="font-size: 5px;">(current_date)</font>" style="ellipse;whiteSpace=wrap;html=1;" parent="dyGAlXozFLKTP85Kv3v4-216" vertex="1">
<mxGeometry x="38" y="65.5" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-7" value="<p style="margin: 4px 0px 0px; text-align: center; font-size: 6px;"><b>GET COLLECTION INFO</b></p><hr style="font-size: 6px;"><div style="height: 2px; font-size: 6px;"><span style="border-color: var(--border-color); text-align: center;">get_step0_dict</span><br></div><div style="height: 2px; font-size: 6px;"><br></div><div style="height: 2px; font-size: 6px;"><br></div><div style="height: 2px; font-size: 6px;">- collection names&nbsp;&nbsp;</div><div style="height: 2px; font-size: 6px;"><br></div><div style="height: 2px; font-size: 6px;"><br></div><div style="height: 2px; font-size: 6px;">- product names&nbsp;&nbsp;</div><div style="height: 2px; font-size: 6px;"><br></div><div style="height: 2px; font-size: 6px;"><br style="font-size: 6px;"></div><div style="height: 2px; font-size: 6px;">- temporal coverages</div>" style="verticalAlign=top;align=left;overflow=fill;fontSize=6;fontFamily=Helvetica;html=1;whiteSpace=wrap;" parent="dyGAlXozFLKTP85Kv3v4-216" vertex="1">
<mxGeometry x="98" y="65.5" width="72" height="45" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-16" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="dyGAlXozFLKTP85Kv3v4-216" source="dNxyNK7c78bLwvsdeMH5-23" target="dyGAlXozFLKTP85Kv3v4-7" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="58" y="85.5" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-11" value="<p style="margin: 4px 0px 0px; text-align: center; font-size: 6px;"><b style="background-color: initial;">GET ASSET STATUS INFO</b><br></p><hr style="font-size: 6px;"><div style="height: 2px; font-size: 6px;">- def step0_main</div><div style="height: 2px; font-size: 6px;"><br></div><div style="height: 2px; font-size: 6px;"><br></div><div style="height: 2px; font-size: 6px;">- def step0_check_collection</div><div style="height: 2px; font-size: 6px;"><br style="font-size: 6px;"></div><div style="height: 2px; font-size: 6px;"><br></div><div style="height: 2px; font-size: 6px;">- def check_if_asset_prepare &nbsp;</div><div style="height: 2px; font-size: 6px;"><br></div><div style="height: 2px; font-size: 6px;"><br></div><div style="height: 2px; font-size: 6px;">- def write_task_metadata_if_needed</div>" style="verticalAlign=top;align=left;overflow=fill;fontSize=6;fontFamily=Helvetica;html=1;whiteSpace=wrap;" parent="dyGAlXozFLKTP85Kv3v4-216" vertex="1">
<mxGeometry x="190" y="65.5" width="103" height="45" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-17" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="dyGAlXozFLKTP85Kv3v4-216" source="dyGAlXozFLKTP85Kv3v4-7" target="dyGAlXozFLKTP85Kv3v4-11" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-217" value="NO" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="dyGAlXozFLKTP85Kv3v4-216" source="dyGAlXozFLKTP85Kv3v4-14" target="dyGAlXozFLKTP85Kv3v4-20" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="DU7jNsaUde-YfOUN6-Dd-2" value="YES" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="dyGAlXozFLKTP85Kv3v4-216" source="dyGAlXozFLKTP85Kv3v4-14" target="DU7jNsaUde-YfOUN6-Dd-1" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-14" value="<font style="font-size: 8px;">is asset available?</font>" style="rhombus;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=12;fontColor=#000000;align=center;verticalAlign=bottom;labelPosition=center;verticalLabelPosition=top;" parent="dyGAlXozFLKTP85Kv3v4-216" vertex="1">
<mxGeometry x="320" y="30" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-24" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="dyGAlXozFLKTP85Kv3v4-216" source="dyGAlXozFLKTP85Kv3v4-11" target="dyGAlXozFLKTP85Kv3v4-14" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-20" value="<p style="margin: 4px 0px 0px; text-align: center;"><b>START ASSET GENERATION</b><br></p><hr style="font-size: 6px;"><div style="height: 2px; font-size: 6px;">-&nbsp;</div>check_if_asset_prepared<br>-&nbsp;&nbsp;generate_single_date_function" style="verticalAlign=top;align=left;overflow=fill;fontSize=6;fontFamily=Helvetica;html=1;whiteSpace=wrap;" parent="dyGAlXozFLKTP85Kv3v4-216" vertex="1">
<mxGeometry x="378" y="68" width="102" height="40" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-9" value="<span style="font-size: 8px;">*CONFIG<br>py<br></span>" style="shape=note;whiteSpace=wrap;html=1;backgroundOutline=1;darkOpacity=0.05;size=13;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;" parent="dyGAlXozFLKTP85Kv3v4-216" vertex="1">
<mxGeometry x="720" y="68" width="30" height="35" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-213" value="
<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 11px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">step0[collection]['step0_function']</span>

" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1;entryY=0.5;entryDx=0;entryDy=0;labelBorderColor=default;" parent="dyGAlXozFLKTP85Kv3v4-216" source="dyGAlXozFLKTP85Kv3v4-9" target="dyGAlXozFLKTP85Kv3v4-20" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="710" y="88" />
<mxPoint x="710" y="88" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-222" value="" style="shape=image;html=1;verticalAlign=top;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;imageAspect=0;aspect=fixed;image=https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-128.png" parent="dyGAlXozFLKTP85Kv3v4-216" vertex="1">
<mxGeometry x="30" y="10" width="24" height="24" as="geometry" />
</mxCell>
<mxCell id="DU7jNsaUde-YfOUN6-Dd-1" value="end" style="ellipse;whiteSpace=wrap;html=1;" parent="dyGAlXozFLKTP85Kv3v4-216" vertex="1">
<mxGeometry x="320" y="98" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-214" value="step0_processor_&lt;sensor&gt;_&lt;level&gt;.py" style="swimlane;html=1;startSize=20;horizontal=0;" parent="dNxyNK7c78bLwvsdeMH5-19" vertex="1">
<mxGeometry x="20" y="150" width="1780" height="290" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-104" value="<p style="margin: 4px 0px 0px; text-align: center;"><b>CONFIG SINGLE SCENE</b><br></p><hr style="font-size: 6px;"><div style="height: 2px; font-size: 6px;"></div>- def generate_&lt;sensor&gt;_&lt;prod&gt;_mosaic_for_single_date<br>cloudMasking = True<br>terrainShadowDetection = True / False<br>swathMosaic = True/&nbsp; False<br>coRegistration = True / False<br>export&lt;&gt;bands = True / False<br>exportRegLayers = True / False<br>exportMask =True / False<br>exportcloud =True / False<div>cloudScorePlus = True / False<div><div>terrainShadowDetectionPrecalculated = True&nbsp;<span style="background-color: initial;">/ False</span></div><div>coRegistrationPrecalculated = True / False<br>AOI / REFERENCE / SATELLITE DATA : set path</div></div></div>" style="verticalAlign=top;align=left;overflow=fill;fontSize=6;fontFamily=Helvetica;html=1;whiteSpace=wrap;" parent="dyGAlXozFLKTP85Kv3v4-214" vertex="1">
<mxGeometry x="170" y="50" width="155.5" height="120" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-106" value="<font style="font-size: 8px;">is an image&nbsp; available?</font>" style="rhombus;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=12;fontColor=#000000;align=center;verticalAlign=bottom;labelPosition=center;verticalLabelPosition=top;" parent="dyGAlXozFLKTP85Kv3v4-214" vertex="1">
<mxGeometry x="374" y="89" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-121" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="dyGAlXozFLKTP85Kv3v4-214" source="dyGAlXozFLKTP85Kv3v4-104" target="dyGAlXozFLKTP85Kv3v4-106" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-108" value="<p style="margin: 4px 0px 0px; text-align: center;"><b>step0_utils.py</b><br></p><hr style="font-size: 6px;"><div style="height: 2px; font-size: 6px;">-&nbsp;</div>def&nbsp;write_asset_as_empty" style="verticalAlign=top;align=left;overflow=fill;fontSize=6;fontFamily=Helvetica;html=1;whiteSpace=wrap;" parent="dyGAlXozFLKTP85Kv3v4-214" vertex="1">
<mxGeometry x="348.5" y="228" width="95" height="37" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-110" value="<br><font style="border-color: var(--border-color); color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; font-size: 6px;">Iif&nbsp; image_list_size ==0<br style="border-color: var(--border-color);">"no candidate scene"<br style="border-color: var(--border-color);">&nbsp;</font><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 11px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">NO</span>" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;labelBorderColor=default;" parent="dyGAlXozFLKTP85Kv3v4-214" source="dyGAlXozFLKTP85Kv3v4-106" target="dyGAlXozFLKTP85Kv3v4-108" edge="1">
<mxGeometry x="0.0103" relative="1" as="geometry">
<mxPoint x="394" y="156" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-111" value="<font style="font-size: 8px;">step0_empty_assets.csv</font>" style="shape=note;whiteSpace=wrap;html=1;backgroundOutline=1;darkOpacity=0.05;size=13;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;" parent="dyGAlXozFLKTP85Kv3v4-214" vertex="1">
<mxGeometry x="260" y="225" width="30" height="35" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-113" value="<p style="margin: 4px 0px 0px; text-align: center;"><b>WRITE TILES METADATA</b><br></p><hr style="font-size: 6px;"><div style="height: 2px; font-size: 6px;"></div>- def generate_&lt;sensor&gt;_&lt;prod&gt;_mosaic_for_single_date<br>write tile json" style="verticalAlign=top;align=left;overflow=fill;fontSize=6;fontFamily=Helvetica;html=1;whiteSpace=wrap;" parent="dyGAlXozFLKTP85Kv3v4-214" vertex="1">
<mxGeometry x="466.5" y="61" width="155.5" height="95" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-122" value="YES" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="dyGAlXozFLKTP85Kv3v4-214" source="dyGAlXozFLKTP85Kv3v4-106" target="dyGAlXozFLKTP85Kv3v4-113" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-124" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0;entryDx=30.000000000000004;entryDy=13;entryPerimeter=0;exitX=0;exitY=0.25;exitDx=0;exitDy=0;" parent="dyGAlXozFLKTP85Kv3v4-214" source="dyGAlXozFLKTP85Kv3v4-108" target="dyGAlXozFLKTP85Kv3v4-111" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-131" value="<p style="margin: 4px 0px 0px; text-align: center;"><b>CLOUD &amp; CLOUD SHADOW</b><br></p><hr style="font-size: 6px;"><div style="height: 2px; font-size: 6px;"></div>- def&nbsp;maskCloudsAndShadow<br><font style="border-color: var(--border-color); text-align: center;">&nbsp;isNotCloud = clouds.lt(50)<br style="border-color: var(--border-color);"></font><font style="border-color: var(--border-color); text-align: center;">&nbsp;minimum shadow distance 30 pixel<br><br>capture semi-transparent cloud edges<br>Find dark pixels but exclude lakes and rivers<br>Project shadows from clouds<br>combined mask for clouds and cloud shadows<br></font><div><font style="border-color: var(--border-color); text-align: center;"><br></font></div><div><font style="border-color: var(--border-color); text-align: center;">- Cloudscore plus</font></div>" style="verticalAlign=top;align=left;overflow=fill;fontSize=6;fontFamily=Helvetica;html=1;whiteSpace=wrap;" parent="dyGAlXozFLKTP85Kv3v4-214" vertex="1">
<mxGeometry x="700" y="59.5" width="155.5" height="95" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-126" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=-0.016;entryY=0.547;entryDx=0;entryDy=0;entryPerimeter=0;" parent="dyGAlXozFLKTP85Kv3v4-214" source="dyGAlXozFLKTP85Kv3v4-113" target="dyGAlXozFLKTP85Kv3v4-131" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-127" value="<font style="font-size: 6px;">S2_srWithCloudMask<br></font>" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="dyGAlXozFLKTP85Kv3v4-126" vertex="1" connectable="0">
<mxGeometry x="-0.2799" y="1" relative="1" as="geometry">
<mxPoint x="6" y="1" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-134" value="<p style="margin: 4px 0px 0px; text-align: center;"><b>TERRAIN SHADOW</b><br></p><hr style="font-size: 6px;"><div style="height: 2px; font-size: 6px;"></div>- def addTerrainShadow<br><font style="border-color: var(--border-color); text-align: center;">&nbsp;&nbsp;ee.Terrain.hillShadow</font><div><font style="border-color: var(--border-color); text-align: center;">-&nbsp;&nbsp;def addTerrainShadow_predefined</font></div>" style="verticalAlign=top;align=left;overflow=fill;fontSize=6;fontFamily=Helvetica;html=1;whiteSpace=wrap;" parent="dyGAlXozFLKTP85Kv3v4-214" vertex="1">
<mxGeometry x="890" y="59.5" width="155.5" height="95" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-137" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="dyGAlXozFLKTP85Kv3v4-214" source="dyGAlXozFLKTP85Kv3v4-131" target="dyGAlXozFLKTP85Kv3v4-134" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-136" value="<p style="margin: 4px 0px 0px; text-align: center;"><b>MOSAIC</b><br></p><hr style="font-size: 6px;"><div style="height: 2px; font-size: 6px;"></div>- def mosaic_collection<br>&nbsp;mosaics image acquired on the same day (same image swath)<br><font style="border-color: var(--border-color); text-align: center;">&nbsp;Also copy the properties&nbsp;<span style="background-color: initial;">["system:time_start", "system:index", "date", "month",&nbsp;</span><span style="background-color: initial;">&nbsp;"SENSING_ORBIT_NUMBER", "PROCESSING_BASELINE",</span><span style="background-color: initial;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "SPACECRAFT_NAME", "MEAN_SOLAR_ZENITH_ANGLE",</span><span style="background-color: initial;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"MEAN_SOLAR_AZIMUTH_ANGLE"])</span><span style="background-color: initial;"><br></span></font>" style="verticalAlign=top;align=left;overflow=fill;fontSize=6;fontFamily=Helvetica;html=1;whiteSpace=wrap;" parent="dyGAlXozFLKTP85Kv3v4-214" vertex="1">
<mxGeometry x="1090" y="59.5" width="155.5" height="95" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-138" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="dyGAlXozFLKTP85Kv3v4-214" source="dyGAlXozFLKTP85Kv3v4-134" target="dyGAlXozFLKTP85Kv3v4-136" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-125" value="<font style="font-size: 6px;">is a mosaic<br><span style="font-size: 8px;">cloudy or cloud / terrain shadowy?</span><span style="font-size: 6px; background-color: initial;">def addMaskedPixelCount<br></span><span style="">length_without_clouds == 0</span><br></font><font style="font-size: 10px;"><br></font>" style="rhombus;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=12;fontColor=#000000;align=center;verticalAlign=bottom;labelPosition=center;verticalLabelPosition=top;" parent="dyGAlXozFLKTP85Kv3v4-214" vertex="1">
<mxGeometry x="1274" y="88" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-140" value="<p style="margin: 4px 0px 0px; text-align: center;"><b>COREGISTER to REFERENCE IMAGE</b><br></p><hr style="font-size: 6px;"><div style="height: 2px; font-size: 6px;"></div>- def S2regFunc<br>function co-registers Sentinel-2 images to the Sentinel-2 global reference image<br><br>resampling bicubic with R bands<br><span style="background-color: initial; text-align: center;">.addBands(reg_dx)<br></span><span style="background-color: initial; text-align: center;">.addBands(reg_dy)&nbsp;<br></span><span style="background-color: initial; text-align: center;">.addBands(reg_confidence)&nbsp;<br></span><span style="background-color: initial; text-align: center;">.addBands(reg_offset<br></span><span style="background-color: initial; text-align: center;">.addBands(reg_angle)</span><div><span style="background-color: initial; text-align: center;"><br></span><div><span style="background-color: initial; text-align: center;">-&nbsp;</span><span style="background-color: initial;">def S2regprecalcFunc</span></div></div>" style="verticalAlign=top;align=left;overflow=fill;fontSize=6;fontFamily=Helvetica;html=1;whiteSpace=wrap;" parent="dyGAlXozFLKTP85Kv3v4-214" vertex="1">
<mxGeometry x="1360" y="59.5" width="155.5" height="110.5" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-139" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="dyGAlXozFLKTP85Kv3v4-214" source="dyGAlXozFLKTP85Kv3v4-136" target="dyGAlXozFLKTP85Kv3v4-125" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-141" value="NO" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=-0.019;entryY=0.516;entryDx=0;entryDy=0;entryPerimeter=0;" parent="dyGAlXozFLKTP85Kv3v4-214" source="dyGAlXozFLKTP85Kv3v4-125" target="dyGAlXozFLKTP85Kv3v4-140" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-142" value="<p style="margin: 4px 0px 0px; text-align: center;"><b>EXPORT ASSET</b><br></p><hr style="font-size: 6px;"><div style="height: 2px; font-size: 6px;"></div>-&nbsp;ee.batch.Export.image.toAsset<br><br>crs='EPSG:2056',<br>'S2-L2A_mosaic_' + sensing_date_read + '_bands-10m'<br>bands:&nbsp;['B2', 'B3', 'B4', 'B8']<br>&nbsp; &nbsp; &nbsp; ['terrainShadowMask', 'cloudAndCloudShadowMask']<br>&nbsp; &nbsp; &nbsp; ['reg_dx', 'reg_dy', 'reg_confidence']<br>&nbsp; &nbsp; &nbsp;&nbsp;['cloudProbability']<br>'S2-L2A_Mosaic_' + sensing_date_read + '_bands-20m'<br>bands: ['B8A','B11']" style="verticalAlign=top;align=left;overflow=fill;fontSize=6;fontFamily=Helvetica;html=1;whiteSpace=wrap;" parent="dyGAlXozFLKTP85Kv3v4-214" vertex="1">
<mxGeometry x="1559" y="59.5" width="155.5" height="95" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-206" value="<font style="font-size: 8px;">assets_10m.gee<br>assets_20m.gee<br><br></font>" style="shape=note;whiteSpace=wrap;html=1;backgroundOutline=1;darkOpacity=0.05;size=13;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;" parent="dyGAlXozFLKTP85Kv3v4-214" vertex="1">
<mxGeometry x="1579.75" y="187" width="30" height="35" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-208" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0;entryDx=30.000000000000004;entryDy=24;entryPerimeter=0;" parent="dyGAlXozFLKTP85Kv3v4-214" source="dyGAlXozFLKTP85Kv3v4-142" target="dyGAlXozFLKTP85Kv3v4-206" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-205" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="dyGAlXozFLKTP85Kv3v4-214" source="dyGAlXozFLKTP85Kv3v4-140" target="dyGAlXozFLKTP85Kv3v4-142" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-221" value="" style="shape=image;html=1;verticalAlign=top;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;imageAspect=0;aspect=fixed;image=https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-128.png" parent="dyGAlXozFLKTP85Kv3v4-214" vertex="1">
<mxGeometry x="30" y="10" width="24" height="24" as="geometry" />
</mxCell>
<mxCell id="nlGJGXc9DqN3D_POHkaH-2" value=""cloudy"" style="edgeStyle=segmentEdgeStyle;endArrow=classic;html=1;curved=0;rounded=0;endSize=8;startSize=8;sourcePerimeterSpacing=0;targetPerimeterSpacing=0;entryX=1.011;entryY=0.39;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="dyGAlXozFLKTP85Kv3v4-214" source="dyGAlXozFLKTP85Kv3v4-125" target="dyGAlXozFLKTP85Kv3v4-108" edge="1">
<mxGeometry width="100" relative="1" as="geometry">
<mxPoint x="1294" y="130" as="sourcePoint" />
<mxPoint x="530" y="230" as="targetPoint" />
<Array as="points">
<mxPoint x="1294" y="242" />
<mxPoint x="970" y="242" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="bEMDMcWzqccBueymY1Vw-3" value="<font style="font-size: 5px;">assets / DOY&nbsp;</font><div><font style="font-size: 5px;">mask</font></div>" style="shape=card;whiteSpace=wrap;html=1;size=16;" vertex="1" parent="dyGAlXozFLKTP85Kv3v4-214">
<mxGeometry x="947.75" y="183.5" width="40" height="42" as="geometry" />
</mxCell>
<mxCell id="bEMDMcWzqccBueymY1Vw-4" value="<font style="font-size: 8px;">Predef TRUE</font>" style="endArrow=classic;html=1;rounded=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;exitX=0.5;exitY=0;exitDx=0;exitDy=0;exitPerimeter=0;" edge="1" parent="dyGAlXozFLKTP85Kv3v4-214" source="bEMDMcWzqccBueymY1Vw-3" target="dyGAlXozFLKTP85Kv3v4-134">
<mxGeometry x="-0.069" width="50" height="50" relative="1" as="geometry">
<mxPoint x="860" y="230" as="sourcePoint" />
<mxPoint x="910" y="180" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="bEMDMcWzqccBueymY1Vw-8" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0;exitDx=28;exitDy=0;exitPerimeter=0;" edge="1" parent="dyGAlXozFLKTP85Kv3v4-214" source="bEMDMcWzqccBueymY1Vw-6" target="dyGAlXozFLKTP85Kv3v4-140">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="bEMDMcWzqccBueymY1Vw-9" value="<span style="font-size: 8px;">Precalc TRUE</span>" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" vertex="1" connectable="0" parent="bEMDMcWzqccBueymY1Vw-8">
<mxGeometry x="-0.1858" y="-1" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="bEMDMcWzqccBueymY1Vw-6" value="<font style="font-size: 5px;">assets / Orbit</font><div><font style="font-size: 5px;">dx/dy</font></div>" style="shape=card;whiteSpace=wrap;html=1;size=16;" vertex="1" parent="dyGAlXozFLKTP85Kv3v4-214">
<mxGeometry x="1410" y="210" width="40" height="42" as="geometry" />
</mxCell>
<mxCell id="dNxyNK7c78bLwvsdeMH5-20" value="processor.py" style="swimlane;html=1;startSize=20;horizontal=0;" parent="dNxyNK7c78bLwvsdeMH5-19" vertex="1">
<mxGeometry x="20" y="440" width="1780" height="360" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-58" value="" style="shape=image;html=1;verticalAlign=top;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;imageAspect=0;aspect=fixed;image=https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-128.png" parent="dNxyNK7c78bLwvsdeMH5-20" vertex="1">
<mxGeometry x="30" y="6" width="24" height="24" as="geometry" />
</mxCell>
<mxCell id="dNxyNK7c78bLwvsdeMH5-32" value="end" style="ellipse;whiteSpace=wrap;html=1;" parent="dNxyNK7c78bLwvsdeMH5-20" vertex="1">
<mxGeometry x="806" y="165.25" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-2" value="yes&nbsp;" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;labelPosition=center;verticalLabelPosition=top;align=center;verticalAlign=bottom;fontSize=8;" parent="dNxyNK7c78bLwvsdeMH5-20" source="SaRvPY5KLAKqEFSmgEiV-3" target="dNxyNK7c78bLwvsdeMH5-30" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="0T3khw3Om7fpAPWbkNdE-1" value="No" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0;exitDx=0;exitDy=0;" parent="dNxyNK7c78bLwvsdeMH5-20" source="SaRvPY5KLAKqEFSmgEiV-3" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="826" y="170" as="targetPoint" />
<Array as="points">
<mxPoint x="136" y="175" />
<mxPoint x="136" y="100" />
<mxPoint x="826" y="100" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="SaRvPY5KLAKqEFSmgEiV-3" value="<font style="font-size: 8px;">does&nbsp;new imagery exist?</font>" style="rhombus;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=12;fontColor=#000000;align=right;verticalAlign=middle;labelPosition=left;verticalLabelPosition=middle;" parent="dNxyNK7c78bLwvsdeMH5-20" vertex="1">
<mxGeometry x="95" y="165" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="dNxyNK7c78bLwvsdeMH5-30" value="<font style="font-size: 8px;">Filter Collection&nbsp;</font>" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=12;fontColor=#000000;align=center;" parent="dNxyNK7c78bLwvsdeMH5-20" vertex="1">
<mxGeometry x="217" y="163.75" width="40" height="42.5" as="geometry" />
</mxCell>
<mxCell id="dNxyNK7c78bLwvsdeMH5-33" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;endArrow=classic;endFill=1;" parent="dNxyNK7c78bLwvsdeMH5-20" source="R1mRM2v9SrcW-nyacFjG-46" target="dNxyNK7c78bLwvsdeMH5-32" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-6" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0;exitDx=17;exitDy=0;exitPerimeter=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;dashed=1;" parent="dNxyNK7c78bLwvsdeMH5-20" source="R1mRM2v9SrcW-nyacFjG-4" target="SaRvPY5KLAKqEFSmgEiV-3" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-4" value="<font style="font-size: 8px;">last_updates.csv</font>" style="shape=note;whiteSpace=wrap;html=1;backgroundOutline=1;darkOpacity=0.05;size=13;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;" parent="dNxyNK7c78bLwvsdeMH5-20" vertex="1">
<mxGeometry x="100" y="230" width="30" height="35" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-7" value="<font style="font-size: 8px;">Clip Collection</font>" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=12;fontColor=#000000;align=center;" parent="dNxyNK7c78bLwvsdeMH5-20" vertex="1">
<mxGeometry x="297" y="163.75" width="40" height="42.5" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-8" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;endArrow=classic;endFill=1;" parent="dNxyNK7c78bLwvsdeMH5-20" source="dNxyNK7c78bLwvsdeMH5-30" target="R1mRM2v9SrcW-nyacFjG-7" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="307" y="235" as="sourcePoint" />
<mxPoint x="425" y="190" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-9" value="<font style="font-size: 8px;">Create ARD / Indices</font>" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=12;fontColor=#000000;align=center;" parent="dNxyNK7c78bLwvsdeMH5-20" vertex="1">
<mxGeometry x="374" y="163.5" width="40" height="42.5" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-10" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;endArrow=classic;endFill=1;" parent="dNxyNK7c78bLwvsdeMH5-20" source="R1mRM2v9SrcW-nyacFjG-7" target="R1mRM2v9SrcW-nyacFjG-9" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="387" y="235" as="sourcePoint" />
<mxPoint x="985" y="235" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-16" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;entryPerimeter=0;dashed=1;" parent="dNxyNK7c78bLwvsdeMH5-20" source="R1mRM2v9SrcW-nyacFjG-11" target="R1mRM2v9SrcW-nyacFjG-13" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-38" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;entryPerimeter=0;dashed=1;" parent="dNxyNK7c78bLwvsdeMH5-20" source="R1mRM2v9SrcW-nyacFjG-11" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="500" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-11" value="<font style="font-size: 8px;">Split into<br>quadrants<br></font>" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=12;fontColor=#000000;align=center;" parent="dNxyNK7c78bLwvsdeMH5-20" vertex="1">
<mxGeometry x="445" y="163.75" width="40" height="42.5" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-12" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;endArrow=classic;endFill=1;" parent="dNxyNK7c78bLwvsdeMH5-20" source="R1mRM2v9SrcW-nyacFjG-9" target="R1mRM2v9SrcW-nyacFjG-11" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="464" y="235" as="sourcePoint" />
<mxPoint x="985" y="235" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-13" value="<span style="font-size: 8px;">metadata.json</span>" style="shape=note;whiteSpace=wrap;html=1;backgroundOutline=1;darkOpacity=0.05;size=13;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;" parent="dNxyNK7c78bLwvsdeMH5-20" vertex="1">
<mxGeometry x="415" y="230" width="30" height="35" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-44" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0;entryDx=30;entryDy=24;entryPerimeter=0;dashed=1;" parent="dNxyNK7c78bLwvsdeMH5-20" source="R1mRM2v9SrcW-nyacFjG-39" target="R1mRM2v9SrcW-nyacFjG-4" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="556" y="300" />
<mxPoint x="355" y="300" />
<mxPoint x="355" y="254" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-39" value="<font style="font-size: 8px;">Export<br></font>" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=12;fontColor=#000000;align=center;" parent="dNxyNK7c78bLwvsdeMH5-20" vertex="1">
<mxGeometry x="536" y="163.75" width="40" height="42.5" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-40" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;endArrow=classic;endFill=1;" parent="dNxyNK7c78bLwvsdeMH5-20" source="R1mRM2v9SrcW-nyacFjG-11" target="R1mRM2v9SrcW-nyacFjG-39" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="535" y="235" as="sourcePoint" />
<mxPoint x="985" y="235" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-41" value="<span style="font-size: 8px;">running_tasks.csv</span>" style="shape=note;whiteSpace=wrap;html=1;backgroundOutline=1;darkOpacity=0.05;size=11;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;" parent="dNxyNK7c78bLwvsdeMH5-20" vertex="1">
<mxGeometry x="595" y="230" width="30" height="35" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-43" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;dashed=1;" parent="dNxyNK7c78bLwvsdeMH5-20" source="R1mRM2v9SrcW-nyacFjG-39" target="R1mRM2v9SrcW-nyacFjG-41" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-47" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;endArrow=classic;endFill=1;" parent="dNxyNK7c78bLwvsdeMH5-20" source="R1mRM2v9SrcW-nyacFjG-39" target="R1mRM2v9SrcW-nyacFjG-46" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="626" y="235" as="sourcePoint" />
<mxPoint x="985" y="235" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-46" value="<font style="font-size: 8px;">*.tif</font>" style="strokeWidth=1;html=1;shape=mxgraph.flowchart.multi-document;whiteSpace=wrap;" parent="dNxyNK7c78bLwvsdeMH5-20" vertex="1">
<mxGeometry x="665" y="162.75" width="60" height="45.25" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-74" value="" style="swimlane;startSize=0;dashed=1;dashPattern=1 4;" parent="dNxyNK7c78bLwvsdeMH5-20" vertex="1">
<mxGeometry x="1560" y="-116" width="160" height="102" as="geometry">
<mxRectangle x="650" y="50" width="50" height="40" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-225" value="" style="shape=image;html=1;verticalAlign=top;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;imageAspect=0;aspect=fixed;image=https://cdn2.iconfinder.com/data/icons/seo-flat-6/128/08_Web_Development-128.png" parent="R1mRM2v9SrcW-nyacFjG-74" vertex="1">
<mxGeometry x="116.75" y="63.25" width="37.75" height="37.75" as="geometry" />
</mxCell>
<mxCell id="dNxyNK7c78bLwvsdeMH5-21" value="publisher.py" style="swimlane;html=1;startSize=20;horizontal=0;" parent="dNxyNK7c78bLwvsdeMH5-19" vertex="1">
<mxGeometry x="20" y="800" width="1780" height="332" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-57" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="dNxyNK7c78bLwvsdeMH5-21" source="R1mRM2v9SrcW-nyacFjG-53" target="R1mRM2v9SrcW-nyacFjG-56" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-53" value="" style="ellipse;whiteSpace=wrap;html=1;" parent="dNxyNK7c78bLwvsdeMH5-21" vertex="1">
<mxGeometry x="30" y="118" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-62" value="<font style="font-size: 8px;">yes</font>" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;labelPosition=center;verticalLabelPosition=top;align=center;verticalAlign=bottom;fontSize=8;" parent="dNxyNK7c78bLwvsdeMH5-21" source="R1mRM2v9SrcW-nyacFjG-56" target="R1mRM2v9SrcW-nyacFjG-61" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="0T3khw3Om7fpAPWbkNdE-2" value="No" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="dNxyNK7c78bLwvsdeMH5-21" source="R1mRM2v9SrcW-nyacFjG-56" target="R1mRM2v9SrcW-nyacFjG-114" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="121" y="312" />
<mxPoint x="832" y="312" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-56" value="<span style="font-size: 8px;">For each Date: A) are there completed&nbsp; tasks?&nbsp; AND B) five assets for each day?</span>" style="rhombus;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=12;fontColor=#000000;align=center;verticalAlign=top;labelPosition=center;verticalLabelPosition=bottom;" parent="dNxyNK7c78bLwvsdeMH5-21" vertex="1">
<mxGeometry x="101" y="118" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-70" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;dashed=1;" parent="dNxyNK7c78bLwvsdeMH5-21" source="R1mRM2v9SrcW-nyacFjG-61" target="R1mRM2v9SrcW-nyacFjG-69" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-61" value="<font style="font-size: 8px;">Get ARD / Indices Metadata</font>" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=12;fontColor=#000000;align=center;" parent="dNxyNK7c78bLwvsdeMH5-21" vertex="1">
<mxGeometry x="171" y="117" width="40" height="42.5" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-64" value="" style="shape=image;html=1;verticalAlign=top;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;imageAspect=0;aspect=fixed;image=https://cdn0.iconfinder.com/data/icons/social-network-9/50/29-128.png" parent="dNxyNK7c78bLwvsdeMH5-21" vertex="1">
<mxGeometry x="31" y="12" width="24" height="24" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-69" value="<span style="font-size: 8px;">metadata.json</span>" style="shape=note;whiteSpace=wrap;html=1;backgroundOutline=1;darkOpacity=0.05;size=11;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;" parent="dNxyNK7c78bLwvsdeMH5-21" vertex="1">
<mxGeometry x="176" y="182" width="30" height="35" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-85" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;" parent="dNxyNK7c78bLwvsdeMH5-21" source="R1mRM2v9SrcW-nyacFjG-72" target="R1mRM2v9SrcW-nyacFjG-77" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="381" y="138" />
<mxPoint x="381" y="160" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-117" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="dNxyNK7c78bLwvsdeMH5-21" source="R1mRM2v9SrcW-nyacFjG-72" target="R1mRM2v9SrcW-nyacFjG-115" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-72" value="<font style="font-size: 8px;">STAC<br>upload<br></font>" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=12;fontColor=#000000;align=center;" parent="dNxyNK7c78bLwvsdeMH5-21" vertex="1">
<mxGeometry x="318" y="117" width="40" height="42.5" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-52" value="" style="swimlane;startSize=0;dashed=1;dashPattern=1 4;" parent="dNxyNK7c78bLwvsdeMH5-21" vertex="1">
<mxGeometry x="371" y="80" width="159" height="220" as="geometry">
<mxRectangle x="650" y="50" width="50" height="40" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-67" value="<br><br><br>Amazon S3" style="sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=1;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=7;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.s3;dashPattern=1 4;" parent="R1mRM2v9SrcW-nyacFjG-52" vertex="1">
<mxGeometry x="103" y="164" width="19" height="41" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-77" value="<span style="font-size: 8px;">metadata.json</span>" style="shape=note;whiteSpace=wrap;html=1;backgroundOutline=1;darkOpacity=0.05;size=13;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;" parent="R1mRM2v9SrcW-nyacFjG-52" vertex="1">
<mxGeometry x="55.5" y="63" width="30" height="35" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-80" value="<font style="font-size: 8px;">.tif</font>" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;" parent="R1mRM2v9SrcW-nyacFjG-52" vertex="1">
<mxGeometry x="50.25" y="12" width="44.5" height="38" as="geometry" />
</mxCell>
<mxCell id="bEMDMcWzqccBueymY1Vw-10" value="<div><font style="font-size: 8px;">thumbnail</font></div><font style="font-size: 8px;">.jpg</font>" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;" vertex="1" parent="R1mRM2v9SrcW-nyacFjG-52">
<mxGeometry x="50.25" y="123" width="44.5" height="38" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-81" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="dNxyNK7c78bLwvsdeMH5-21" source="R1mRM2v9SrcW-nyacFjG-72" target="R1mRM2v9SrcW-nyacFjG-80" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="381" y="138" />
<mxPoint x="381" y="111" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-114" value="" style="ellipse;whiteSpace=wrap;html=1;" parent="dNxyNK7c78bLwvsdeMH5-21" vertex="1">
<mxGeometry x="812" y="118.25" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="bQzD6rqUAai0wYCye_t_-2" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;entryPerimeter=0;" parent="dNxyNK7c78bLwvsdeMH5-21" source="R1mRM2v9SrcW-nyacFjG-115" target="R1mRM2v9SrcW-nyacFjG-118" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-115" value="<font style="font-size: 8px;">update status<br></font>" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=12;fontColor=#000000;align=center;" parent="dNxyNK7c78bLwvsdeMH5-21" vertex="1">
<mxGeometry x="638" y="116.75" width="40" height="42.5" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-118" value="<font style="font-size: 8px;">completed_tasks.csv</font>" style="shape=note;whiteSpace=wrap;html=1;backgroundOutline=1;darkOpacity=0.05;size=13;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;" parent="dNxyNK7c78bLwvsdeMH5-21" vertex="1">
<mxGeometry x="643" y="181" width="30" height="35" as="geometry" />
</mxCell>
<mxCell id="bQzD6rqUAai0wYCye_t_-1" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="dNxyNK7c78bLwvsdeMH5-21" source="R1mRM2v9SrcW-nyacFjG-115" target="R1mRM2v9SrcW-nyacFjG-114" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="743" y="446" as="sourcePoint" />
<mxPoint x="721" y="137.75" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="bQzD6rqUAai0wYCye_t_-16" value="<font style="font-size: 7px;">Amazon Cloudfront</font>" style="sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.cloudfront;" parent="dNxyNK7c78bLwvsdeMH5-21" vertex="1">
<mxGeometry x="505" y="244" width="19" height="46" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-65" value="<font style="font-size: 8px;">Merge files</font>" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=12;fontColor=#000000;align=center;" parent="dNxyNK7c78bLwvsdeMH5-21" vertex="1">
<mxGeometry x="240" y="118" width="40" height="42.5" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-73" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="dNxyNK7c78bLwvsdeMH5-21" source="R1mRM2v9SrcW-nyacFjG-65" target="R1mRM2v9SrcW-nyacFjG-72" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-66" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="dNxyNK7c78bLwvsdeMH5-21" source="R1mRM2v9SrcW-nyacFjG-61" target="R1mRM2v9SrcW-nyacFjG-65" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="bEMDMcWzqccBueymY1Vw-11" value="" style="endArrow=classic;html=1;rounded=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="dNxyNK7c78bLwvsdeMH5-21" source="R1mRM2v9SrcW-nyacFjG-72" target="bEMDMcWzqccBueymY1Vw-10">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="320" y="240" as="sourcePoint" />
<mxPoint x="370" y="190" as="targetPoint" />
<Array as="points">
<mxPoint x="380" y="138" />
<mxPoint x="380" y="221" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="R1mRM2v9SrcW-nyacFjG-71" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="dNxyNK7c78bLwvsdeMH5-19" source="R1mRM2v9SrcW-nyacFjG-46" target="R1mRM2v9SrcW-nyacFjG-65" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="710" y="820" />
<mxPoint x="280" y="820" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-123" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0;entryDx=30;entryDy=24;entryPerimeter=0;" parent="dNxyNK7c78bLwvsdeMH5-19" source="dyGAlXozFLKTP85Kv3v4-113" target="R1mRM2v9SrcW-nyacFjG-13" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="610" y="694" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-105" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="dNxyNK7c78bLwvsdeMH5-19" source="dyGAlXozFLKTP85Kv3v4-20" target="dyGAlXozFLKTP85Kv3v4-104" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-219" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="dNxyNK7c78bLwvsdeMH5-19" source="dyGAlXozFLKTP85Kv3v4-206" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1760" y="355" />
<mxPoint x="1760" y="30" />
<mxPoint x="370" y="30" />
</Array>
<mxPoint x="370" y="40" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-227" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="dNxyNK7c78bLwvsdeMH5-19" source="dyGAlXozFLKTP85Kv3v4-111" target="dyGAlXozFLKTP85Kv3v4-11" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="295" y="360" />
<mxPoint x="100" y="360" />
<mxPoint x="100" y="130" />
<mxPoint x="262" y="130" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="DU7jNsaUde-YfOUN6-Dd-3" value="YES" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="dNxyNK7c78bLwvsdeMH5-19" source="dyGAlXozFLKTP85Kv3v4-125" target="DU7jNsaUde-YfOUN6-Dd-1" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="DU7jNsaUde-YfOUN6-Dd-4" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="dNxyNK7c78bLwvsdeMH5-19" source="DU7jNsaUde-YfOUN6-Dd-1" target="SaRvPY5KLAKqEFSmgEiV-3" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-223" value="" style="swimlane;startSize=0;dashed=1;dashPattern=1 4;" parent="1" vertex="1">
<mxGeometry x="725" y="1060" width="140" height="160" as="geometry">
<mxRectangle x="650" y="50" width="50" height="40" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="dyGAlXozFLKTP85Kv3v4-224" value="" style="shape=image;html=1;verticalAlign=top;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;imageAspect=0;aspect=fixed;image=https://cdn0.iconfinder.com/data/icons/eon-social-media-contact-info-2/32/drive_gdrive_google_storage-128.png;strokeWidth=1;dashed=1;dashPattern=12 12;" parent="dyGAlXozFLKTP85Kv3v4-223" vertex="1">
<mxGeometry x="110" y="130" width="30" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>