Add comment

This commit is contained in:
Alireza Adli 2024-08-23 16:51:19 -04:00
parent ba0645f798
commit f91c8b865f

View File

@ -76,6 +76,7 @@ varennes_nrcan_centroids_df['ID'] = range(len(varennes_nrcan_centroids_df))
# Removing polygones based on a diifference (tolerance variable) # Removing polygones based on a diifference (tolerance variable)
# between centroid_x of polygons and centroid_y of the polygons # between centroid_x of polygons and centroid_y of the polygons
# The tolerance can be changed to one or five
tolerance = 3 tolerance = 3
counter = 0 counter = 0
centroid_x = varennes_nrcan_centroids_df['centroid_x'].tolist() centroid_x = varennes_nrcan_centroids_df['centroid_x'].tolist()