Commit Graph

2350 Commits

Author SHA1 Message Date
Fabian Neumann
c9c1910699 doc: remove gitter 2022-07-27 11:50:42 +02:00
Fabian Neumann
4dcb47f74b release notes: update date 2022-07-27 11:49:30 +02:00
Fabian Neumann
3d0c02fa71
Merge pull request #399 from PyPSA/release-v0.5
Release v0.5
2022-07-27 10:37:22 +02:00
Fabian Neumann
d2b8e3c3d2
Merge pull request #389 from PyPSA/meta
store config and wildcards in n.meta
2022-07-27 10:01:51 +02:00
Fabian Neumann
a1507124f6 Merge branch 'release-v0.5' into meta 2022-07-27 09:43:36 +02:00
Fabian Neumann
060bc49223 helpers: make copy of snakemake.config to avoid non-serializable JSON 2022-07-27 09:26:21 +02:00
Fabian Neumann
6903c4305e
Merge pull request #394 from PyPSA/introduce_modularity_clustering
new spatial clustering method: modularity
2022-07-27 09:04:50 +02:00
Fabian Neumann
8d132464bd
Merge branch 'release-v0.5' into introduce_modularity_clustering 2022-07-27 09:04:39 +02:00
Fabian Neumann
cdd063d3b0 scripts: remove deprecated clustering methods, remove unused imports 2022-07-27 09:02:34 +02:00
lisazeyen
530e453eba
Merge pull request #251 from PyPSA/cf-sector-opts
option to specify any config through sector opts with CF+<label>+<value>
2022-07-26 15:53:49 +02:00
Fabian Neumann
de83a4987b disable co2 vent by default 2022-07-26 15:47:17 +02:00
Fabian Neumann
87388d4b4a update author affiliations 2022-07-26 15:32:48 +02:00
Fabian Neumann
6027ade0ed prepare release notes 2022-07-26 15:30:07 +02:00
Fabian Neumann
8fc0c57ed6 update copyright years 2022-07-26 15:05:59 +02:00
Fabian Neumann
e523cb4cb5 doc: minor updates 2022-07-26 15:01:21 +02:00
Fabian Neumann
239dcfdd1e
Merge branch 'master' into introduce_modularity_clustering 2022-07-26 14:04:56 +02:00
Fabian Neumann
e3555523d8 env: use new pypsa 0.20 2022-07-26 14:04:06 +02:00
Fabian Neumann
31bc87adba
Merge branch 'master' into meta 2022-07-26 14:02:26 +02:00
Fabian Neumann
07296b02e2
Merge pull request #252 from PyPSA/gpd-version-check
use packaging.version instead of deprecated distutils.StrictVersion
2022-07-25 15:10:46 +02:00
Fabian Neumann
2791e7bdc2 use packaging.version instead of deprecated distutils.StrictVersion 2022-07-25 14:27:31 +02:00
Fabian Neumann
503ecd2907 use + separator instead of : 2022-07-24 21:27:12 +02:00
Fabian Neumann
a65dd4e6c2 use snakemake.utils.update_config instead of mergedeep 2022-07-24 21:26:19 +02:00
Fabian Neumann
84c8a9bc0e env: add pyxlsb to read .xslb files with pandas 2022-07-23 09:24:03 +02:00
Fabian Hofmann
9e57a5bb4f
Merge pull request #184 from PyPSA/technology-data
integrate technology-data cost file
2022-07-21 17:16:48 +02:00
Fabian Hofmann
b5308fa72b
Merge branch 'master' into technology-data 2022-07-21 17:03:36 +02:00
Fabian Hofmann
4f633f0caa
Merge pull request #398 from pz-max/config-fix
clean config, add H2 pipeline comment
2022-07-21 16:33:00 +02:00
Fabian Hofmann
42d636c04b
Merge branch 'master' into config-fix 2022-07-21 16:22:14 +02:00
Fabian Neumann
1a6588fbeb
Merge pull request #397 from PyPSA/hydro-former-countries
distribute eia hydro of former countries to successors by ratio
2022-07-21 16:00:07 +02:00
Max Parzen
3210bbf8f9 clean config, add H2 pipeline comment 2022-07-21 14:43:28 +01:00
Fabian Hofmann
3ba7e2ab90
Merge branch 'master' into technology-data 2022-07-21 15:36:12 +02:00
Fabian Neumann
b3dac6d3c4 subworkflow flags amend 2022-07-20 15:53:57 +02:00
Fabian Neumann
d346e9c34a Merge branch 'master' of github.com:pypsa/pypsa-eur-sec 2022-07-20 15:47:55 +02:00
Fabian Neumann
10243398e7 do not use subworkflow flags for pure data#
causes problems when config retrieve_databundle is disabled
2022-07-20 15:47:47 +02:00
Fabian Neumann
4ec95fa90e hydro: distribute eia data for former countries to successor states by ratio 2022-07-20 13:01:14 +02:00
Fabian Neumann
6047c8d750 add mergedeep to dependencies 2022-07-20 11:47:07 +02:00
Fabian Neumann
cb00ba58ce add option to specify any config through sector opts with CF:<label>:...:value 2022-07-20 11:35:12 +02:00
Martha Frysztacki
b63385444c
Merge branch 'master' into introduce_modularity_clustering 2022-07-19 09:51:06 +02:00
Tom Brown
ec1aa1b76b README, doc: add reference to hydrogen network paper as showcase of model 2022-07-18 20:40:21 +02:00
Fabian Neumann
433fc7a96b
Merge pull request #395 from PyPSA/fix-regions-files
reduce number of columns for simplified and clustered regions
2022-07-18 17:47:03 +02:00
Fabian Neumann
a860643dd8 reduce number of columns for simplified and clustered regions 2022-07-18 17:28:09 +02:00
martacki
90ffc35f05 documentation 2022-07-13 15:39:46 +02:00
martacki
387271b03b new spatial clustering method: modularity 2022-07-13 14:51:48 +02:00
Fabian Neumann
51c76651ba
Merge pull request #248 from PyPSA/thermal-storage-bugfix
fix unit conversion for thermal energy storage
2022-07-11 19:04:53 +02:00
Fabian Neumann
adc0dd1e0c fix unit conversion for thermal energy storage (closes #247) 2022-07-11 15:46:21 +02:00
Fabian Neumann
44e8fbd5aa
Merge pull request #392 from jpscl/master
Changes in documentation regarding load
2022-07-04 19:38:28 +02:00
Julio Pascual
5d98cc7e97
Update build_load_data.py 2022-07-04 18:53:41 +02:00
Julio Pascual
433f0af409
Update build_load_data.py 2022-07-04 18:51:49 +02:00
Julio Pascual
ce3b193a88
Update add_electricity.py 2022-07-04 18:42:22 +02:00
Julio Pascual
0d9ffdcee3
Update build_load_data.py 2022-07-04 18:41:08 +02:00
Fabian Neumann
302f0d4a95
Merge pull request #391 from jpscl/patch-1
Changed doc info in retrieve_databundle.py
2022-07-04 12:34:38 +02:00