All Projects → calliope-project → euro-calliope

calliope-project / euro-calliope

Licence: MIT license
A workflow to build models of the European electricity system for Calliope.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to euro-calliope

glaes
Geospatial Land Availability for Energy Systems
Stars: ✭ 27 (+17.39%)
Mutual labels:  energy, renewable-energy
WindTurbineClassification
My master's dissertation on wind turbine fault prediction using machine learning
Stars: ✭ 31 (+34.78%)
Mutual labels:  energy, renewable-energy
antaresViz
ANTARES Visualizations
Stars: ✭ 19 (-17.39%)
Mutual labels:  energy, renewable-energy
hack
Kubernetes security and vulnerability tools and utilities.
Stars: ✭ 56 (+143.48%)
Mutual labels:  research
sjm
Sancho McCann's PhD Thesis Research Code
Stars: ✭ 24 (+4.35%)
Mutual labels:  research
green-button-grapher
JS app that parses/displays Green Button XML
Stars: ✭ 23 (+0%)
Mutual labels:  energy
Dallinger
Laboratory automation for the behavioral and social sciences; human culture on a chip.
Stars: ✭ 100 (+334.78%)
Mutual labels:  research
seeing-red
Using PPG Obtained via Smartphone Cameras for Authentication
Stars: ✭ 29 (+26.09%)
Mutual labels:  research
UAV-Stereo-Vision
A program for controlling a micro-UAV for obstacle detection and collision avoidance using disparity mapping
Stars: ✭ 30 (+30.43%)
Mutual labels:  research
seed
Standard Energy Efficiency Data (SEED) Platform™ is a web-based application that helps organizations easily manage data on the energy performance of large groups of buildings.
Stars: ✭ 84 (+265.22%)
Mutual labels:  energy
hyper-radar
💡 Research and development at Hyper
Stars: ✭ 12 (-47.83%)
Mutual labels:  research
easyclimate
Easy access to high-resolution daily climate data for Europe
Stars: ✭ 26 (+13.04%)
Mutual labels:  europe
awesome-utrecht-university
A curated list of awesome open source projects from Utrecht University.
Stars: ✭ 31 (+34.78%)
Mutual labels:  research
cry
SageMath/Python Toolkit for Cryptanalytic Research
Stars: ✭ 23 (+0%)
Mutual labels:  research
hplib
Database with efficiency parameters from public Heatpump Keymark datasets as well as parameter-sets and functions in order to simulate heat pumps (manufacturer+model or generic type)
Stars: ✭ 26 (+13.04%)
Mutual labels:  energy
Groundbreaking-Papers
ML Research paper summaries, annotated papers and implementation walkthroughs
Stars: ✭ 90 (+291.3%)
Mutual labels:  research
fuzvisor
A framework provides an interface to monitor and control fuzzers
Stars: ✭ 31 (+34.78%)
Mutual labels:  research
operatorfabric-core
Main operatorfabric program
Stars: ✭ 29 (+26.09%)
Mutual labels:  energy
trackswitch.js
A Versatile Web-Based Audio Player for Presenting Scientific Results
Stars: ✭ 39 (+69.57%)
Mutual labels:  research
vulnerability-lab
漏洞研究
Stars: ✭ 379 (+1547.83%)
Mutual labels:  research

Euro-Calliope

Models of the European electricity system for Calliope.

This repository contains the workflow routines that automatically build models from raw data. Alternatively to building models yourself, you can use pre-built models that run out-of-the-box. You can find a more detailed description of the first application in a scientific article in Joule.

article DOI pre-built models DOI Documentation Status Check Markdown links Tests of YAML configuration and schema Tests of eurocalliopelib and scripts

At a glance

Euro-Calliope models the European electricity system with each location representing an administrative unit. It is built on three spatial resolutions: on the continental level as a single location, on the national level with 34 locations, and on the regional level with 497 locations. At each location, renewable generation capacities (wind, solar, bioenergy) and balancing capacities (battery, hydrogen) can be built. In addition, hydro electricity and pumped hydro storage capacities can be built up to the extent to which they exist today. All capacities are used to satisfy electricity demand on all locations where demand is based on historic data. Locations are connected through transmission lines of either unrestricted capacity or projections. Using Calliope, the model is formulated as a linear optimisation problem with total monetary cost of all capacities as the minimisation objective. Due to the flexibility of Calliope and the availability of the routines building the model all components can be adapted to the modeller's needs.

More information

Here is where you can find more information:

If you are unable to access the full documentation via ReadTheDocs following the link above, or otherwise want to build the documentation locally, you can run the following from the repository top-level directory (assuming you have conda installed):

conda env create -f envs/docs.yaml
conda activate docs
mkdocs build --no-directory-urls

The documentation can then be accessed by opening build/docs/index.html.

License

Euro-Calliope is developed and maintained within the Calliope project. The code in this repository is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].