Skip to content

SustainableUrbanSystemsLab/MSY-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lake Victoria MSY Notebook

Interactive Jupyter notebook for Maximum Sustainable Yield (MSY) calculations using the Schaefer surplus production model.

Open In Browser

Local Setup (uv + Python)

  1. Install uv (if needed):
    curl -LsSf https://astral.sh/uv/install.sh | sh
  2. Create the environment and install dependencies:
    uv sync
  3. Start JupyterLab:
    uv run jupyter lab
  4. Open:
    • notebooks/lake_victoria_msy.ipynb

Files

  • notebooks/lake_victoria_msy.ipynb: Main notebook with formulas, scenario analysis, and sample country calculation.
  • msy_math.py: Core MSY calculations and table-building helpers.
  • msy_plotting.py: Shared matplotlib styling and plotting functions used by the notebook.
  • pyproject.toml: uv project configuration and dependencies.
  • requirements.txt: Binder-compatible dependency list.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors