Overview
docs |
|
|---|---|
tests |
|
package |
0.0.1b3 |wheel| |supported-versions| |supported-implementations| |
Short Discription
DAVE is an softwaretool for a automatic generation of region-specific energy grid models. The resulting grid models are based on open data from different sources.
This code ist based on and explained in the following publicationat :
More on DAVE is published on the webside http://databutler.energy
Free software: MIT license
Installation
pip install dave_kwp
You can also install the in-development version with:
pip install https://github.com/DaveFoss/DAVE_kwp/archive/main.zip
Documentation
Development
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows |
set PYTEST_ADDOPTS=--cov-append
tox
|
|---|---|
Other |
PYTEST_ADDOPTS=--cov-append tox
|