varennes_gis_oo/handle_varennes_ds_workflow.py

11 lines
371 B
Python

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
geo_index = ScrubLayer(qgis_path, input_paths['GeoIndex'], 'GeoIndex')
varennes_boundary = \
ScrubLayer(qgis_path, input_paths['Varennes Boundary'], 'Varennes Boundary')