pypsa-eur/doc/configtables/snapshots.csv
2023-09-23 19:00:01 +02:00

748 B
Raw Blame History

1UnitValuesDescription
2start--str or datetime-like; e.g. YYYY-MM-DDLeft bound of date range
3end--str or datetime-like; e.g. YYYY-MM-DDRight bound of date range
4inclusive--One of {'neither', 'both', left, right}Make the time interval closed to the ``left``, ``right``, or both sides ``both`` or neither side ``None``.
5resolution --{false,``nH``; i.e. ``2H``-``6H``}Resample the time-resolution by averaging over every ``n`` snapshots
6segmentation--{false,``nSEG``; e.g. ``4380SEG``}Apply time series segmentation with `tsam <https://tsam.readthedocs.io/en/latest/index.html>`_ package to ``n`` adjacent snapshots of varying lengths based on capacity factors of varying renewables, hydro inflow and load.