Appendix A – Data Model

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=<<TABLE BGCOLOR="#60A917"
BORDER="1"
CELLBORDER="0"
style="rounded"
CELLSPACING="0"
CELLPADDING="5">

<TR>
<TD  COLSPAN="2">surface_cover_2m</TD>
</TR>

<TR>
<TD BGCOLOR="white" >Band 1</TD>
<TD BGCOLOR="white" ALIGN="LEFT" > 8 Byte - Unsigned Paletted </TD>
</TR>

</TABLE>>
];

      surface_cover_30m [shape=plain
label=<<TABLE BGCOLOR="#60A917"
BORDER="1"
CELLBORDER="0"
style="rounded"
CELLSPACING="0"
CELLPADDING="5">

<TR>
<TD  COLSPAN="2">surface_cover_30m</TD>
</TR>

<TR>
<TD BGCOLOR="white" >Band 1</TD>
<TD BGCOLOR="white" ALIGN="LEFT" > 8 Byte - Unsigned Paletted </TD>
</TR>

</TABLE>>
];
}
}