mapbox / mapboxgl-jupyter

Use Mapbox GL JS to visualize data in a Python Jupyter notebook
MIT License
661 stars 136 forks source link

Heat Map in time #179

Open MatteoSerafino opened 4 years ago

MatteoSerafino commented 4 years ago

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.

akacarlyann commented 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!

akacarlyann commented 4 years ago

Related to #82

MatteoSerafino commented 4 years ago

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?