Skip to main content

A library for Species Occurence data retrieval from GBIF, iNaturalist, and SpeciesLink APIs.

Project description

USAGE.md

Overview

ecoobs is a library designed to facilitate data management and processing for scientific and research applications.

Getting Started

Installation

pip install ecoobs

Basic Usage

import ecoobs

# Example: Download occurrences from GBIF, iNaturalist, and SpeciesLink - INaturalist doesn't require any authentication.
ecoobs.save_specieslink_apikey(apikey)
ecoobs.save_gbif_credentials(user, email, pwd)
species_names = ["Panthera onca", "Lynx rufus"]
df = ecoobs.get_occurrences(
    species_names,
    country="Brazil",
    year_range=(2000, 2020),
)

Functions

  • get_occurrences(species_names, country=None, year_range=None, lat_min=None, lat_max=None, lon_min = None, lon_max = None, includeGbif = True, includeInaturalist = True, includeSpeciesLink = True): Fetches occurrence data for the specified species from GBIF, iNaturalist, and SpeciesLink (you can choose the source), with optional filters for country, year range, and latitude bounds.
  • get_species_autocomplete(name): Retrieves a list of species suggestions from GBIF based on the provided name.
  • save_gbif_credentials(user, email, pwd): Saves GBIF user credentials for authenticated requests.
  • save_specieslink_apikey(apikey): Saves the API key for SpeciesLink requests.
  • delete_gbif_credentials(): Deletes stored GBIF user credentials.
  • delete_specieslink_apikey(): Deletes the stored SpeciesLink API key.

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

ecoobs-0.1.95.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ecoobs-0.1.95-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file ecoobs-0.1.95.tar.gz.

File metadata

  • Download URL: ecoobs-0.1.95.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for ecoobs-0.1.95.tar.gz
Algorithm Hash digest
SHA256 5bd8050ef75d34dbbd1d8d60953a0a4b54c0d4d1fbecc44df722c8db189c0e25
MD5 ba6de177ac629039f29b228ae8d76ff4
BLAKE2b-256 fc13e5f77f33dbc495170e84affb1fed523684fb7e2af7494a88af14a0fc74fe

See more details on using hashes here.

File details

Details for the file ecoobs-0.1.95-py3-none-any.whl.

File metadata

  • Download URL: ecoobs-0.1.95-py3-none-any.whl
  • Upload date:
  • Size: 12.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for ecoobs-0.1.95-py3-none-any.whl
Algorithm Hash digest
SHA256 4f60675b38d85af06f53eef0b77518f968f73260ddb132476965e71986f6154d
MD5 15375fbb776e01b478a2c6d7a43972d2
BLAKE2b-256 02cef42a97f7389fbb346e257fa8ddafa82696b8b453669ceba6c1597148f40f

See more details on using hashes here.

Supported by

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