Edit imports
This commit is contained in:
parent
0cf3aaf2fe
commit
4959fac966
|
@ -6,9 +6,9 @@ The original workflow was developed in ArcGIS by
|
|||
Kartikay Sharma (kartikay.sharma@concordia.ca).
|
||||
"""
|
||||
|
||||
from scrub_layer import *
|
||||
from config import *
|
||||
|
||||
from scrub_layer import ScrubLayer
|
||||
from config import qgis_path, input_paths, output_paths, output_paths_dir
|
||||
from helpers import create_output_folders
|
||||
# Making folders for the output data layers
|
||||
create_output_folders(output_paths, output_paths_dir)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user