Skip to content

Commit 3ff75e9

Browse files
committed
Removed unused function
1 parent 063a09e commit 3ff75e9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

backend/app/base.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,6 @@ def get_bird_ids(bird: str):
263263
status_code=404,
264264
detail= f'CSV file for {filename} not found')
265265

266-
'''
267-
def simplify_line(coordinates, tolerance=0.1):
268-
line = LineString(coordinates)
269-
simplified_line = line.simplify(tolerance, preserve_topology=False)
270-
return list(zip(*simplified_line.xy))'''
271-
272266

273267
@app.get('/get_heatmap_data')
274268
def get_heatmap_data(bird: str):

0 commit comments

Comments
 (0)