Created
November 16, 2015 22:23
-
-
Save rhyolight/d9342c4f0ada961ee406 to your computer and use it in GitHub Desktop.
Predicting Chicago wave period
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from menorah import Menorah | |
sources = [ | |
["chicago-beach-water-quality", "Calumet Beach", "water_temperature"], | |
["chicago-beach-water-quality", "Calumet Beach", "turbidity"], | |
["chicago-beach-water-quality", "Calumet Beach", "wave_height"], | |
["chicago-beach-water-quality", "Calumet Beach", "wave_period"], | |
] | |
menorah = Menorah(sources, "work/chicago-wave-period") | |
menorah.swarm() | |
menorah.runModel(plot=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment