Python client for GBIF
Project description
pygbif
Python client for the GBIF API.
Source on GitHub at sckott/pygbif
Other GBIF clients:
R: rgbif, ropensci/rgbif
Installation
Stable from pypi
pip install pygbif
Development version
[sudo] pip install git+git://github.com/sckott/pygbif.git#egg=pygbif
pygbif is split up into modules for each of the major groups of API methods.
Registry - Datasets, Nodes, Installations, Networks, Organizations
Species - Taxonomic names
Occurrences - Occurrence data, including the download API
You can import the entire library, or each module individually as needed.
Note that GBIF maps API is not included in pygbif.
Registry module
from pygbif import registry
registry.dataset_metrics(uuid='3f8a1297-3259-4700-91fc-acc4170b27ce')
Species module
from pygbif import species
species.name_suggest(q='Puma concolor')
Occurrences module
from pygbif import occurrences
occurrences.search(taxonKey = 3329049)
occurrences.get(taxonKey = 252408386)
occurrences.count(isGeoreferenced = True)
Meta
License: MIT, see LICENSE file
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Changelog
0.1.4 (2015-12-05)
Added more registry methods (#11)
Fixed wheel to be universal for 2 and 3 (#10)
Improved documentation a lot, autodoc methods now
0.1.1 (2015-11-03)
Fixed distribution for pypi
0.1.0 (2015-11-02)
First release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pygbif-0.1.2.tar.gz.
File metadata
- Download URL: pygbif-0.1.2.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55fd715829281f35d61e9bc2617d110701ebd6410baf2f1e2be0c8d99d6e8b46
|
|
| MD5 |
5e8390bba1ac1562f40cd6fe290eab21
|
|
| BLAKE2b-256 |
cbc9276930740ecbca71c3a8b82a3b1df3960d6557499b435979cc628494edfa
|
File details
Details for the file pygbif-0.1.2-py2.py3-none-any.whl.
File metadata
- Download URL: pygbif-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 29.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6400424091e17c8751cbb3e42d6c7cf319b7910764fa335d6fb96dedc82a5311
|
|
| MD5 |
03ed84a7c46c7bbb3c9aea4edc6f0ef5
|
|
| BLAKE2b-256 |
c4f3f75797e546a867a923a0f3aae0f4b2fc83cfab964acc23be9ebca7989e6b
|