Skip to content

Commit

Permalink
Removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun-Davis committed Jun 6, 2024
1 parent 063a09e commit 3ff75e9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backend/app/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,6 @@ def get_bird_ids(bird: str):
status_code=404,
detail= f'CSV file for {filename} not found')

'''
def simplify_line(coordinates, tolerance=0.1):
line = LineString(coordinates)
simplified_line = line.simplify(tolerance, preserve_topology=False)
return list(zip(*simplified_line.xy))'''


@app.get('/get_heatmap_data')
def get_heatmap_data(bird: str):
Expand Down

0 comments on commit 3ff75e9

Please sign in to comment.