nc-minibbs / mbbs

A repository for the Mini-Bird Breeding Survey data
https://minibbs.us
Other
2 stars 0 forks source link

Identify pre-dawn (owling) checklists #17

Open bsaul opened 2 years ago

bsaul commented 2 years ago

I took a quick look at identifying these by submission time, but it didn't seem like that approach would be completely accurate at a glance of the data.

IJBG commented 5 months ago

sub_ID = S46296942 is one, when working with the species_comments column to break data out by stop, came across this one where there were only 3 numbers separated by commas. Not going to be a good way to ID everything, but might help with some.

IJBG commented 1 month ago

Removal of sub_ID = S46296942 is hard-coded into <R/prepare_stop_level_data -> prepare_to_process>, remove this hard-code as part of identifying and sorting out the owling checklists

# Remove pre-dawn owling checklist filter(sub_id != "S46296942")