Add description & change imports
This commit is contained in:
parent
ffb4d87e57
commit
98d37c672d
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user