A plugin for Folium to provide fast webgl rendering for large GeoJSON FeatureCollections (currently limited to polygons, lines and points).
For docs and examples see src, example.py, or GlifyLayer notebook.
pip install folium-glify-layer
(or just follow the binder link)
conda env create -f environment.yml
conda activate folium-glify-example
jupyter lab