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
taxon
functionretrieve a single occurrence as a
GBIFRecord
usingoccurrence
search for multiple occurrences as a
GBIFRecords
according to a query using theoccurrences
function, and page through the results withoccurrences!
GBIFRecords
are fully iterable