Add description & change imports

This commit is contained in:
Alireza Adli 2024-11-04 10:34:53 -05:00
parent ffb4d87e57
commit 98d37c672d

View File

@ -2,10 +2,12 @@
handle_mtl_ds_workflow module handle_mtl_ds_workflow module
The workflow of cleaning and updating the Montreal Buildings dataset. The workflow of cleaning and updating the Montreal Buildings dataset.
Project Developer: Alireza Adli alireza.adli@concordia.ca Project Developer: Alireza Adli alireza.adli@concordia.ca
The original workflow was developed in ArcGIS by
Kartikay Sharma (kartikay.sharma@concordia.ca).
""" """
from scrub_layer_class import * from scrub_layer import *
from input_paths_and_layers import * from config import *
# Making folders for the output data layers # Making folders for the output data layers
create_output_folders(output_paths, output_paths_dir) create_output_folders(output_paths, output_paths_dir)