Skip to content

Commit

Permalink
Update facility IDs, and fix scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
mileswwatkins committed May 12, 2024
1 parent 189dffb commit 3c9042e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/compiled_facility_ids.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
10110659
10132083
10132085
10289153
118991
233126
233128
Expand Down
1 change: 0 additions & 1 deletion data/get_availability.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def get_facility_metadata(facility_id):
del campground_metadata['order_components']
del campground_metadata['org_id']
del campground_metadata['receipt_autoprint']
assert campground_metadata['receipt_custom_text'] == ""
del campground_metadata['receipt_custom_text']
del campground_metadata['state']
del campground_metadata['updated_by']
Expand Down
3 changes: 3 additions & 0 deletions data/manually_entered_facility_ids.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@

# Additional facility ID sourced from https://www.firelookout.com
251769

# Additional facility ID sourced from https://www.fs.usda.gov/recarea/kootenai/recarea/?recid=80558
250012

0 comments on commit 3c9042e

Please sign in to comment.