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.get_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.3.3.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file py_seasnake-0.3.3.tar.gz
.
File metadata
- Download URL: py_seasnake-0.3.3.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/5.15.0-1041-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6719db7094d4700eb2a79b730c01a2007201e65f066a040ed05e80b4f2a27ea |
|
MD5 | 4a0376a6ae61d4c8b52f0c284eadc559 |
|
BLAKE2b-256 | 619dd4b7d955680e686874b81f19f24ac0a78d5dc14284267be1c4975f650822 |
File details
Details for the file py_seasnake-0.3.3-py3-none-any.whl
.
File metadata
- Download URL: py_seasnake-0.3.3-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/5.15.0-1041-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ef71740f5d8f7c838cd5975baf56789b9c5f3aed81243fea7f23d15790f9773 |
|
MD5 | a83bb622c4498d80981378e13df823eb |
|
BLAKE2b-256 | cac22f4f4b905e8a939b5d9ddd6cd57272d169b1620e2e73adb4714d91710f69 |