Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oemof/DHNx

District heating system optimisation and simulation models
https://github.com/oemof/DHNx

Last synced: about 2 months ago
JSON representation

District heating system optimisation and simulation models

Awesome Lists containing this project

README

        

|badge_coverage| |readthedocs| |zenodo|

~~~~
DHNx
~~~~

This package provides an open toolbox for district heating and cooling network
optimization and simulation models.

.. contents::

About
=====

The aim of DHNx is to provide a toolbox for building models of
district heating/cooling systems.

Quickstart
==========

If you have a working Python3 environment, use pypi to install the latest DHNx version:

.. code:: bash

pip install dhnx

Install the developer version of DHNx by cloning DHNx to your computer and running

.. code:: bash

pip install -e

in your virtualenv.

Check out the
`examples `_ to get started.

Documentation
=============

The documentation (work in progress) can be found here
``_.
To build the docs locally using sphinx-build run the following in a terminal.

.. code:: bash

sphinx-build docs

Contributing
============

Everybody is welcome to contribute to the development of DHNx. The `developer
guidelines of oemof `_
are in most parts equally applicable to DHNx.

Citing
======

We use the zenodo project to get a DOI for each version.
`Search zenodo for the right citation of your DHNx version `_.

If you want to refer specifically to the district heating network optimization
part of DHNx, you can also cite
`https://doi.org/10.5278/ijsepm.6248 `_.

License
=======

MIT License

Copyright (c) 2020 oemof developing group

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

.. |badge_coverage| image:: https://coveralls.io/repos/github/oemof-heat/DHNx/badge.svg?branch=dev&service=github
:target: https://coveralls.io/github/oemof-heat/DHNx?branch=dev
:alt: Test coverage

.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7844753.svg
:target: https://doi.org/10.5281/zenodo.7844753

.. |readthedocs| image:: https://readthedocs.org/projects/dhnx/badge/?version=latest
:target: https://dhnx.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status