how to create an interactive map?
Perhaps look at http://geoviews.org/ ?
2 Likes
Look at Plotly mapping too which includes Scattermapbox capabilities. You can make it into a interactive web interface with Dash too: Maps | Python | Plotly
1 Like
I really enjoyed this article on DataShader: Big Data Visualization Using Datashader in Python | by Sophia Yang | Towards Data Science
Although this one is explicitly about DataShader, it also uses HoloViews to plot a map, and gives you a flavor of what it is like to use the HoloViz ecosystem. There are also some example dashboards on the Panel website.
2 Likes