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

variation in tag_type reported #12

Open
bart1 opened this issue Oct 3, 2022 · 1 comment
Open

variation in tag_type reported #12

bart1 opened this issue Oct 3, 2022 · 1 comment

Comments

@bart1
Copy link
Contributor

bart1 commented Oct 3, 2022

I just noticed sometimes the external_id of a tag_type is reported and sometimes the name (for future references it might be nice to have this consistent):

> getMovebank('study',id=2911040, login=l)$sensor_type_ids
[1] "GPS,Acceleration"
> getMovebank('tag',`study_id`=2911040, login=l)$sensor_type_ids
 [1] "acceleration,gps" "acceleration,gps" "acceleration,gps" "acceleration,gps" "acceleration,gps" "acceleration,gps"
 [7] "acceleration,gps" "acceleration,gps" "acceleration,gps" "acceleration,gps" "acceleration,gps" "acceleration,gps"
[13] "acceleration,gps" "acceleration,gps" "acceleration,gps" "acceleration,gps" "acceleration,gps" "acceleration,gps"
[19] "acceleration,gps" "acceleration,gps" "acceleration,gps" "acceleration,gps" "acceleration,gps" "acceleration,gps"
[25] "acceleration,gps" "acceleration,gps" "acceleration,gps" "acceleration,gps"
@sarahcd
Copy link
Contributor

sarahcd commented Oct 11, 2022

Added this to the list of API requests. If you see the same issue with other entities/requests, please report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants