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

get_acoustic_deployments(): is location_manager supposed to be free text? #205

Open
peterdesmet opened this issue Oct 7, 2021 · 0 comments
Labels
data cleaning Requires data cleaning in ETN database question Further information is requested
Milestone

Comments

@peterdesmet
Copy link
Member

These are the values for location_manager (i.e. station_manager):

> get_acoustic_deployments() %>% distinct(station_manager)
# A tibble: 20 × 1
   station_manager                                                       
   <chr>                                                                      
 1  NA                                                                        
 2 ""                                                                         
 3 "7"                                                                        
 4 "Catherine Gutmann Roberts"                                                
 5 "Rechteroever, onderaan aan trap uitwatering, uit te lezen rond laag water"
 6 "8"                                                                        
 7 "Pedro Afonso"                                                             
 8 "6"                                                                        
 9 "1"                                                                        
10 "4"                                                                        
11 "Jolien Goossens"                                                          
12 "2"                                                                        
13 "Eneko Aspillaga"                                                          
14 "Alexandre Alonso-Fernandez"                                               
15 "Pieterjan Verhelst"                                                       
16 "Emma Nolan"                                                               
17 "Bernardo Quintella"                                                       
18 "SARTI-upc"                                                                
19 "5"                                                                        
20 "LifeWatch" 

Some values are free text, other numbers: are these referring to an identifier? Should free text be allowed?

@peterdesmet peterdesmet added the data cleaning Requires data cleaning in ETN database label Oct 7, 2021
@peterdesmet peterdesmet added this to the New tag model milestone Oct 7, 2021
@peterdesmet peterdesmet changed the title get_acoustic_receivers(): is location_manager supposed to be free text? get_acoustic_deployments(): is location_manager supposed to be free text? Oct 7, 2021
@peterdesmet peterdesmet added the question Further information is requested label Oct 16, 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 question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant