Skip to main content

A Python wrapper for accessing and managing MERMAID (Marine Ecological Research Management Aid) data with ease.

Project description

SeaSnake

SeaSnake is a user-friendly Python wrapper that enables seamless interaction with MERMAID (Marine Ecological Research Management Aid) platform. It allows researchers, data scientists, and marine enthusiasts to access, analyze, and manage their marine ecosystem data directly through Python scripts or Jupyter Notebooks.

Install

pip install -u py-seasnake

Quick Start

from seasnake import auth
from seasnake.auth import MermaidAuth
from seasnake.summaries import FishBeltTransect

auth = MermaidAuth()
token = auth.request_token()

project_id = "<YOUR PROJECT ID>"
fb = FishBeltTransect(token=token)
df_obs = fb.observations(project_id)

print(df_obs)

Testing

poetry run pytest --ruff --mypy tests/

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

py_seasnake-0.2.0.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

py_seasnake-0.2.0-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file py_seasnake-0.2.0.tar.gz.

File metadata

  • Download URL: py_seasnake-0.2.0.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.10.6 Darwin/21.5.0

File hashes

Hashes for py_seasnake-0.2.0.tar.gz
Algorithm Hash digest
SHA256 77a98135e21943fd41ee6204429112dcf40a18b2cda0ac78f0ed2bf00b0b9cef
MD5 d3eccbc86ab85491a7a4a5d4b01ce791
BLAKE2b-256 8fa8a8c7ca526da3721553b68c2c6787905f95e10b6556669350342fb5191484

See more details on using hashes here.

File details

Details for the file py_seasnake-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: py_seasnake-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 12.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.10.6 Darwin/21.5.0

File hashes

Hashes for py_seasnake-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2cb86c6fca99ee5808a42d4fe5d264360384cf7f0c3ec10d261f5220d0cc919c
MD5 6585fa8f3aa54d01dab33d122cf75f05
BLAKE2b-256 a3d95f90c8b677eb4919d354df4bc74f591c085feabb64311c1e8a1ace6b38b5

See more details on using hashes here.

Supported by

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