Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 699 Bytes

File metadata and controls

11 lines (8 loc) · 699 Bytes

plot_route_app

A streamlit based web app to plot geospatial routes on a map from input data of random places in São Paulo - Brazil. Works for any dataset with columns named "Rota" (Route), "Lat" (latitude) and "Long" (longitude).

Deployed at: https://share.streamlit.io/marcos-mansur/plot_route_app/main/MyApp.py

image

Planned improvements:

  • Make so the routes can have string for name
  • add a input text box so the user can input the routes adresses
  • connect with google maps api to fetch more coordinate points of the actual street route so the plotted routes look more real