Skip to main content

Python client for GBIF

Project description

pygbif

https://travis-ci.org/sckott/pygbif.svg https://coveralls.io/repos/sckott/pygbif/badge.svg?branch=master&service=github https://readthedocs.org/projects/pygbif/badge/?version=latest

Python client for the GBIF API.

Other GBIF clients:

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

Changes

0.1.1 (2015-11-03)

  • Fixed distribution for pypi

0.1.0 (2015-11-02)

  • First release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygbif-0.1.1.tar.gz (16.9 kB view details)

Uploaded Source

Built Distribution

pygbif-0.1.1-py2-none-any.whl (27.1 kB view details)

Uploaded Python 2

File details

Details for the file pygbif-0.1.1.tar.gz.

File metadata

  • Download URL: pygbif-0.1.1.tar.gz
  • Upload date:
  • Size: 16.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pygbif-0.1.1.tar.gz
Algorithm Hash digest
SHA256 16ae5d6df5b94d3424b9c775153451352c9e1fd0a43119506ae7a68e651c80df
MD5 5e1564a1abc9fce7ccae03f32f5c8678
BLAKE2b-256 df94e20ba23974eed9c1bc62001973694d3c1ddaf1d508a2303feb98217403d9

See more details on using hashes here.

File details

Details for the file pygbif-0.1.1-py2-none-any.whl.

File metadata

File hashes

Hashes for pygbif-0.1.1-py2-none-any.whl
Algorithm Hash digest
SHA256 3eb128f8143f7ffb27e7c44652e59c51456aa1d79fe58fa21006a4c35394def9
MD5 6ce7acb7522dfb6aa8dae25110537864
BLAKE2b-256 f9e65f94f438d2661b22487ef6ae03fce557267ccab8d90610c0b20c63c44cb4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page