Welcome to the NFL Maps project! This tool is designed to visualize NFL team allegiances across the United States based on geographical proximity to NFL stadiums.
- Stadium Locations: Plot the exact locations of all NFL stadiums on the map.
- Team Colors: View each region in the corresponding team colors.
- Closest Team Calculations: Determine the closest NFL team for each county in the U.S.
To get started with NFL Maps, clone this repository to your local machine and ensure you have all the necessary Python dependencies installed.
git clone https://github.com/poulh/nflMaps.git
cd nflMaps
pip install .
Run the main script to generate the map:
python main.py
Here's a sneak peek of what the NFL allegiance map looks like:
The project utilizes various data sources to compile the information necessary for the map, including stadium locations, team colors, and county geo centers.
Contributions to the NFL Maps project are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request