Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oemof/feedinlib
This repository contains implementations of photovoltaic models to calculate electricity generation from a pv installation based on given solar radiation. Furthermore it contains all necessary pre-calculations.
https://github.com/oemof/feedinlib
Last synced: 4 days ago
JSON representation
This repository contains implementations of photovoltaic models to calculate electricity generation from a pv installation based on given solar radiation. Furthermore it contains all necessary pre-calculations.
- Host: GitHub
- URL: https://github.com/oemof/feedinlib
- Owner: oemof
- License: mit
- Created: 2014-07-24T09:03:29.000Z (over 10 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-30T04:54:03.000Z (over 1 year ago)
- Last Synced: 2024-06-11T16:02:00.929Z (5 months ago)
- Language: Python
- Homepage:
- Size: 3.89 MB
- Stars: 96
- Watchers: 22
- Forks: 44
- Open Issues: 24
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-energy-tools - feedinlib
- open-sustainable-technology - feedinlib - Contains implementations of photovoltaic models to calculate electricity generation from a PV installation based on given solar radiation. Furthermore it contains all necessary pre-calculations. (Renewable Energy / Photovoltaics and Solar Energy)
README
========
Overview
========.. start-badges
.. list-table::
:stub-columns: 1|workflow_pytests| |workflow_checks| |docs| |appveyor| |requires| |coveralls| |packaging|
|version| |wheel| |supported-versions| |supported-implementations| |commits-since|.. |docs| image:: https://readthedocs.org/projects/feedinlib/badge/?style=flat
:target: https://feedinlib.readthedocs.io/
:alt: Documentation Status.. |workflow_pytests| image:: https://github.com/oemof/feedinlib/workflows/tox%20pytests/badge.svg?branch=revision/add-tox-github-workflows-src-directory-ci
:target: https://github.com/oemof/feedinlib/actions?query=workflow%3A%22tox+pytests%22.. |workflow_checks| image:: https://github.com/oemof/feedinlib/workflows/tox%20checks/badge.svg?branch=revision/add-tox-github-workflows-src-directory-ci
:target: https://github.com/oemof/feedinlib/actions?query=workflow%3A%22tox+checks%22.. |packaging| image:: https://github.com/oemof/feedinlib/workflows/packaging/badge.svg?branch=revision/add-tox-github-workflows-src-directory-ci
:target: https://github.com/oemof/feedinlib/actions?query=workflow%3Apackaging.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/oemof/feedinlib?branch=master&svg=true
:alt: AppVeyor Build Status
:target: https://ci.appveyor.com/project/oemof/feedinlib.. |requires| image:: https://requires.io/github/oemof/feedinlib/requirements.svg?branch=master
:alt: Requirements Status
:target: https://requires.io/github/oemof/feedinlib/requirements/?branch=master.. |coveralls| image:: https://coveralls.io/repos/oemof/feedinlib/badge.svg?branch=master&service=github
:alt: Coverage Status
:target: https://coveralls.io/r/oemof/feedinlib.. |version| image:: https://img.shields.io/pypi/v/feedinlib.svg
:alt: PyPI Package latest release
:target: https://pypi.org/project/feedinlib.. |wheel| image:: https://img.shields.io/pypi/wheel/feedinlib.svg
:alt: PyPI Wheel
:target: https://pypi.org/project/feedinlib.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/feedinlib.svg
:alt: Supported versions
:target: https://pypi.org/project/feedinlib.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/feedinlib.svg
:alt: Supported implementations
:target: https://pypi.org/project/feedinlib.. |commits-since| image:: https://img.shields.io/github/commits-since/oemof/feedinlib/v0.0.12.svg
:alt: Commits since latest release
:target: https://github.com/oemof/feedinlib/compare/v0.0.12...master.. end-badges
Connect weather data interfaces with interfaces of wind and pv power models.
* Free software: MIT license
Installation
============On Linux systems, you can just::
pip install feedinlib
You can also install the in-development version with::
pip install https://github.com/oemof/feedinlib/archive/master.zip
On Windows systems, some dependencies are not pip-installable. Thus, Windws
users first have to manually install the dependencies e.g. using conda or mamba.Documentation
=============https://feedinlib.readthedocs.io/
Development
===========To run all the tests run::
tox
Note, to combine the coverage data from all the tox environments run:
.. list-table::
:widths: 10 90
:stub-columns: 1- - Windows
- ::set PYTEST_ADDOPTS=--cov-append
tox- - Other
- ::PYTEST_ADDOPTS=--cov-append tox