9 lines
260 B
Python
9 lines
260 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
|
|
nrcan = ScrubLayer(qgis_path, input_paths['NRCan'], 'NRCan')
|