Metadata-Version: 2.4
Name: nationalparksdata
Version: 0.1.1
Summary: National Park attendance data scraper and dataset builder
Author: Gunnar Griffith, Elijah Barnes
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: python-dotenv
Requires-Dist: pandas
Requires-Dist: selenium
Requires-Dist: ipykernel>=7.2.0
Requires-Dist: seaborn>=0.13.2
Requires-Dist: streamlit>=1.56.0

# National Parks Project
This repository is designed to combine a National Parks ADI dataset with scraped park attendance information to create a new dataset for analysis.

## nationalparksdata

Scrapes National Park attendance data and builds combined datasets.

## EDA

Our base analyiss and graphs using the new dataset as proof of concept

## app.py

A Streamlit App to show examples of some things one may do with this dataset shown here: https://nationalparkannualattendance-jls9ibbsxwr2n9fpzzjor2.streamlit.app/

## data

The csv files and json dictionary that the scraper producess

## test.py
Test function to run the package

## parks_scraper.ipynb and dataAnalysis.ipynb

Note books with tests and step by step of the final package functions (Not needed to run, just there to show our process)

## *.md

All the other md files are just the visual prompts for the website we are hosting for displaying the project
