Welcome to the Interactive U.S. Ham Radio Operators Census! This project visualizes the distribution of licensed ham radio operators across the United States, providing insights into the vibrant amateur radio community. 📅 Last updated: October 2024.
- Interactive Map: Explore the U.S. map and hover over each state to see the number of licensed operators.
- Data Visualization: View the total number of operators and the top 10 states with the most operators.
- Detailed State Information: Click on a state to reveal more information about operator classifications (Novice, Technician, General, Advanced, Extra).
- Responsive Design: The application is designed to work on both desktop and mobile devices.
The data is sourced from the FCC (Federal Communications Commission) and is updated regularly to reflect the most current statistics.
- Data Link: FCC ULS Data
- HTML: Structure the webpage.
- CSS: Style the application and ensure responsiveness.
- JavaScript: Implement interactive features using:
- SVG: Scalable vector graphics for map rendering.
To run this project locally, follow these steps:
- Clone the Repository:
git clone https://github.com/techcow2/usahamcensus.git cd usahamcensus
Simply open index.html
in your web browser to view the interactive map.
- Hover over states to view the number of licensed operators.
- Click on a state to see a breakdown of operator classifications.
Here's a glimpse of the data categories included for each state:
- Novice
- Technician
- General
- Advanced
- Extra
Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or submit a pull request.
- Fork the Repository
- Create a New Branch:
git checkout -b feature/YourFeature
- Commit Your Changes:
git commit -m 'Add some feature'
- Push to the Branch:
git push origin feature/YourFeature
- Open a Pull Request
This project is licensed under the MIT License. See the LICENSE file for details.