Split to five files
This commit is contained in:
parent
a52e49bae2
commit
0c750063cd
|
@ -30,13 +30,13 @@ output_layers_folder = \
|
|||
'C:/Users/a_adli/PycharmProjects/' \
|
||||
'hydroquebec_archetype_gispy/data/' \
|
||||
'output_data/divided_all'
|
||||
num_layers = 20
|
||||
num_layers = 5
|
||||
create_folders(output_layers_folder, num_layers)
|
||||
|
||||
layer_path = \
|
||||
'C:/Users/a_adli/PycharmProjects/' \
|
||||
'hydroquebec_archetype_gispy/data/' \
|
||||
'output_data/02_clipped_nrcan_mtl_boundary/clipped_nrcan.shp'
|
||||
'output_data/nrcan_fixed_from_class_mtl/nrcan_fixed.shp'
|
||||
|
||||
fixed_nrcan, fixed_nrcan_name = load_layer(layer_path, 'Clipped NRCan')
|
||||
layer_length = fixed_nrcan.featureCount()
|
||||
|
|
Loading…
Reference in New Issue
Block a user