-
Notifications
You must be signed in to change notification settings - Fork 22
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
auk_split doesn't work #81
Comments
Can you provide the output of |
Well, here is the code I used, and I conducted the sample of EBD from the EBD download website
The split file with 693 B sizes means it only contains column names. Here is the information of my sesison:
|
As an alternative, I selected species with the function |
I ran your exact code on the sample EBD file and it appears to be working fine. I have a Mac, so I also tried running it in a Ubuntu Docker container to emulate your environment and also am not having any issues. For example, this is the file for Cardinal that I'm getting It's hard to troubleshoot since I can replicate the issue... You might try running in a Docker container as well to test. |
OK, I will have a try in Windows. Now I split species with the function |
Additionally I have another question.The However, I don't think observations with the missing values in group_identifier are the duplicate, as they usually are in different locations and recorded in different time. Is there any further meaning in this procedure? |
I’m on vacation until June 25 so won’t be able to look into this in detail until then. However, auk_unique() shouldn’t impact rows that have NA for group_identifier. If that is happening, I’ll fix it when I return. |
It seems that the bug is on the path of the ebd file. When I read the file in other disks with the path like "/media/username/disk_name/ebird_data/ebd.txt",the split function works. But when my file in the system disk and evoked by "/home/username/R//imp/ebd.txt", this function returns empty files. |
That's strange, I'm not sure what that would be happening and I'm not able to reproduce the issue. If you figure it out how to fix it let me know and I can make the change. |
I know what's wrong. My fiolder name included a whitespace, it could be identified in R (detected by On the other hand, I will further confirm the question of |
I met a problem that auk_split doesn't work . This function only exported files without any rows. Only I splited species before filter would it work.
image.
Are there any solution or suggestion? Thanks!
The text was updated successfully, but these errors were encountered: