marinebon / map-of-activities

MBON Map of Activities

Home Page:https://marinebon.github.io/map-of-activities/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

map-of-activities

The US MBON Map of Activities aims to be the entrypoint for users interested in US MBON data.

The map-of-activities jupyter notebook provides an overview of the spatial coverage of extant US MBON data efforts. Information is in this notebook is harvested from the GOOS Bio-Eco portal and OBIS to create this view.

Run Python code in a conda environment

Install conda: https://docs.conda.io/projects/conda/en/latest/user-guide/install/windows.html

Create map-of-activity environment:

conda install conda-lock  # if you don't have conda-lock installed
conda env create --name map-of-activities --file conda-lock.yml

Activate environment:

conda activate map-of-activities

Run the code with:

python map-of-activities.py

About

MBON Map of Activities

https://marinebon.github.io/map-of-activities/

License:MIT License


Languages

Language:Python 100.0%