Metadata-Version: 2.1
Name: ding0
Version: 0.1.12
Summary: DIstribution Network GeneratOr
Home-page: https://github.com/openego/ding0
Author: Reiner Lemoine Institut, openego development group
Author-email: jonathan.amme@rl-institut.de
License: GNU GPLv3
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: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/x-rst
Requires-Dist: networkx (>=2.0)
Requires-Dist: geopy (<=1.11.0,>=1.11.0)
Requires-Dist: pandas (<=0.20.3,>=0.20.3)
Requires-Dist: pyproj (<=1.9.5.1,>=1.9.5.1)
Requires-Dist: sqlalchemy (<=1.2.0,>=1.0.11)
Requires-Dist: geoalchemy2 (<=0.4.1,>=0.2.6)
Requires-Dist: matplotlib (<=2.0.2,>=1.5.3)
Requires-Dist: egoio (>=0.4.7)
Requires-Dist: shapely (<=1.7,>=1.5.12)
Requires-Dist: pypsa (<=0.11.0,>=0.11.0)
Requires-Dist: seaborn
Requires-Dist: unittest2
Requires-Dist: oedialect (==0.0.6.dev0)
Requires-Dist: geopandas
Requires-Dist: descartes

<img align="right" width="300" height="300" src="https://github.com/openego/ding0/blob/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 accessible) data.

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

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

```
pip3 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 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/.


