Skip to content

Commit c26e44a

Browse files
weblorinphilipbaileynar
authored andcommitted
add more data (from rscontextmeta branch)
1 parent d8edc93 commit c26e44a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

pipelines/rscontext_to_athena/layer_definitions.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,25 @@
472472
"dtype": "STRUCTURED",
473473
"friendly_name": "Existing Vegetation Bins",
474474
"description": "Categorical bins extracted from the LandFire Existing Vegetation Type (EVT) raster. Complexes of plant communities representing NatureServe's terrestrial Ecological Systems classification."
475+
},
476+
{
477+
"name": "ownership",
478+
"dtype": "STRUCTURED",
479+
"description": "A mapping of ownership codes to area"
480+
},
481+
{
482+
"name": "ownership[key]",
483+
"friendly_name": "ownership_code",
484+
"dtype": "STRING",
485+
"data_unit": "NA",
486+
"description": "Abbreviated ownership code"
487+
},
488+
{
489+
"name": "ownership[value]",
490+
"friendly_name": "ownership_area",
491+
"dtype": "FLOAT",
492+
"data_unit": "m^2",
493+
"description": "Area"
475494
}
476495
]
477496
}

0 commit comments

Comments
 (0)