pypsa-eur/doc/configtables/clustering.csv
2022-07-13 15:39:46 +02:00

1.5 KiB
Raw Blame History

1UnitValuesDescription
2simplify_network
3-- to_substationsbool{'true','false'}Aggregates all nodes without power injection (positive or negative, i.e. demand or generation) to electrically closest ones
4-- algorithmstrOne of {kmeans, hac, modularity}
5-- featurestrStr in the format carrier1+carrier2+...+carrierN-X, where CarrierI can be from {solar, onwind, offwind, ror} and X is one of {cap, time}.
6-- algorithmstrOne of {kmeans, hac}
7-- featurestrStr in the format carrier1+carrier2+...+carrierN-X, where CarrierI can be from {solar, onwind, offwind, ror} and X is one of {cap, time}.
8aggregation_strategies
9-- generators
10-- -- {key}str{key} can be any of the component of the generator (str). Its value can be any that can be converted to pandas.Series using getattr(). For example one of {min, max, sum}.Aggregates the component according to the given strategy. For example, if sum, then all values within each cluster are summed to represent the new generator.
11-- buses
12-- -- {key}str{key} can be any of the component of the bus (str). Its value can be any that can be converted to pandas.Series using getattr(). For example one of {min, max, sum}.Aggregates the component according to the given strategy. For example, if sum, then all values within each cluster are summed to represent the new bus.