=======================
Appendix A – Data Model
=======================
.. graphviz::
digraph G {
fontname="ROBOTO" fontsize="10pt"
node [fontname="ROBOTO" fontsize="8pt"]
edge [fontname="ROBOTO" fontsize="8pt"]
rankdir = LR
subgraph cluster_surface_cover { label="Surface Cover"
graph[style="dashed,rounded" color="#EA6B66"]
surface_cover_2m [shape=plain
label=<
surface_cover_2m |
Band 1 |
8 Byte - Unsigned Paletted |
>
];
surface_cover_30m [shape=plain
label=<
surface_cover_30m |
Band 1 |
8 Byte - Unsigned Paletted |
>
];
}
}