Edit minor
This commit is contained in:
parent
cc878fc71e
commit
cc28bdeca4
|
@ -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
|
||||
qgis_path = 'C:/Program Files/QGIS 3.34.1/apps/qgis'
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""This module has been developed to accomodate single tasks that may not be
|
||||
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 *
|
||||
|
|
Loading…
Reference in New Issue
Block a user