Build transport demand
Build transport charging demand per clustered model region. Simplified version that only generates charging demand time series.
build_transport_demand(traffic_profile, nodes, sector_load_data, snapshots)
Build transport charging demand time series (MWh) from annual totals.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
traffic_profile
|
Series
|
Normalised weighting of weekday hours ( |
required |
nodes
|
list
|
Provinces / nodes for which the time series are generated. |
required |
sector_load_data
|
DataFrame
|
Annual transport load by province (index) and year (columns) as provided by REMIND processing. |
required |
snapshots
|
DatetimeIndex
|
Target temporal resolution for the output. |
required |
Returns:
| Type | Description |
|---|---|
DataFrame
|
pd.DataFrame: Provincial transport demand time series (MWh) whose annual |
DataFrame
|
totals per node match |