-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error in zero filling #26
Comments
I would try zero-filling each species individually in a for loop |
Hi To create a for loop i first need to get the list of unique scientific names from the file
Thought of using the ebird_taxonomy list to get the species list, which resulted in error again:
Is there a way to create a loop without accessing the original file? Thanks |
How large is the file you're working with? If it's possible to read the whole thing into R, that's probably the easiest route. You could use If the file is large and you want to only read in one column, you can do so with:
Let me know if either of those solutions work. |
Hi Thanks for the solutions. Made a few modifications to suit my requirements and it worked to get the species list.
A friend of mine ran the code on a Mac attached to a server and it worked. But he got two files instead of one as mentioned on the website. My windows system has Cygwin installed yet it is showing the above error. Also, am trying the steps mentioned on https://ebird.github.io/ebird-best-practices/ebird.html (Initially tried https://cornelllabofornithology.github.io/ebird-best-practices/ebird.html) Another attempt was to use state-wise data. This resulted in an error saying both ebd and sampling data were different. The data used were from the original downloads from the website with no modifications. Cheers! |
It's tricky for me to troubleshoot these issues since I don't have a Windows computer and don't have access to your data and code. I can say |
Hi Thanks for pointing out to me that auk_filter() produces 2 files, unlike whats mentioned on the website. This makes me confident to use the output generated from my friends' machine and thus solving my current issue. Cheers! |
Hi
Am using the June 2023 ebird data for India. Am following all the steps on the best practices and getting the following error on R version 4.3.1:
Error: cannot allocate vector of size 1.2 Gb
Tried with individual state data like CT which has smaller file size about 270MB, yet the error persists.
Is there a way around to avoid this error?
I have a windows laptop with 16GB RAM
Thanks
The text was updated successfully, but these errors were encountered: