/amtrak-hsr-routes

🚄 Visualizes start/end locations of planned Amtrak HSR routes in the United States.

Primary LanguageHTML

🚆 Amtrak High-Speed Rail (HSR) Routes Visualization Tool

This Python script generates a visualization of the planned Amtrak High-Speed Rail (HSR) routes in the United States.

alt text

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.

Installation

  1. Clone this repository: git clone https://github.com/asharahmed/amtrak-hsr-routes.git
  2. Navigate to the project directory: cd amtrak-hsr-routes
  3. Install the required dependencies: pip install -r requirements.txt

Usage

  1. Ensure you have Python 3.x installed.
  2. Navigate to the project directory: cd amtrak-hsr-routes
  3. Run the script: python main.py
  4. The plot will be displayed in a new browser window.

License

This project is licensed under the MIT License.

Acknowledgements

  • Amtrak for providing the data.
  • Plotly for providing the visualization library.