Hours Table

E4ST.summarize_tableMethod
summarize_table(::Val{:hours})
column_namedata_typeunitrequireddescription
hoursFloat64E4ST.HourstrueThe number of hours spent in each representative hour over the course of a year (must sum to 8760)
source
E4ST.get_hour_weightsFunction
get_hour_weights(data) -> weights

get_hour_weights(data, hour_idxs) -> weights (view)

Returns the number of hours in a year spent at each representative hour

source
E4ST.get_hour_weightFunction
get_hour_weight(data, hour_idx)

Returns the number of hours in a year spent at the hour_idx representative hour

source