Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/pull_request_template.md

This file was deleted.

95 changes: 0 additions & 95 deletions .github/workflows/ci.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ __pycache__
*dconf
gurobi.log
.vscode
.idea
*.orig

/analysis_results*

/bak
/resources
/resources*
Expand All @@ -20,6 +23,8 @@ gurobi.log
/notebooks
/data
/cutouts
/outputs
/slurm_logs

doc/_build

Expand All @@ -44,6 +49,10 @@ dconf
/data/bundle-sector/nuts*
data/gas_network/scigrid-gas/
data/costs_*.csv
!/data/wasserstoff_kernnetz/locations_wasserstoff_kernnetz.csv
!/data/wasserstoff_kernnetz/h2_inframap_entsog.geojson

envs/myenv_2.yaml

dask-worker-space/
publications.jrc.ec.europa.eu/
Expand Down
36 changes: 0 additions & 36 deletions .reuse/dep5

This file was deleted.

38 changes: 0 additions & 38 deletions CITATION.cff

This file was deleted.

File renamed without changes.
11 changes: 11 additions & 0 deletions LICENSES/MIT_PyPSA_IEI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
The model PyPSA-IEI developed for the study “Fraunhofer IEG/Fraunhofer ISI/d-fine (2025): Integrated Infrastructure Planning and 2050 Climate Neutrality: Deriving Future-Proof European Energy Infrastructures”, based on the PyPSA-model, is licensed under the open-source MIT license:

Copyright (c) 2025 Fraunhofer-Research Institution for Energy Infrastructures and Geothermal Energy IEG
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated input/output and parameter documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The modelling approach in the above mentioned study is based on PyPSA-Eur, which requires a mathematical solver for the underlying optimization problems. We acknowledge the support of Gurobi Optimization (https://www.gurobi.com) for providing a scientific license for the Gurobi Optimizer. Any user of the model will need to establish the most suitable solver in combination with the model and undertake steps to identify licence conditions for use of the appropriate optimiser.

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Loading