458 B
458 B
1 | Unit | Values | Description | |
---|---|---|---|---|
2 | version | -- | 0.x.x | Version of PyPSA-Eur. Descriptive only. |
3 | tutorial | bool | {true, false} | Switch to retrieve the tutorial data set instead of the full data set. |
4 | logging | |||
5 | -- level | -- | Any of {'INFO', 'WARNING', 'ERROR'} | Restrict console outputs to all infos, warning or errors only |
6 | -- format | -- | Custom format for log messages. See `LogRecord <https://docs.python.org/3/library/logging.html#logging.LogRecord>`_ attributes. |