Metadata-Version: 2.1
Name: dave_core
Version: 1.3.1
Summary: DAVE is a tool for automatic energy grid generation
Home-page: https://github.com/DaveFoss/DAVE_core
Author: DAVE_core Developers
Author-email: EMAIL@IS.MISSING.DE
License: BSD 3-cluase
Project-URL: Documentation, https://dave-core.readthedocs.io
Project-URL: Changelog, https://dave-core.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/DaveFoss/DAVE_core/issues
Project-URL: Homepage, http://databutler.energy/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: pandas
Requires-Dist: Shapely
Requires-Dist: geopandas
Requires-Dist: matplotlib
Requires-Dist: geopy
Requires-Dist: fiona
Requires-Dist: networkx
Requires-Dist: contextily
Requires-Dist: pytest
Requires-Dist: pytest-cov
Requires-Dist: pytest-xdist
Requires-Dist: xmlschema
Requires-Dist: lxml
Requires-Dist: tables
Requires-Dist: tqdm
Requires-Dist: pandapower
Requires-Dist: pandapipes
Requires-Dist: defusedxml
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"

=========
DAVE_core
=========




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 :

- `Banze, T., Kneiske, T.M. Open data for energy networks: introducing DAVE—a data fusion tool for automated network generation. Sci Rep 14, 1938 (2024). <https://doi.org/10.1038/s41598-024-52199-w>`_

More on DAVE is published on the webside http://databutler.energy


Installation
============

::

    pip install dave_core

You can also install the in-development version with::

    pip install https://github.com/DaveFoss/DAVE_core/archive/main.zip


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


https://dave-data.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

https://dave-core.readthedocs.io/en/latest/changelog.html
