Skip to content
Open
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
4 changes: 3 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ Closes # (if applicable).

## Checklist

<!-- Remove what doesn't apply. -->

- [ ] I tested my contribution locally and it works as intended.
- [ ] Code and workflow changes are sufficiently documented.
- [ ] Changed dependencies are added to `envs/environment.yaml`.
- [ ] Changes in configuration options are added in `config/config.default.yaml`.
- [ ] Changes in configuration options are documented in `doc/configtables/*.csv`.
- [ ] Changes in configuration options are added in `config/test/*.yaml`.
- [ ] OET license identifier is added to all edited or newly created code files.
- [ ] OET SPDX license header added to all touched files.
- [ ] Sources of newly added data are documented in `doc/data_sources.rst`.
- [ ] A release note `doc/release_notes.rst` is added.
- [ ] Major features are listed in `README` and `doc/index.rst`.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
# SPDX-FileCopyrightText: Open Energy Transition gGmbH
# SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
#
# SPDX-License-Identifier: CC0-1.0
Expand Down
24 changes: 24 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
# SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
#
# SPDX-License-Identifier: CC0-1.0

exclude: "^LICENSES"

ci:
autoupdate_schedule: quarterly
skip: [reuse-open-tyndp, reuse-open-tyndp-smk]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -56,6 +59,27 @@ repos:
hooks:
- id: snakefmt

# Check and auto-fix SPDX copyright headers in modified files
- repo: local
hooks:
- id: reuse-open-tyndp
name: reuse-open-tyndp
description: "Add Open-TYNDP SPDX copyright headers to modified files"
entry: bash -c "reuse annotate --exclude-year --merge-copyrights --skip-unrecognised --copyright='Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>' $(git diff --name-status --merge-base master | grep -vE '^D|\.github/|borg-it|data/|doc/configtables/|doc/img/|REUSE\.toml' | awk '{print $2}')"
pass_filenames: false
language: python
additional_dependencies: ["reuse"]

- repo: local
hooks:
- id: reuse-open-tyndp-smk
name: reuse-open-tyndp-smk # TODO Remove hook once reuse-tool PR #1206 has been merged
description: "Add Open-TYNDP SPDX copyright headers to modified SMK files"
entry: bash -c "reuse annotate --exclude-year --merge-copyrights -s python --copyright='Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>' $(git diff --name-only --merge-base master | grep -vE '^D' | awk '{print $2}' | grep -E '\\.smk$|Snakefile|matplotlibrc')"
pass_filenames: false
language: python
additional_dependencies: ["reuse"]

# Check for FSFE REUSE compliance (licensing)
- repo: https://github.com/fsfe/reuse-tool
rev: v5.0.2
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Open Energy Transition gGmbH
# SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
#
# SPDX-License-Identifier: CC0-1.0

Expand Down
2 changes: 1 addition & 1 deletion config/config.private.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Open Energy Transition gGmbH
# SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
#
# SPDX-License-Identifier: CC0-1.0

Expand Down
2 changes: 1 addition & 1 deletion config/config.tyndp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Open Energy Transition gGmbH
# SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
#
# SPDX-License-Identifier: CC0-1.0

Expand Down
1 change: 0 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
# SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
#
# SPDX-License-Identifier: MIT
Expand Down
5 changes: 2 additions & 3 deletions doc/configuration.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

.. _config:

Expand Down
6 changes: 3 additions & 3 deletions doc/contributing.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

#######################
Contributing
Expand Down
5 changes: 2 additions & 3 deletions doc/contributors.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
..
SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

####################
Contributors
Expand Down
5 changes: 2 additions & 3 deletions doc/costs.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

############################
Techno-Economic Assumptions
Expand Down
5 changes: 2 additions & 3 deletions doc/data-base-network.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

#############
Base network
Expand Down
5 changes: 2 additions & 3 deletions doc/data-bundle.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

###################
Zenodo data bundle
Expand Down
5 changes: 2 additions & 3 deletions doc/data-repos.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

###########
Repository
Expand Down
7 changes: 3 additions & 4 deletions doc/data-retrieval.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.. SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

#########################
Specific retrieval rules
Expand Down
7 changes: 3 additions & 4 deletions doc/data_sources.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.. SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

#############
Data Sources
Expand Down
5 changes: 2 additions & 3 deletions doc/foresight.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

.. _foresight:

Expand Down
7 changes: 3 additions & 4 deletions doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.. SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

#############################################################################################################
Open-TYNDP: Interfacing Open Energy System Planning with ENTSO-E Models and Contributing to TYNDP
Expand Down
6 changes: 3 additions & 3 deletions doc/installation.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

.. _installation:

Expand Down
5 changes: 2 additions & 3 deletions doc/introduction.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

.. _intro:

Expand Down
7 changes: 3 additions & 4 deletions doc/licenses.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.. SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

##########################################
Licenses
Expand Down
6 changes: 3 additions & 3 deletions doc/limitations.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

##########################################
Limitations
Expand Down
7 changes: 3 additions & 4 deletions doc/plotting.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.. SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

##########################################
Plotting and Summaries
Expand Down
7 changes: 3 additions & 4 deletions doc/preparation.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.. SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

##########################################
Building Electricity Networks
Expand Down
5 changes: 2 additions & 3 deletions doc/publications.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

##########################################
Publications
Expand Down
7 changes: 3 additions & 4 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

.. SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

##########################################
Release Notes
Expand Down
7 changes: 3 additions & 4 deletions doc/retrieve.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.. SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

.. _data:

Expand Down
7 changes: 3 additions & 4 deletions doc/sector.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.. SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

##########################################
Building Sector-Coupled Networks
Expand Down
5 changes: 2 additions & 3 deletions doc/solving.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

##########################################
Solving Networks
Expand Down
5 changes: 2 additions & 3 deletions doc/spatial_resolution.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

.. _spatial_resolution:

Expand Down
5 changes: 2 additions & 3 deletions doc/supply_demand.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

##########################################
Supply and demand
Expand Down
14 changes: 6 additions & 8 deletions doc/support.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@

.. SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

##########################################
Support
##########################################

Please consider the following ways to reach out to the community and the contributors:

* To **discuss** with other PyPSA users, organise projects, share news, and get in touch with the community you can use the `Discord server <https://discord.gg/AnuJBk23FU>`_.
* The `PyPSA mailing <https://groups.google.com/group/pypsa>`_ list previously was used for all kind of questions. Please use Discord server going forward, while the mailing list remains accessible as a knowledge archive.
* For **bugs and feature requests**, please use the `issue tracker <https://github.com/PyPSA/PyPSA/issues>`_.
* We strongly welcome anyone interested in providing **contributions** to this project. If you have any ideas, suggestions or encounter problems, feel invited to file issues or make pull requests on `Github <https://github.com/PyPSA/PyPSA>`_.
- To **discuss** with other PyPSA users, organise projects, share news, and get in touch with the community you can use the `Discord server <https://discord.gg/AnuJBk23FU>`__.
- For **bugs and feature requests**, please use the appropriate GitHub issues page. Issues specific to Open-TYNDP belong on the `Open-TYNDP Issues page <https://github.com/open-energy-transition/open-tyndp/issues>`__, while PyPSA-Eur issues should be submitted to the `PyPSA-Eur Github Issues page <https://github.com/PyPSA/pypsa-eur/issues>`__.
* We strongly welcome anyone interested in providing **contributions** to this project. If you have any ideas, suggestions or encounter problems, feel invited to file issues or make pull requests on `Github <https://github.com/open-energy-transition/open-tyndp>`__.
5 changes: 2 additions & 3 deletions doc/tutorial.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

.. _tutorial:

Expand Down
5 changes: 2 additions & 3 deletions doc/tutorial_sector.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
..
SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>

SPDX-License-Identifier: CC-BY-4.0
.. SPDX-License-Identifier: CC-BY-4.0

.. _tutorial_sector:

Expand Down
Loading
Loading