diff --git a/building_cleanup_workflow.py b/building_cleanup_workflow.py index 0ebab9b..673e0e2 100644 --- a/building_cleanup_workflow.py +++ b/building_cleanup_workflow.py @@ -2,10 +2,12 @@ handle_mtl_ds_workflow module The workflow of cleaning and updating the Montreal Buildings dataset. 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 input_paths_and_layers import * +from scrub_layer import * +from config import * # Making folders for the output data layers create_output_folders(output_paths, output_paths_dir)