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.
- GOOS BioEco US MBON collection : https://geonode.goosocean.org/maps/1043
- UNESCO OBIS US MBON collection : https://obis.org/institute/23070
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