Tutorial
This tutorial shows the functionalities of RatingCurves.jl. They are illustrated using the gaugings of the Sainte-Anne river in the province of Quebec (Canada).
Before executing this tutorial, make sure to have installed the following packages:
- RatingCurves.jl (of course)
- DataFrames.jl (for using the DataFrame type)
- Gadfly.jl (for plotting)
and import them using the following command:
julia> using Dates, DataFrames, Gadfly, RatingCurves