price.py
Evaluate nodal prices per energy bus carrier.
view_price_map(result_path, nc, config)
Export nodal prices to file using Folium.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
result_path
|
str | pathlib.Path
|
The path to the results directory. |
required |
nc
|
pypsa.NetworkCollection
|
The loaded networks. |
required |
config
|
dict
|
Configuration dictionary. |
required |
Source code in evals/views/price.py
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | |