-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.mermaid
44 lines (44 loc) · 3.08 KB
/
.mermaid
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
graph LR
style Legend fill:#FFFFFF00,stroke:#000000;
style Graph fill:#FFFFFF00,stroke:#000000;
subgraph Legend
direction LR
x2db1ec7a48f65a9b([""Outdated""]):::outdated --- xb3df25f36846e314([""Errored""]):::errored
xb3df25f36846e314([""Errored""]):::errored --- xd03d7c7dd2ddda2b([""Stem""]):::none
xd03d7c7dd2ddda2b([""Stem""]):::none --- xeb2d7cac8a1ce544>""Function""]:::none
end
subgraph Graph
direction LR
x3d474db92cf09724>"mensaje"]:::outdated --> xc5ec810879cc40ee>"recorte"]:::outdated
x3d474db92cf09724>"mensaje"]:::outdated --> x32cb0d977e75588d>"elimino"]:::outdated
x3d474db92cf09724>"mensaje"]:::outdated --> x0dc39fa9e42347ba>"reflectancia"]:::outdated
x3d474db92cf09724>"mensaje"]:::outdated --> x0e71b645b3e50d0c>"script_descarga_py"]:::outdated
x3d474db92cf09724>"mensaje"]:::outdated --> x70dd0adf732b9ac4>"estado_descarga"]:::outdated
xfabd587be49f2fed>"fecha"]:::outdated --> x0dc39fa9e42347ba>"reflectancia"]:::outdated
xfabd587be49f2fed>"fecha"]:::outdated --> x38637a02f9b83fc8>"lab"]:::outdated
x0e71b645b3e50d0c>"script_descarga_py"]:::outdated --> x70dd0adf732b9ac4>"estado_descarga"]:::outdated
x2eb57580dd338e28(["excel"]):::outdated --> x1a91c1978c7a143b(["datos_lab"]):::outdated
x38637a02f9b83fc8>"lab"]:::outdated --> x1a91c1978c7a143b(["datos_lab"]):::outdated
x3975d57dc4a04f5c>"descarga"]:::outdated --> x0a08cea06a6d211f(["producto_zip"]):::outdated
xe56f95f4237d1e66(["script_py"]):::errored --> x0a08cea06a6d211f(["producto_zip"]):::outdated
xd2e55a6b497fb062(["fecha_descarga"]):::outdated --> x4b150ba8dbe4203d(["recorte_tif"]):::outdated
x0a08cea06a6d211f(["producto_zip"]):::outdated --> x4b150ba8dbe4203d(["recorte_tif"]):::outdated
xc5ec810879cc40ee>"recorte"]:::outdated --> x4b150ba8dbe4203d(["recorte_tif"]):::outdated
x29bd13377b9e6171>"archivo_excel"]:::outdated --> x2eb57580dd338e28(["excel"]):::outdated
x2eb57580dd338e28(["excel"]):::outdated --> xd2e55a6b497fb062(["fecha_descarga"]):::outdated
xfabd587be49f2fed>"fecha"]:::outdated --> xd2e55a6b497fb062(["fecha_descarga"]):::outdated
xd2e55a6b497fb062(["fecha_descarga"]):::outdated --> xe56f95f4237d1e66(["script_py"]):::errored
x0e71b645b3e50d0c>"script_descarga_py"]:::outdated --> xe56f95f4237d1e66(["script_py"]):::errored
x2eb57580dd338e28(["excel"]):::outdated --> x75ae8feee719d1e2(["datos_gis"]):::outdated
xd2e55a6b497fb062(["fecha_descarga"]):::outdated --> x75ae8feee719d1e2(["datos_gis"]):::outdated
x4b150ba8dbe4203d(["recorte_tif"]):::outdated --> x75ae8feee719d1e2(["datos_gis"]):::outdated
x0dc39fa9e42347ba>"reflectancia"]:::outdated --> x75ae8feee719d1e2(["datos_gis"]):::outdated
x3bb6b854e324d1ff>"publico_quarto"]:::outdated --> x3bb6b854e324d1ff>"publico_quarto"]:::outdated
end
classDef outdated stroke:#000000,color:#000000,fill:#78B7C5;
classDef errored stroke:#000000,color:#ffffff,fill:#C93312;
classDef none stroke:#000000,color:#000000,fill:#94a4ac;
linkStyle 0 stroke-width:0px;
linkStyle 1 stroke-width:0px;
linkStyle 2 stroke-width:0px;
linkStyle 27 stroke-width:0px;