Skip to content

Commit 31beedd

Browse files
committed
add units for rsdynamics
1 parent c26e44a commit 31beedd

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

pipelines/rsdynamics_to_athena/layer_definitions.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
{
1212
"name": "dgo_id",
1313
"friendly_name": "DGO ID",
14-
"dtype": "INTEGER"
14+
"dtype": "INTEGER",
15+
"data_unit": "NA"
1516
},
1617
{
1718
"name": "level_path",
@@ -21,12 +22,16 @@
2122
{
2223
"name": "seg_distance",
2324
"friendly_name": "Segment Distance",
24-
"dtype": "INTEGER"
25+
"dtype": "INTEGER",
26+
"data_unit": "m",
27+
"description": "Approximate distance from the upstream headwater of the level path"
2528
},
2629
{
2730
"name": "fcode",
2831
"friendly_name": "Feature Code",
29-
"dtype": "INTEGER"
32+
"dtype": "INTEGER",
33+
"description": "Stream classification (46006 Perennial Stream or River; 55800 Artificial path)",
34+
"data_unit": "NA"
3035
},
3136
{
3237
"name": "low_lying_floodplain_area",
@@ -76,7 +81,8 @@
7681
{
7782
"name": "floodplain_prop",
7883
"friendly_name": "Floodplain Proportion",
79-
"dtype": "FLOAT"
84+
"dtype": "FLOAT",
85+
"data_unit": "dimensionless"
8086
},
8187
{
8288
"name": "centerline_length",
@@ -99,7 +105,7 @@
99105
{
100106
"name": "dgo_geom",
101107
"friendly_name": "DGO Geometry",
102-
"dtype": "BINARY"
108+
"dtype": "GEOMETRY"
103109
},
104110
{
105111
"name": "dgo_geom_bbox",
@@ -125,7 +131,8 @@
125131
{
126132
"name": "rd_version_int",
127133
"friendly_name": "RSDynamics Model Version (Int)",
128-
"dtype": "INTEGER"
134+
"dtype": "INTEGER",
135+
"data_unit": "NA"
129136
},
130137
{
131138
"name": "huc",

0 commit comments

Comments
 (0)