pypsa-eur/doc/plotting.rst
Fabian Neumann 067d259ff6 include description of rule groups
* and reduce corresponding sections in readme
* and modify environment docs
* and add bibtex support (tentative)
2019-08-10 14:25:19 +02:00

42 lines
1.1 KiB
ReStructuredText

##########################################
Plotting and Summary
##########################################
Make Summary
============
.. 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.
.. automodule:: make_summary
Plot Summary
============
.. automodule:: plot_summary
Plot Network
============
.. automodule:: plot_network
.. image:: img/tech-colors.png
:align: center