Skip to content

alaurent34/mtl_street_sign_to_curblr

Repository files navigation

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.

About

Transform MTL street sign into CurbLR format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published