Add property assessment clip to single processes
This commit is contained in:
parent
b6a39146d4
commit
bbea4a70b0
16
varennes_single_processes/varennes_single_tasks.py
Normal file
16
varennes_single_processes/varennes_single_tasks.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
"""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
|
||||
"""
|
||||
|
||||
from scrub_layer_class import *
|
||||
|
||||
input_path = \
|
||||
'C:/Users/a_adli/PycharmProjects/hydroquebec_archetype_gispy/' \
|
||||
'data/input_data/Geoindex_81670/mamh_usage_predo_2022_s_poly.shp'
|
||||
|
||||
|
||||
output_path = \
|
||||
'C:/Users/a_adli/PycharmProjects/varennes_gis_oo/' \
|
||||
'data/varennes_output'
|
||||
|
Loading…
Reference in New Issue
Block a user