Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.29 KB

MTL Street Sign to CurbLR

Transform Montreal parking sign data into CurbLR data format. For the CurbLR specification, take a tour of the CurbLR Specification.

Prerequisites

Before you begin, ensure you have the following installed:

  • Python 3.10
  • conda (Python package installer)
  • Internet access for fetching the data from Montreal Open Data.

Getting Started

  1. Install Dependencies

    Install the required Python libraries:

    conda env create -f environment.yml

Usage

The script is run by inventory_transformation.py. The file signalec.py is a version of the code made to convert SIGNALEC data into CurbLR.

Example

Ensure you have an active internet connection to fetch the data from Montreal's Open Data portal. Here’s an example of how to run the script to preprocess the data and convert it to CurbLR:

python3 inventory_transformation.py 

This command will first preprocess the data and then start the processing to convert the Montreal parking sign data into the CurbLR format.