IDFDataCanada.jl offers methods to get Intensity-Duration-Frequency (IDF) data from Engineering Climate Datasets of Environment and Climate Change Canada (ECCC) in CSV (.csv
) or NetCDF (.nc
) from the .txt
files via automatic download and extraction from .zip
archives on ECCC's server.
The following Julia command will install the package :
julia> using Pkg
julia> Pkg.add("IDFDataCanada")
See the Package Documentation for details and examples.