Open MatteoSerafino opened 4 years ago
Hi @MatteoSerafino , timesliders are on the project roadmap, but there's no default tools for that in this Jupyter toolbox yet. I'm guessing you're envisioning something like https://docs.mapbox.com/help/demos/show-changes-over-time/step-three.html but with heatmap data instead of graduated circles?
All of the project examples can be accessed in this directory: https://github.com/mapbox/mapboxgl-jupyter/tree/master/examples/notebooks. They cover the different visualization types available currently in this library as well as some of the style and map tools implemented. We currently support:
More on the horizon, I hope!
Related to #82
Hi @akacarlyann, thank you for the answer. Yes I'm looking something like https://docs.mapbox.com/help/demos/show-changes-over-time/step-three.html but for the heatmap. Actually I would like to have automatic reproduction as it is folium. Would be possible something like that?
I'm just reading the documentation. I'm currently working with folium and before to keep working with mapboxgl I would like to any if is it possible to make heat maps in times. If yes, are there some examples, just to see the differences with folium and so on.