Calculate all wind loads acting on overhead transmission line segments in Texas for hurricane Ike. Transmission line segments are the sections between transmission towers and are determined within the following code.
Simulate damage to overhead transmission lines in Texas caused by hurricane Ike for a specific γ value.
=#
γ=0.0004# γ value to use in failure probabilities
S=1# numbering of realization/scenario
tl_failures=sim_impact(seg_data,γ=γ)
#=
Optional: Plot time series of the impact of hurricane Ike for a specific realization (scenario).
Note that this plotting function requires that Cartopy is already installed and the target directory for plots already exists (otherwise thrown errors can be confusing). Cartopy can be installed via Conda by running `using Conda` followed by `Conda.add("cartopy")`.
Calculate the total impact of hurricane Ike for a specific time series of destroyed overhead transmission lines by calculating possible failure cascades.