-
Notifications
You must be signed in to change notification settings - Fork 8
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
Summarize bbs regions by year #120
Conversation
Codecov Report
@@ Coverage Diff @@
## master #120 +/- ##
==========================================
- Coverage 70.49% 68.72% -1.77%
==========================================
Files 13 13
Lines 505 518 +13
==========================================
Hits 356 356
- Misses 149 162 +13
Continue to review full report at Codecov.
|
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.
I think @diazrenata is focusing on trying to get the BBS data in order for analysis, and may be checking against BBS pre-processing from elsewhere, but I have a few quick notes:
- why is the default end_yr = 2017? Is this because of the delay in getting newer BBS data processed and/or getting it into retriever?
No, it doesn't really need to be. There isn't 2018 data yet, but it won't fail even if end_yr = 2019. |
I've been looking into using scripts from https://github.com/weecology/bbs-forecasting/blob/master/R/forecast-bbs-core.R as a starting point for BBS data. I'm pretty new to BBS, so, my thoughts come with that qualification. There are a couple of points of difference that might or might not be important(?) -
|
I think it's a great idea to start with those functions.
You're right. Routes are typically considered community scale. BCR is closer to biome.
Those are fairly standard steps with BBS data (we've used them in everything BBS for over a decade) so I'm definitely 👍 on including them. |
#124 I added the cleaning functions from bbs-forecasting and added an argument to subset by route. I added the region & route information as columns in (I think the next step is to do some kind of wrapper to run All the Data for All the Routes through.) |
Yeah, I started from https://github.com/weecology/bbs-forecasting. I just removed the stuff that I thought LDATS doesn't do. But @diazrenata obviously you know how LDATS works better than I, so I can leave this to you from now on. I thought we would want to reduce the number of BBS communities in the data, by treating routes as subsamples within a larger region. But LDATS can't handle multiple time series within a dataset, right? So if that functionality isn't going to be added any time soon, we can just leave it at the route level and not worry about it. |
Thanks! I agree, for now at least, route level is the way to go. I don't think |
Use
bcr
the 'bird conservation region' to group routes.Summarize by year