/folium-glify-layer

Folium plugin to provide fast webgl rendering for GeoJSON FeatureCollections

Primary LanguageJupyter NotebookOtherNOASSERTION

folium-glify-layer PyPI version Binder

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.

install

pip install folium-glify-layer

jupyter demo

(or just follow the binder link)

conda env create -f environment.yml
conda activate folium-glify-example
jupyter lab

thanks