module_hydropower
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: calliope-project
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 1.61 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
- Releases: 2
Metadata Files
README.md
clio - Hydropower module
A module to calculate hydropower inflow timeseries for facilities around the globe. Based on Euro-Calliope methods.

A modular snakemake workflow built for clio data modules.
Steps
- HydroBasins data is downloaded and combined into a global dataset.
- Powerplant positions are geo-corrected to the nearest basin, and then assigned to the nearest shape.
- Inflow in cubic meters is obtained for each powerplant location using ERA5 data through the
atlitelibrary. - Inflow in MWh is obtained for each plant using the given historical national annual hydropower generation and its share of total installed national capacity.
[!IMPORTANT] The module assumes that provided sample of powerplants sums up to the total national capacity in the given year. Providing incomplete data might lead to distortions in the calculated time series!
Using this module
This module can be imported directly into any snakemake workflow.
Please consult the integration example in tests/integration/Snakefile for more information.
Development
We use pixi as our package manager for development.
Once installed, run the following to clone this repo and install all dependencies.
shell
git clone git@github.com:calliope-project/module_hydropower.git
cd module_hydropower
pixi install --all
For testing, simply run:
shell
pixi run test
To view the documentation locally, use:
shell
pixi run serve-docs
To test a minimal example of a workflow using this module:
shell
pixi shell # activate this project's environment
cd tests/integration/ # navigate to the integration example
snakemake --use-conda # run the workflow!
Owner
- Name: Calliope
- Login: calliope-project
- Kind: organization
- Website: https://www.callio.pe/
- Repositories: 14
- Profile: https://github.com/calliope-project
A multi-scale energy systems modelling framework
Citation (CITATION.cff)
# Citation file
# For more information, see:
# https://citation-file-format.github.io/
cff-version: 1.2.0
message: If you use this software or data produced by it, please cite it using the metadata from this file.
title: "clio - module_hydropower: clio - Hydropower module"
repository: "https://github.com/calliope-project/module_hydropower"
license: Apache-2.0
authors:
- given-names: Ivan
family-names: Ruiz Manuel
GitHub Events
Total
- Create event: 11
- Issues event: 5
- Release event: 2
- Delete event: 4
- Issue comment event: 7
- Member event: 1
- Push event: 70
- Pull request review event: 7
- Pull request event: 14
Last Year
- Create event: 11
- Issues event: 5
- Release event: 2
- Delete event: 4
- Issue comment event: 7
- Member event: 1
- Push event: 70
- Pull request review event: 7
- Pull request event: 14