-
Notifications
You must be signed in to change notification settings - Fork 13
Not working for 2022 release #122
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
Comments
Hi @trashbirdecology and @see24 - I'm having the same problem; do you think this will be resolved soon? Thanks! |
@rburner you could try installing from my fork https://github.com/see24/bbsAssistant/tree/fix-QualityCurrentID-filter Not sure how actively this project is being maintained. |
Thank you @see24 ! I appreciate it. For others, install can be done with: But when I try it with 2022 data (sb_id='625f151ed34e85fa62b7f926') I get the following:
For 2023 data (sb_id='64ad9c3dd34e70357a292cee') I'm getting the following (different) error:
|
Hi @rburner I think the issue is that you actually need a specific branch of my fork of the repo. |
@see24 Good call, that works great with 2022! Thank you! For 2023 though I get this error now: I don't specifically need 2023 data, so feel free to ignore this though:) Thanks again |
@see24 Although I am finding one issue with 2022 (FYI - I can overcome it by using the built-in package species list) - when I run: But, if I just look at |
I just made another push to that branch, should fix the Passeriformes issue but there are still some species not matching because of different scientific names than the ones in the list that is included with the package. Probably would be better to use the IBP-AOS list that corresponds to the bbs release year but don't know where to find old ones. |
Hi folx—sorry I won’t have time to look at this for a while. If you can
push a change that would be extremely helpful !
On Fri, Jul 21, 2023 at 09:48 Ryan C. Burner ***@***.***> wrote:
@see24 <https://github.com/see24> Good call, that works great with 2022!
For 2023 though I get this error now:
Attempting to decompress and import files from
data-in/64ad9c3dd34e70357a292cee Error in enc2utf8(path) : argument is not
a character vector
—
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACL2TNJAIV3GLZSWKJB5HL3XRKCDLANCNFSM6AAAAAA2ARQK2M>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*______________________________________________________*
Jessica L. Burnett (she/her)
Github <http://github.com/trashbirdecology>
ORCID: 0000-0002-0896-5099
<https://orcid.org/0000-0002-0896-5099>
*______________________________________________________*
Join the Community for Data Integration <https://www.usgs.gov/centers/cdi>! All
welcome. It's cool.
|
Thank you both! I really appreciate the fixes. |
All—-sorry, I’m so swamped that I can’t get around to this immediately to
help nor to update to ensure cleanliness with 2022/23 releases. Please feel
free to send a push to expedite this!
On Fri, Jul 21, 2023 at 8:48 AM Ryan C. Burner ***@***.***> wrote:
@see24 <https://github.com/see24> Although I am finding one issue with
2022 (FYI - I can overcome it by using the built-in package species list) -
when I run:
bbs <- grab_bbs_data(sb_id='625f151ed34e85fa62b7f926') #2022
and then look at
bbs$species_list
all of Passeriformes (but not other species) is missing scientific name,
AOU4, and AOU6.
But, if I just look at
species_list
the codes are all there. If I understand the documentation correctly I
think the former is the list from the current downloaded dataset, and the
latter is the version loaded automatically with the package.
—
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACL2TNP3DLVFQIEL6ZJGBHTXRKQEPANCNFSM6AAAAAA2ARQK2M>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*______________________________________________________*
Jessica L. Burnett (she/her)
Github <http://github.com/trashbirdecology>
ORCID: 0000-0002-0896-5099
<https://orcid.org/0000-0002-0896-5099>
*______________________________________________________*
Join the Community for Data Integration <https://www.usgs.gov/centers/cdi>! All
welcome. It's cool.
|
The package was not working for the 2022 release even when I supplied the right
sb_id
there were apparently a few small changes in the data format that messed things up.I will make a PR with changes I made to fix it.
The text was updated successfully, but these errors were encountered: