issues
search
nc-minibbs
/
mbbs
A repository for the Mini-Bird Breeding Survey data
https://minibbs.us
Other
2
stars
0
forks
source link
End-User Functions
#43
Open
IJBG
opened
9 months ago
IJBG
commented
9 months ago
[ ] Pre-processed route level data
[ ] Pre-processed stop level data
[ ] route_stop_coordinates.csv
[ ] As a processing step, move count to earlier in the mbbs_ files, and put count_raw like at the end. High potential for confusion for new users
[ ] Functions to take the mbbs_ files and turn them into stop or route level data
Pre-steps:
[ ] -filter_to_min_sightings (from species trend estimate functions mbbs_analysis)
[ ] -route_level
[ ] -stop_level
[ ] -function that gives back the currated set of data, explicitly say what we've done to it.
[ ] -The currated data should have all the 0s, function to add 0s (already in mbbs_analysis + bradley has written a version as well)
[ ] -The currated datasets for publication should be route_level and stop_num_level. Drop count_raw in the currated
[ ] -End user should get the data for the stop_level lat/lons for each route, route_stop_coordinates in inst/extdata
IJBG
commented
2 months ago
_raw files without zeros, analysis ready files with zeros
Pre-steps: