fschwartzer commited on
Commit
4f1c352
1 Parent(s): 4fc77fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -62,6 +62,8 @@ custom_lat = data['latitude'].mean()
62
  custom_lon = data['longitude'].mean()
63
  radius_in_meters = 1500
64
  filtered_data = data # Initialize with the entire dataset
 
 
65
 
66
  # Find the maximum distance between coordinates
67
  max_distance = 0
 
62
  custom_lon = data['longitude'].mean()
63
  radius_in_meters = 1500
64
  filtered_data = data # Initialize with the entire dataset
65
+ max_distance_all = 0 # Initialize max_distance_all here
66
+
67
 
68
  # Find the maximum distance between coordinates
69
  max_distance = 0