THIS CODE IS ONLY TO BE USED FOR ACADEMIC AND LEARNING PURPOSES
├── data
These are data obtained via scraping and via the NPS API. Since data are large they should be ignored.
├── src | api.py
This script connects to the NPS API for general park info, alerts, events, news releases, and campground information.
├── src | scrape.py
This script will scrape the NPS National Reports for traffic and visitor counts.
├── src | config.py
This script should contain a user specific api-key for connecting to the API.
├── src | utils.py
This script contains general purpose utility functions.