habsim-0.1.0.0: High Altitude Balloon flight path simulator

Safe HaskellNone
LanguageHaskell2010

Data.HABSim.HABSim

Documentation

sim #

Arguments

:: Pitch 
-> Simulation 
-> Vector Int

Vector of pressures to round to from Grib file

-> HashMap Key GribLine 
-> (Simulation -> Bool)

We record the line when this predicate is met

-> Writer (DList Simulation) Simulation