2019-06-19 11:12:02 +00:00
|
|
|
##########################################
|
|
|
|
Plotting and Summary
|
|
|
|
##########################################
|
|
|
|
|
2019-08-11 20:34:18 +00:00
|
|
|
.. _summary:
|
|
|
|
|
2019-06-19 11:12:02 +00:00
|
|
|
Make Summary
|
|
|
|
============
|
|
|
|
|
2019-08-10 12:25:19 +00:00
|
|
|
.. todo:: move to ``make_summary`` autodoc
|
|
|
|
|
|
|
|
The following rule can be used to summarize the results in seperate .csv files:
|
|
|
|
|
|
|
|
.. code::
|
|
|
|
snakemake results/summaries/elec_s_all_lall_Co2L-3H_all
|
|
|
|
^ clusters
|
|
|
|
^ line volume or cost cap
|
|
|
|
^- options
|
|
|
|
^- all countries
|
|
|
|
|
|
|
|
the line volume/cost cap field can be set to one of the following:
|
|
|
|
* ``lv1.25`` for a particular line volume extension by 25%
|
|
|
|
* ``lc1.25`` for a line cost extension by 25 %
|
|
|
|
* ``lall`` for all evalutated caps
|
|
|
|
* ``lvall`` for all line volume caps
|
|
|
|
* ``lcall`` for all line cost caps
|
|
|
|
|
|
|
|
Replacing '/summaries/' with '/plots/' creates nice colored maps of the results.
|
|
|
|
|
2019-08-07 08:56:23 +00:00
|
|
|
.. automodule:: make_summary
|
|
|
|
|
2019-08-11 20:34:18 +00:00
|
|
|
.. _summary_plot:
|
|
|
|
|
2019-06-19 11:12:02 +00:00
|
|
|
Plot Summary
|
|
|
|
============
|
|
|
|
|
2019-08-10 12:25:19 +00:00
|
|
|
.. automodule:: plot_summary
|
|
|
|
|
2019-08-11 20:34:18 +00:00
|
|
|
.. _map_plot:
|
|
|
|
|
2019-06-19 11:12:02 +00:00
|
|
|
Plot Network
|
|
|
|
============
|
2019-08-06 14:53:32 +00:00
|
|
|
|
2019-08-10 12:25:19 +00:00
|
|
|
.. automodule:: plot_network
|
2019-08-06 14:53:32 +00:00
|
|
|
|
|
|
|
.. image:: img/tech-colors.png
|
2019-08-10 12:25:19 +00:00
|
|
|
:align: center
|