Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 941 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 941 Bytes

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