Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize sensor type across all tags #195

Open
peterdesmet opened this issue Oct 6, 2021 · 0 comments
Open

Standardize sensor type across all tags #195

peterdesmet opened this issue Oct 6, 2021 · 0 comments
Labels
data cleaning Requires data cleaning in ETN database database Related to ETN database
Milestone

Comments

@peterdesmet
Copy link
Member

Archival tags use a controlled vocabulary for sensor type, while acoustic tags do not. It would be best if all tags use the same controlled vocab. Will be easier once all tabs share the same table (see #192). Currently:

   tag_type          sensor_type     n
   <chr>             <chr>       <int>
 1 acoustic          P               1
 2 acoustic          NA          10589
 3 acoustic,archival A             286
 4 acoustic,archival P             806
 5 acoustic,archival P, M          179
 6 acoustic,archival pressure      187
 7 acoustic,archival T              89
 8 acoustic,archival temperature   187
 9 acoustic,archival T,P           120
10 acoustic,archival T, P          105
11 archival          pressure      207
12 archival          temperature   207
@peterdesmet peterdesmet added database Related to ETN database data cleaning Requires data cleaning in ETN database labels Oct 6, 2021
@peterdesmet peterdesmet added this to the New tag model milestone Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data cleaning Requires data cleaning in ETN database database Related to ETN database
Projects
None yet
Development

No branches or pull requests

1 participant