pypsa-eur/scripts
euronion 85c356297a Add logging to logfiles to all snakemake workflow scripts. (#102)
* Add logging to logfiles to all snakemake workflow scripts.

* Fix missing quotation marks in Snakefile.

* Apply suggestions from code review

Co-Authored-By: Fabian Neumann <fabian.neumann@outlook.de>

* Apply suggestions from code review

Co-Authored-By: Fabian Neumann <fabian.neumann@outlook.de>

* doc: fix _ec_ filenames in docs

* Allow logging message format to be specified in config.yaml.

* Add logging for Snakemake rule 'retrieve_databundle '.

* Add limited logging to STDERR only for retrieve_*.py scripts.

* Import progressbar module only on demand.

* Fix logging to file and enable concurrent printing to STDERR for most scripts.

* Add new 'logging_format' option to Travis CI test config.yaml.

* Add missing parenthesis (bug fix) and cross-os compatible paths.

* Fix typos in messages.

* Use correct log files for logging (bug fix).

* doc: fix line references

* config: logging_format in all configs

* doc: add doc for logging_format

* environment: update to powerplantmatching 0.4.3

* doc: update line references for tutorial.rst

* Change logging configuration scheme for config.yaml.

* Add helper function for doing basic logging configuration.

* Add logpath for prepare_links_p_nom rule.

* Outsource basic logging configuration for all scripts to _helper submodule.

* Update documentation for changed config.yaml structure.

Instead of 'logging_level' and 'logging_format', now 'logging' with subcategories is used.

* _helpers: Change configure_logging signature.
2019-11-28 08:22:52 +01:00
..
_helpers.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
add_electricity.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
add_extra_components.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
base_network.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
build_bus_regions.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
build_country_flh.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
build_cutout.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
build_hydro_profile.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
build_natura_raster.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
build_powerplants.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
build_renewable_profiles.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
build_shapes.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
cluster_network.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
make_summary.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
plot_network.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
plot_p_nom_max.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
plot_summary.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
prepare_links_p_nom.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
prepare_network.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
retrieve_cutout.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
retrieve_databundle.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
retrieve_natura_raster.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
simplify_network.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
solve_network.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
solve_operations_network.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00
trace_solve_network.py Add logging to logfiles to all snakemake workflow scripts. (#102) 2019-11-28 08:22:52 +01:00