Metadata-Version: 2.1
Name: RDG-Networks
Version: 0.1.7
Summary: Most of the code from the RDG Networks project
Home-page: https://github.com/NiekMooij/RDG_networks
Author: Niek Mooij
Author-email: mooij.niek@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
License-File: LICENSE.txt
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: shapely
Requires-Dist: typing

## Overview

This Python package provides code regarding the RDG networks project.

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Python Version](https://img.shields.io/badge/python-3.6%2B-blue.svg)](https://www.python.org/downloads/)

## Table of Contents

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)
- [License](#license)
- [Contact](#contact)

## Features

- **generate_line_segments:** Function that determines the linesegments of a RDG network.
- **generate_line_network:** Function that makes the underlying network of the linesegments.
- **get_intersection_segments:** Function that determines the intersection segments of a RDG network.
- **draw_segments:** Function that draws the segments.


## Installation
You can install the package using pip:

```bash
pip install RDG-networks
```

## Usage
To use the package, import the relevant script from the functions folder based on the algorithm you'd like to apply.

## Configuration
No specific configuration is required.

## License
This package is distributed under the MIT license.

## Contact
You can contact me at mooij.niek@gmail.com for any questions or suggestions.
