In [1]:
from pygbif import registry
registry.dataset_metrics(uuid='3f8a1297-3259-4700-91fc-acc4170b27ce')
Out[1]:
In [2]:
from pygbif import species
species.name_suggest(q='Puma concolor', limit = 1)
Out[2]:
Search
In [3]:
from pygbif import occurrences
res = occurrences.search(taxonKey = 3329049, limit = 10)
[ x['phylum'] for x in res['results'] ]
Out[3]:
Fetch specific occurrences
In [5]:
occurrences.get(key = 1258202889)
Out[5]:
Occurrence counts API
In [6]:
occurrences.count(isGeoreferenced = True)
Out[6]: