Skip to content

Data and processing in support of the Reefline experiment

Notifications You must be signed in to change notification settings

sustain-lab/reefline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reefline

Code and data in support of the Reefline experiment.

Getting started

Get the code

git clone https://github.com/sustain-lab/reefline
cd reefline

Set up a Python environment

python3 -m venv venv
source venv/bin/activate
pip install -U pip
pip install -U -r requirements

Run the code

Baseline experiments (no reef model):

python3 process_reefline_timeseries_baseline.py

Experiments with the model:

python3 process_reefline_timeseries.py

Both scripts will produce and PNG plot and a CSV processed elevation dataset for each condition.

About

Data and processing in support of the Reefline experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published