Compute daily, weekly, monthly and annual mc-ind from hourly data for one year. (new)
computeOtherFromHourlyYear(
mcYear,
type,
areas = "all",
opts = simOptions(),
timeStep = c("daily", "monthly", "annual", "weekly"),
writeOutput = FALSE
)
vector of years to compute
type of data (areas, links, clusters, clustersRes)
vector of areas. links type will use getLinks() to get data.
study opts
timestep of aggregation (daily, monthly and annual, NO weekly)
boolean to write data in mc-ind folder
computeOtherFromHourlyMulti