Skip to content

marinebon/map-of-activities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages