fix clustering setup for hac according to fneum suggestions

This commit is contained in:
martacki 2022-03-07 11:43:04 +01:00
parent 82a0338e9f
commit f02d5fe821
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
,Unit,Values,Description ,Unit,Values,Description
simplify_network,,, simplify_network,,,
-- to_substations,bool,"One of {'true','false'}","Aggregates all nodes without power injection (positive or negative, i.e. demand or generation) to electrically closest ones" -- to_substations,bool,"One of {'true','false'}","Aggregates all nodes without power injection (positive or negative, i.e. demand or generation) to electrically closest ones"
-- algorithm,str,"One of {kmenas, hac}", -- algorithm,str,"One of {kmeans, hac}",
-- feature,str,"Str in the format carrier1+carrier2+...+carrierN-X, where CarrierI can be from {solar, onwind, offwind, ror} and X is one of {cap, time}.", -- feature,str,"Str in the format carrier1+carrier2+...+carrierN-X, where CarrierI can be from {solar, onwind, offwind, ror} and X is one of {cap, time}.",
cluster_network,,, cluster_network,,,
-- algorithm,str,"One of {kmenas, hac}", -- algorithm,str,"One of {kmeans, hac}",
-- feature,str,"Str in the format carrier1+carrier2+...+carrierN-X, where CarrierI can be from {solar, onwind, offwind, ror} and X is one of {cap, time}.", -- feature,str,"Str in the format carrier1+carrier2+...+carrierN-X, where CarrierI can be from {solar, onwind, offwind, ror} and X is one of {cap, time}.",

1 Unit Values Description
2 simplify_network
3 -- to_substations bool One of {'true','false'} Aggregates all nodes without power injection (positive or negative, i.e. demand or generation) to electrically closest ones
4 -- algorithm str One of {‘kmenas’, ‘hac’} One of {‘kmeans’, ‘hac’}
5 -- feature str Str in the format ‘carrier1+carrier2+...+carrierN-X’, where CarrierI can be from {‘solar’, ‘onwind’, ‘offwind’, ‘ror’} and X is one of {‘cap’, ‘time’}.
6 cluster_network
7 -- algorithm str One of {‘kmenas’, ‘hac’} One of {‘kmeans’, ‘hac’}
8 -- feature str Str in the format ‘carrier1+carrier2+...+carrierN-X’, where CarrierI can be from {‘solar’, ‘onwind’, ‘offwind’, ‘ror’} and X is one of {‘cap’, ‘time’}.

View File

@ -10,6 +10,7 @@ dependencies:
- python>=3.8 - python>=3.8
- pip - pip
- pypsa>=0.19.1
- atlite>=0.2.5 - atlite>=0.2.5
- dask - dask
@ -53,6 +54,5 @@ dependencies:
- tabula-py - tabula-py
- pip: - pip:
- git+https://github.com/pypsa/pypsa.git#egg=pypsa
- vresutils>=0.3.1 - vresutils>=0.3.1
- tsam>=1.1.0 - tsam>=1.1.0