-
Notifications
You must be signed in to change notification settings - Fork 14
Fix filtering of QualityCurrentID column #121
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
base: main
Are you sure you want to change the base?
Conversation
It has some more lines at the top that should be skipped
|
New commits added to deal with 2022 release data and to add new sb_ids to sb_items table. I added a new function to update the sb_items table based on the parent ids for ScienceBase. fixes #122 |
some names have changed since the list being used was made would be better to have list corresponding to year
|
Yikes, my apologies. I obviously haven't been on Github in... a while. I will take a look at this. |
Removed the species_list package dataset. Fix Windows encoding/decoding issues emerging from the BBS species metadata. Update citation. Update messaging/cat prints. import_bbs_data: removed files
trashbirdecology
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed, accepted/rejected and tested. Also ran through entire package again since last update was... a while ago.
fixes #120
QualityCurrentID was not being filtered due to the column and function argument having the same name. Fixed by changing the name before filtering and adding a test.