Metadata-Version: 2.1
Name: city-graph
Version: 0.2b0
Summary: Framework for representing a city and moving around it
Home-page: https://github.com/MPI-IS/CityGraph.git
Author: Jean Claude Passy, Ivan Oreshnikov, Vincent Berenz
Maintainer: Software Workshop - Max Planck Institute for Intelligent Systems
Maintainer-email: jean-claude.passy@tuebingen.mpg.de
License: BSD
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: descartes
Requires-Dist: geopandas
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: osmnx
Requires-Dist: scipy
Requires-Dist: shapely

[![Build status](https://raw.githubusercontent.com/MPI-IS-BambooAgent/sw_badges/master/badges/plans/citygraph/tag.svg?sanitize=true)](https://atlas.is.localnet/bamboo/browse/BAMEI-CIT/latest/)

CityGraph
=========

**CityGraph** is a `Python` framework for representing a city (real or virtual) and moving around it.

Requirements
------------

The application only requires `Python 3.5` or higher.

Installation
------------

**CityGraph** releases can be instaled from [PyPI](https://pypi.org/):

```
$ pip install city-graph
```

Alternatively, one can also clone the repository and install the package locally:

```
$ git clone https://github.com/MPI-IS/CityGraph.git
$ cd CityGraph
$ pip install .
```

We strongly advise to install the package in a dedicated virtual environment.

Tests
-----

To run the tests, simply do:

```
$ python -m unittest
```

Documentation
-------------

To build the `Sphinx` documentation:

```
$ pip install sphinx sphinx-bootstrap-theme
$ cd doc
$ make html
```
and open the file `build/html/index.html` in your web browser.

Authors
-------

[Jean-Claude Passy](https://github.com/jcpassy),
Software Workshop - Max Planck Institute for Intelligent Systems

[Ivan Oreshnikov](https://github.com/ioreshnikov),
Software Workshop - Max Planck Institute for Intelligent Systems

[Vincent Berenz](https://github.com/vincentberenz),
Max Planck Institute for Intelligent Systems

License
-------

BSD-3-Clause (see LICENSE.md).

The OSM import code contains a modified snippet of code from the project
[osmnx](https://github.com/gboeing/osmnx) that is being distributed under the MIT License;
for the original license file and copyright attribution see LICENSE_OSMNX.md.

Copyright
---------
© 2020, Max Planck Society / Software Workshop - Max Planck Institute for Intelligent Systems


