Add description

This commit is contained in:
Alireza Adli 2024-08-05 18:00:06 -04:00
parent 88175cadd6
commit 6a3574cada
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
"""
handle_mtl_ds_workflow module
The workflow of cleaning and updating the Montreal Buildings dataset.
Project Developer: Alireza Adli alireza.adli@concordia.ca
"""
from scrub_layer_class import *
from input_paths_and_layers import *

View File

@ -1,5 +1,5 @@
"""
scrub_layer_class module
scrub_mtl_class module
The workflow of cleaning and updating the Montreal Buildings dataset.
The development of this class has been stopped but the whole workflow
can be found in a module namely handle_mtl_ds_workflow, in the same project.