Metadata-Version: 2.1
Name: crdesc
Version: 0.3
Summary: crdesc is a python package that produces a textual description from a crmodel.
Home-page: https://github.com/jeremyk6/crdesc/
Author: Jérémy Kalsron
Author-email: jeremy.kalsron@gmail.com  
License: AGPL-3.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# crdesc

**crdesc** is a python package that produces a textual description from a [crmodel](https://github.com/jeremyk6/crmodel) output.

This tool was developed and tested under Ubuntu 20.04.

## Dependencies

This tool depends on crmodel and [pyrealb](https://github.com/lapalme/pyrealb). You can install everything with pip:

```bash
pip3 install -r requirements.txt
````

## How to use

You can obtain a description of an intersection this way:

```bash
./main -c x y [-o output format]
```
With **x** and **y** the coordinates of the targeted intersection. Description will be outputed on stdout. You can also output the json and geojson of crmodel that will be completed with the description of each object.
