Hi,
I'm interested in an open source alternative to PyDeck/DeckGL for rendering large GeoJSON datasets on an interactive map (DeckGL uses MapBoxGL v2 for map, which is no longer open source).
I've made an initial javascript plugin for leaflet (well, an extension for an existing plugin) to handle this rendering.
I'm now interested in leveraging this functionality in a python context (using Panel).
Does this sound like something that might fit well in Folium? (my initial idea was to add this to ipyleaflet, but unfortunately ipywidgets don't work with panels bokeh server deployment option 😕 ).
If so, should be able to put a PR together. I've seen the plugin contrib guide, any other tips on how to get started much appreciated!
Cheers,
Dan
Hi,
I'm interested in an open source alternative to PyDeck/DeckGL for rendering large GeoJSON datasets on an interactive map (DeckGL uses MapBoxGL v2 for map, which is no longer open source).
I've made an initial javascript plugin for leaflet (well, an extension for an existing plugin) to handle this rendering.
I'm now interested in leveraging this functionality in a python context (using Panel).
Does this sound like something that might fit well in Folium? (my initial idea was to add this to ipyleaflet, but unfortunately ipywidgets don't work with panels bokeh server deployment option 😕 ).
If so, should be able to put a PR together. I've seen the plugin contrib guide, any other tips on how to get started much appreciated!
Cheers,
Dan