Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PoisotLab/GBIF.jl
Functions and types to access GBIF data from Julia
https://github.com/PoisotLab/GBIF.jl
api biogeography ecology gbif julia macroecology
Last synced: 6 days ago
JSON representation
Functions and types to access GBIF data from Julia
- Host: GitHub
- URL: https://github.com/PoisotLab/GBIF.jl
- Owner: PoisotLab
- License: other
- Archived: true
- Created: 2017-07-15T19:14:01.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T23:07:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T11:02:58.456Z (8 days ago)
- Topics: api, biogeography, ecology, gbif, julia, macroecology
- Language: Julia
- Homepage: https://ecojulia.github.io/GBIF.jl/latest/
- Size: 2.26 MB
- Stars: 19
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ecodata - Julia Client
README
# GBIF wrapper for Julia
***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.![CI](https://github.com/EcoJulia/GBIF.jl/workflows/CI/badge.svg?branch=master)
![TagBot](https://github.com/EcoJulia/GBIF.jl/workflows/TagBot/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/EcoJulia/GBIF.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/EcoJulia/GBIF.jl)
[![Latest documentation](https://img.shields.io/badge/documentation-latest-blue.svg)](https://ecojulia.github.io/GBIF.jl/latest/)
[![DOI](https://zenodo.org/badge/97337048.svg)](https://zenodo.org/badge/latestdoi/97337048)[GBIF]: http://gbif.org/
## 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][CoC] and the [contributing guidelines][contr].
[CoC]: https://github.com/EcoJulia/GBIF.jl/blob/master/CODE_OF_CONDUCT.md
[contr]: https://github.com/EcoJulia/GBIF.jl/blob/master/CONTRIBUTING.md