Remove property assessment from io paths
This commit is contained in:
parent
9b9218e1e4
commit
4fd1566177
|
@ -8,9 +8,7 @@ input_paths = {
|
||||||
'data/input_data/Geoindex_81670/mamh_usage_predo_2022_s_poly.shp',
|
'data/input_data/Geoindex_81670/mamh_usage_predo_2022_s_poly.shp',
|
||||||
'Varennes Boundary':
|
'Varennes Boundary':
|
||||||
'C:/Users/a_adli/PycharmProjects/varennes_gis_oo/'
|
'C:/Users/a_adli/PycharmProjects/varennes_gis_oo/'
|
||||||
'data/input_data/varennes_boundary/varennes_boundary.shp',
|
'data/input_data/varennes_boundary/varennes_boundary.shp'
|
||||||
'Property Assessment 2022':
|
|
||||||
'C:/Users/a_adli/PycharmProjects/varennes_gis_oo/data/initial_data/ROLE2022_SHP/rol_unite_p.shp'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Defining a directory for all the output data layers
|
# Defining a directory for all the output data layers
|
||||||
|
@ -21,6 +19,5 @@ output_paths_dir = \
|
||||||
# Preparing a bedding for output data layers paths
|
# Preparing a bedding for output data layers paths
|
||||||
output_paths = {
|
output_paths = {
|
||||||
'Fixed GeoIndex': '',
|
'Fixed GeoIndex': '',
|
||||||
'Clipped Fixed GeoIndex': '',
|
'Clipped Fixed GeoIndex': ''
|
||||||
'Varennes Clipped Property Assessment': ''
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user