From 6a3574cadab3025508fd06ab8cf08446f9d106d1 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Mon, 5 Aug 2024 18:00:06 -0400 Subject: [PATCH] Add description --- handle_mtl_ds_workflow.py | 6 ++++++ scrub_mtl_class.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/handle_mtl_ds_workflow.py b/handle_mtl_ds_workflow.py index 4f3c68d..0ebab9b 100644 --- a/handle_mtl_ds_workflow.py +++ b/handle_mtl_ds_workflow.py @@ -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 * diff --git a/scrub_mtl_class.py b/scrub_mtl_class.py index 3558e4c..9dae53c 100644 --- a/scrub_mtl_class.py +++ b/scrub_mtl_class.py @@ -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.