EDIorg / ecocomDP

A dataset design pattern and R package for ecological community data.
https://ediorg.github.io/ecocomDP/
Other
32 stars 13 forks source link

Add variable_mapping table to NEON mapping functions #142

Open clnsmth opened 2 years ago

clnsmth commented 2 years ago

The variable_mapping table holds relations between variable names in the L1 tables and measurement definitions in external vocabularies and ontologies. Adding this table to L1 datasets will facilitate improved data search and integration.

Currently, NEON data products converted to an L1 ecocomDP dataset do not include this optional table.

Within the NEON system, many measurement variables are already mapped to external vocabularies and ontologies. Additionally, this information is available via the NEON API. Therefore, we should be able to add the variable_mapping table as an extra step in the NEON mapping functions.

Thoughts @sokole?