https://github.com/oemof/oemof-tabular
Load oemof energy systems from tabular data sources.
https://github.com/oemof/oemof-tabular
datapackage energy modelling tabular-data
Last synced: 8 months ago
JSON representation
Load oemof energy systems from tabular data sources.
- Host: GitHub
- URL: https://github.com/oemof/oemof-tabular
- Owner: oemof
- License: bsd-3-clause
- Created: 2018-11-20T16:05:32.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2025-09-23T12:48:04.000Z (9 months ago)
- Last Synced: 2025-09-23T14:44:53.380Z (9 months ago)
- Topics: datapackage, energy, modelling, tabular-data
- Language: Python
- Homepage: https://oemof-tabular.readthedocs.io/
- Size: 4.97 MB
- Stars: 8
- Watchers: 12
- Forks: 5
- Open Issues: 70
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
========
Overview
========
.. start-badges
|version| |commits-since| |supported-versions| |license|
|docs| |wheel|
.. |docs| image:: https://readthedocs.org/projects/oemof-tabular/badge/?style=flat
:target: https://readthedocs.org/projects/oemof-tabular
:alt: Documentation Status
.. |version| image:: https://img.shields.io/pypi/v/oemof.tabular.svg
:alt: PyPI Package latest release
:target: https://pypi.org/project/oemof.tabular
.. |commits-since| image:: https://img.shields.io/badge/dynamic/json.svg?label=%2B&url=https%3A%2F%2Fapi.github.com%2Frepos%2Foemof%2Foemof-tabular%2Fcompare%2Fv0.0.5...dev&query=%24.total_commits&colorB=blue
:alt: Commits since latest release
:target: https://github.com/oemof/oemof-tabular/compare/v0.0.5...dev
.. |wheel| image:: https://img.shields.io/pypi/wheel/oemof.tabular.svg
:alt: PyPI Wheel
:target: https://pypi.org/project/oemof.tabular
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/oemof.tabular.svg
:alt: Supported versions
:target: https://pypi.org/project/oemof.tabular
.. |license| image:: https://img.shields.io/pypi/l/oemof-tabular.svg?colorB=blue
:alt: PyPI - License
:target: https://github.com/oemof/oemof-tabular/blob/master/LICENSE
.. end-badges
Load oemof energy systems from tabular data sources.
* Free software: BSD 3-Clause License
Installation
============
Simpy run:
::
pip install oemof.tabular
Documentation
=============
https://oemof-tabular.readthedocs.io/
Development
===========
Please activate pre-commit hooks in order to follow our coding styles:
::
pip install pre-commit
pre-commit install
To run the all tests run:
::
pytest
.. 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