Skip to content

Commit

Permalink
Hard-code Flag Point Lookout coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
mileswwatkins committed May 14, 2024
1 parent 3c9042e commit c946b6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/get_availability.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ def get_facility_ids():
'10132085': {
'facility_latitude': 47.864,
'facility_longitude': -120.471
},
# Flag Point Lookout, Oregon
'10289153': {
'facility_latitude': 45.318,
'facility_longitude': -121.467
}
}

Expand Down

0 comments on commit c946b6b

Please sign in to comment.