We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Sometimes, the object returned by occ() reports more records returned than found, apparently because this count is leaving out the OBIS data:
occ()
orca <- spocc::occ("Orcinus orca", from = c("gbif", "bison", "inat", "vertnet", "obis", "ala"), has_coords = TRUE, limit = 10000, geometry = c(-10, 36, 12, 38)) orca # Searched: gbif, bison, inat, vertnet, obis, ala # Occurrences - Found: 2,762, Returned: 2,784 # Search type: Scientific # gbif: Orcinus orca (179) # inat: Orcinus orca (9) # vertnet: Orcinus orca (304) # obis: Orcinus orca (22) # ala: Orcinus orca (2270) # # Note: spocc cannot estimate complete additional records found as none available for ebird
It also looks like the "ala" dataset is ignoring the 'geometry' argument, and this does not seem to be documented in the help file.
Cheers!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Sometimes, the object returned by
occ()
reports more records returned than found, apparently because this count is leaving out the OBIS data:It also looks like the "ala" dataset is ignoring the 'geometry' argument, and this does not seem to be documented in the help file.
Cheers!
The text was updated successfully, but these errors were encountered: