Edit minor

This commit is contained in:
Alireza Adli 2024-08-15 11:40:06 -04:00
parent cc878fc71e
commit cc28bdeca4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
"""
varennes_io_paths module
The path to the QGIS installation is being put here.
Two dictionaries are being defined to accomodate the input and output paths
for the handle_varennes_ds_workflow.
Project Developer: Alireza Adli alireza.adli@concordia.ca
"""
# Application's path # Application's path
qgis_path = 'C:/Program Files/QGIS 3.34.1/apps/qgis' qgis_path = 'C:/Program Files/QGIS 3.34.1/apps/qgis'

View File

@ -1,6 +1,6 @@
"""This module has been developed to accomodate single tasks that may not be """This module has been developed to accomodate single tasks that may not be
added to the main Varennes workflow (handle_varennes_ds_workflow) added to the main Varennes workflow (handle_varennes_ds_workflow)
Project coder: Alireza Adli alireza.adli@concordia.ca Project developer: Alireza Adli alireza.adli@concordia.ca
""" """
from scrub_layer_class import * from scrub_layer_class import *