Split to five files

This commit is contained in:
Alireza Adli 2024-08-07 15:38:34 -04:00
parent a52e49bae2
commit 0c750063cd

View File

@ -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()