Skip to main content

Python client for GBIF

Project description

pygbif

pypi docs travis coverage

Python client for the GBIF API.

Source on GitHub at sckott/pygbif

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

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


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.2.tar.gz (18.2 kB view details)

Uploaded Source

Built Distribution

pygbif-0.1.2-py2.py3-none-any.whl (29.6 kB view details)

Uploaded Python 2Python 3

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

Hashes for pygbif-0.1.2.tar.gz
Algorithm Hash digest
SHA256 55fd715829281f35d61e9bc2617d110701ebd6410baf2f1e2be0c8d99d6e8b46
MD5 5e8390bba1ac1562f40cd6fe290eab21
BLAKE2b-256 cbc9276930740ecbca71c3a8b82a3b1df3960d6557499b435979cc628494edfa

See more details on using hashes here.

File details

Details for the file pygbif-0.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pygbif-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6400424091e17c8751cbb3e42d6c7cf319b7910764fa335d6fb96dedc82a5311
MD5 03ed84a7c46c7bbb3c9aea4edc6f0ef5
BLAKE2b-256 c4f3f75797e546a867a923a0f3aae0f4b2fc83cfab964acc23be9ebca7989e6b

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