Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.28 KB

GBIF wrapper for Julia

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.

CI TagBot codecov Latest documentation DOI

Installation

Pkg.add("GBIF")

Package overview

  • 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)

How to contribute

Please read the Code of Conduct and the contributing guidelines.