Add comment
This commit is contained in:
parent
ba0645f798
commit
f91c8b865f
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user