This is a Streamlit web application that takes GPX files and joins them to create a visualisation of one GPX file for multiday bike packing trips. The user can choose from a variety of map backgrounds and the view can be exported as a PDF. The app also provides statistics for each ride of the trip as well as for the entire trip.
To run this web app locally, follow these steps:
- Clone the repository to your local machine.
- Install the required packages using
pip install -r requirements.txt. - Run the app using
streamlit run app.py. - The app will open in your browser at
localhost:8501.
The GPX Joiner page allows the user to upload multiple GPX files and join them into a single visualisation. The user can choose from a variety of map backgrounds and export the view as a PDF.
The Stats page displays statistics for each ride of the trip as well as for the entire trip. The user can view stats such as distance, elevation gain, and average speed.
The GPX files used in this app are provided by the user.
If you have any questions or issues with the web app, please contact the developer at nicolas.belissent@gmail.com.