This Python script generates a visualization of the planned Amtrak High-Speed Rail (HSR) routes in the United States.
Based on the data provided by Amtrak, the script generates a plot of the planned HSR routes in the United States. The plot is interactive and can be zoomed in and out. The plot is also viewable as an HTML file.
- Clone this repository:
git clone https://github.com/asharahmed/amtrak-hsr-routes.git
- Navigate to the project directory:
cd amtrak-hsr-routes
- Install the required dependencies:
pip install -r requirements.txt
- Ensure you have Python 3.x installed.
- Navigate to the project directory:
cd amtrak-hsr-routes
- Run the script:
python main.py
- The plot will be displayed in a new browser window.
This project is licensed under the MIT License.