MAINTENANCE MODE - this repo is being moved to https://github.com/PoisotLab/SpeciesDistributionToolkit.jl
This is project offers an interface to the GBIF search API from
Julia. Current efforts focus on querying and exporting occurrences through the
occurrence/search
endpoint. There is partial support for the taxonomic API.
Pkg.add("GBIF")
- get a single occurrence (
occurrence
) - look for multiple occurrences (
occurrences
) - paging function to get the next batch of occurrences (
occurrences!
) - species and taxon lookup (
species
)
Please read the Code of Conduct and the contributing guidelines.