Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greco-project/pvcompare
pvcompare is a model for comparing the benefits of different PV technologies in local energy systems in different energy supply scenarios.
https://github.com/greco-project/pvcompare
Last synced: 3 months ago
JSON representation
pvcompare is a model for comparing the benefits of different PV technologies in local energy systems in different energy supply scenarios.
- Host: GitHub
- URL: https://github.com/greco-project/pvcompare
- Owner: greco-project
- License: agpl-3.0
- Created: 2019-11-28T09:16:52.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-07-28T07:50:41.000Z (over 3 years ago)
- Last Synced: 2024-06-11T16:01:48.070Z (5 months ago)
- Language: Python
- Homepage:
- Size: 39.3 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 32
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - pvcompare - A model for comparing the benefits of different PV technologies in a specified local energy system in different energy supply scenarios. (Renewable Energy / Photovoltaics and Solar Energy)
README
|badge_docs| |badge_CI| |badge_coverage| |badge_zenodo|
Deprecated: |badge_travis|
.. |badge_docs| image:: https://readthedocs.org/projects/pvcompare/badge/?version=latest
:target: https://pvcompare.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. |badge_CI| image:: https://github.com/greco-project/pvcompare/actions/workflows/main.yml/badge.svg
:target: https://github.com/greco-project/pvcompare/actions/workflows/main.yml
:alt: Build status.. |badge_coverage| image:: https://coveralls.io/repos/github/greco-project/pvcompare/badge.svg?branch=dev
:target: https://coveralls.io/github/greco-project/pvcompare?branch=dev
:alt: Test coverage.. |badge_travis| image:: https://travis-ci.com/greco-project/pvcompare.svg?branch=dev
:target: https://travis-ci.com/greco-project/pvcompare.. |badge_zenodo| image:: https://zenodo.org/badge/224614782.svg
:target: https://zenodo.org/badge/latestdoi/224614782pvcompare
~~~~~~~~~Introduction
============*pvcompare* is a model that compares the benefits of different PV technologies in a specified energy system by running
an energy system optimization. This model concentrates on the integration of PV technologies into local energy systems but could
easily be enhanced to analyse other conversion technologies.The functionalities include
* calculation of an area potential for PV on rooftops and façades based on building parameters,
* calculation of heat and electricity demand time series for a specific amount of people living in these buildings,
* calculation of PV feed-in time series for a set of PV installations on rooftops and façades incl. different technologies,* all technologies in the database of `pvlib `_,
* a specific concentrator-PV module (`CPV `_) and
* a module of perovskite-silicon cells (`PeroSI `_),* calculation of temperature dependent COPs or respectively EERs for heat pumps and chillers,
* download and formatting of `ERA5 weather data `_ (global reanalysis data set),
* preparation of data and input files for the energy system optimization,
* a sensitivity analysis for input parameters and
* visualisations for the comparison of different technologies.The model is being developed within the scope of the H2020 project `GRECO `_.
The energy system optimization is based on the `oemof-solph `_ python package,
which *pvcompare* calls via the `Multi-Vector Simulator (MVS) `_, a
tool for assessing and optimizing Local Energy Systems (LES).Documentation
=============The full documentation can be found at `readthedocs `_.
Installation
============To install *pvcompare* follow these steps:
- Clone *pvcompare* and navigate to the directory ``\pvcompare`` containing the ``setup.py``:
::
git clone [email protected]:greco-project/pvcompare.git
cd pvcompare- Install the package:
::
pip install -e .
- For the optimization you need to install a solver. You can download the open source `cbc-solver `_ from https://ampl.com/dl/open/cbc/ . Please follow the installation `steps `_ in the oemof installation instructions. You also find information about other solvers there.
Examples and basic usage
========================
The basic usage of *pvcompare* is explained in the documentation in section `Basic usage of pvcompare `_.
Examples are provided on github in the directory `examples/ `_.Contributing
============We are warmly welcoming all who want to contribute to *pvcompare*.
Please read our `Contributing Guidelines `_.
You can also get in contact by writing an `issue on github `_.