Access GBIF data with Julia
This package offers access to biodiversity data stored by the Global Biodiversity Information Facility (GBIF). The package currently offers a wrapper around the search API (to retrieve information on occurrences), and a limited wrapper around the species API (to retrieve the identifier of taxa).
The focus on the package is on retrieving data; filtering and data analysis should be done using other packages from the Julia ecosystem. In particular, we provide support for DataFrames and Query (and therefore the rest of the "queryverse").
Core features
get taxonomic information using the
taxonfunctionretrieve a single occurrence as a
GBIFRecordusingoccurrencesearch for multiple occurrences as a
GBIFRecordsaccording to a query using theoccurrencesfunction, and page through the results withoccurrences!GBIFRecordsare fully iterable