2024-07-23 10:26:08 -04:00
|
|
|
from scrub_layer_class import *
|
|
|
|
from varennes_io_paths import *
|
|
|
|
|
|
|
|
# Making folders for the output data layers
|
|
|
|
create_output_folders(output_paths, output_paths_dir)
|
|
|
|
|
|
|
|
# Initialize the input data layers
|
2024-07-23 15:14:51 -04:00
|
|
|
geo_index = ScrubLayer(qgis_path, input_paths['GeoIndex'], 'GeoIndex')
|
|
|
|
varennes_boundary = \
|
|
|
|
ScrubLayer(qgis_path, input_paths['Varennes Boundary'], 'Varennes Boundary')
|