-
**Alopecurus doesn't return any info through the species API**
Colleagues working with rgbif tried to download occurrences linked to Alopecurus genus but nothing comes up, contrary to other taxa …
-
use [rgbif](https://cran.r-project.org/web/packages/rgbif/index.html)
-
It might be worthwhile to explore whether [Flatterer](https://frictionlessdata.io/blog/2022/07/14/flatterer/#what-does-it-do) could be a useful tool for rgbif?
> **With Flatterer you can:**
>
> …
-
@chfleming @jmcalabrese I checked out some details about gbif and rgbif. Looks like
- we can use rgbif to download occurrence data (this require a gbif account, and some condition/filtering using rgb…
-
BioGeoBias does not install if rgbif is not installed
-
@sckott I've added a Rmd file in vignettes/ which uses either `monkeylearn` + `opencage` or `geoparser`, with abstracts of articles queried via `fulltext` and PLOS only.
A first example that could…
-
An `rgbif` user reported to me finding duplicate records using the `/occurrence/search` route. The query they shared that created duplicates was
`https://api.gbif.org/v1/occurrence/search?hasCoord…
-
I have noticed a lot of `pygbif` functions return sometimes rather nested dicts rather than something more flat like a pandas df.
I have always thought that one of the advantages of `rgbif` was th…
-
as we have `rgbif::gbif_citation` in rgbif, we should have some methods/infrastructure to help users very easily get citations for data providers and datasets within providers.
probably most queri…
-
The test for geographical outliers produces inconsistent results for datasets with a single vs. multiple species. Apparently, incorrect flags are assigned in the multi-species datasets. I didn't have …