All Projects → calliope-project → Calliope

calliope-project / Calliope

Licence: apache-2.0
A multi-scale energy systems modelling framework

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Calliope

Awesome Raspberry Pi
curated list of projects with raspberry pi
Stars: ✭ 309 (+110.2%)
Mutual labels:  energy
Node Opcua
an implementation of a OPC UA stack fully written in javascript and nodejs - http://node-opcua.github.io/
Stars: ✭ 985 (+570.07%)
Mutual labels:  energy
Pcm
Processor Counter Monitor
Stars: ✭ 1,240 (+743.54%)
Mutual labels:  energy
Nilmtk
Non-Intrusive Load Monitoring Toolkit (nilmtk)
Stars: ✭ 563 (+282.99%)
Mutual labels:  energy
Decentralized Energy Fabric On Ibp20
Set up a network on the IBM Blockchain Platform and deploy a decentralized energy smart contract on the network.
Stars: ✭ 29 (-80.27%)
Mutual labels:  energy
Cpu Energy Meter
A tool for measuring energy consumption of Intel CPUs
Stars: ✭ 44 (-70.07%)
Mutual labels:  energy
home-assistant-glow
⚡ The power of energy measurements in your house
Stars: ✭ 383 (+160.54%)
Mutual labels:  energy
Openimu
Open Source Analytics & Visualisation Software for Inertial Measurement Units
Stars: ✭ 133 (-9.52%)
Mutual labels:  energy
Home Assistant octopusagile
Octopus Agile custom component for Home Assistant
Stars: ✭ 30 (-79.59%)
Mutual labels:  energy
Gsee
GSEE: Global Solar Energy Estimator
Stars: ✭ 65 (-55.78%)
Mutual labels:  energy
Open Sustainable Technology
Listing of worldwide open technology projects preserving a stable climate, energy supply and vital natural resources. Enjoy the website: https://opensustain.tech/
Stars: ✭ 595 (+304.76%)
Mutual labels:  energy
Stromdao Businessobject
Abstract BusinessObject for StromDAO Energy Blockchain. Abstraction layer between blockchain technology and business logic providing energy market related entities and use cases.
Stars: ✭ 10 (-93.2%)
Mutual labels:  energy
Opentaps seas
opentaps Smart Energy Applications Suite
Stars: ✭ 55 (-62.59%)
Mutual labels:  energy
Energy Languages
The complete set of tools for energy consumption analysis of programming languages, using Computer Language Benchmark Game
Stars: ✭ 385 (+161.9%)
Mutual labels:  energy
Power Wheel Card
An intuitive way to represent the power and energy that your home is consuming or producing. (A custom card for the Lovelace UI of Home Assistant.)
Stars: ✭ 93 (-36.73%)
Mutual labels:  energy
Openremote
100% open-source IoT Platform - Integrate your assets, create rules, and visualize your data
Stars: ✭ 254 (+72.79%)
Mutual labels:  energy
Iobroker.sourceanalytix
Detailed analysis of your Energy, gas and liquid consumptions
Stars: ✭ 40 (-72.79%)
Mutual labels:  energy
Eemeter
An open source python package for implementing and developing standard methods for calculating normalized metered energy consumption and avoided energy use.
Stars: ✭ 134 (-8.84%)
Mutual labels:  energy
Gcam Core
GCAM -- The Global Change Analysis Model
Stars: ✭ 100 (-31.97%)
Mutual labels:  energy
Freqbench
Comprehensive CPU frequency performance/power benchmark
Stars: ✭ 65 (-55.78%)
Mutual labels:  energy

Chat on Gitter Master branch build status Documentation build status Test coverage PyPI version Anaconda.org/conda-forge version JOSS DOI


A multi-scale energy systems modelling framework | www.callio.pe


Contents


About

Calliope is a framework to develop energy system models, with a focus on flexibility, high spatial and temporal resolution, the ability to execute many runs based on the same base model, and a clear separation of framework (code) and model (data). Its primary focus is on planning energy systems at scales ranging from urban districts to entire continents. In an optional operational it can also test a pre-defined system under different operational conditions.

A Calliope model consists of a collection of text files (in YAML and CSV formats) that fully define a model, with details on technologies, locations, resource potentials, etc. Calliope takes these files, constructs an optimization problem, solves it, and reports back results. Results can be saved to CSV or NetCDF files for further processing, or analysed directly in Python through Python's extensive scientific data processing capabilities provided by libraries like Pandas and xarray.

Calliope comes with several built-in analysis and visualisation tools. Having some knowledge of the Python programming language helps when running Calliope and using these tools, but is not a prerequisite.

Quick start

Calliope can run on Windows, macOS and Linux. Installing it is quickest with the conda package manager by running a single command: conda create -c conda-forge -n calliope calliope.

See the documentation for more information on installing.

Several easy to understand example models are included with Calliope and accessible through the calliope.examples submodule.

The tutorials in the documentation run through these examples. A good place to start is to look at these tutorials to get a feel for how Calliope works, and then to read the "Introduction", "Building a model", "Running a model", and "Analysing a model" sections in the online documentation.

More fully-featured examples that have been used in peer-reviewed scientific publications are available in our model gallery.

Documentation

Documentation is available on Read the Docs:

Contributing

To contribute changes:

  1. Fork the project on GitHub
  2. Create a feature branch to work on in your fork (git checkout -b new-feature)
  3. Add your name to the AUTHORS file
  4. Commit your changes to the feature branch
  5. Push the branch to GitHub (git push origin my-new-feature)
  6. On GitHub, create a new pull request from the feature branch

See our contribution guidelines for more information -- and join us on Gitter to ask questions or discuss code.

What's new

See changes made in recent versions in the changelog.

Citing Calliope

If you use Calliope for academic work please cite:

Stefan Pfenninger and Bryn Pickering (2018). Calliope: a multi-scale energy systems modelling framework. Journal of Open Source Software, 3(29), 825. doi: 10.21105/joss.00825

License

Copyright since 2013 Calliope contributors listed in AUTHORS

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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].