Metadata-Version: 2.1
Name: ding0
Version: 0.2.1
Summary: DIstribution Network GeneratOr
Home-page: https://github.com/openego/ding0
Author: Reiner Lemoine Institut
Author-email: jonathan.amme@rl-institut.de
License: GNU AGPLv3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: networkx (==2.5.1)
Requires-Dist: geopy (==2.1.0)
Requires-Dist: pandas (==1.2.4)
Requires-Dist: pyproj (==3.0.1)
Requires-Dist: sqlalchemy (<=1.3.24)
Requires-Dist: geoalchemy2 (==0.6.3)
Requires-Dist: matplotlib (<=3.4.2,>=1.5.3)
Requires-Dist: egoio (==0.4.8)
Requires-Dist: shapely (==1.7.1)
Requires-Dist: pypsa (<=0.17.1,>=0.11.0)
Requires-Dist: seaborn (==0.11.1)
Requires-Dist: unittest2 (==1.1.0)
Requires-Dist: oedialect (==0.0.10)
Requires-Dist: geopandas (==0.9.0)
Requires-Dist: descartes (==1.1.0)
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-dependency ; extra == 'dev'
Requires-Dist: pytest-parallel ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'

<img align="right" width="300" height="300" src="https://raw.githubusercontent.com/openego/ding0/dev/doc/images/DING0_Logo_300px.png">

[![Documentation Status](https://readthedocs.org/projects/ding0/badge/?version=dev)](http://dingo.readthedocs.io/en/dev)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.834751.svg)](https://doi.org/10.5281/zenodo.834751)
[![Build Status](https://travis-ci.org/openego/ding0.svg?branch=dev)](https://travis-ci.org/openego/ding0)

DING0
=====
DIstribution Network GeneratOr -- A tool to generate synthetic medium and low
voltage power distribution grids based on open (or at least publicly available)
data.

Installation and usage
----------------------

Ding0 is provided through the package management tool *pip*. Install it by

```
pip install ding0
```

Further details regarding the installation including dependencies are provided
in the [documentation](https://dingo.readthedocs.io)

A [set of examples](https://dingo.readthedocs.io/en/dev/usage_details.html#examples)
is provided to show how to use Ding0.

An overview on versions of data already generated
[can be found in the wiki](https://github.com/openego/ding0/wiki/Ding0-datasets).

LICENSE
-------

Copyright (C) 2017-2021 openego project group

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
details.

You should have received a copy of the GNU General Public License along with
this program. If not, see https://www.gnu.org/licenses/.


