Metadata-Version: 2.1
Name: folium-glify-layer
Version: 0.2.0
Summary: Folium plugin to provide fast webgl rendering for GeoJSON FeatureCollections.
Home-page: https://github.com/onaci/folium-glify-layer
Author: Dan Wild
Author-email: Daniel.Wild@csiro.au
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# folium-glify-layer [![PyPI version](https://badge.fury.io/py/folium-glify-layer.svg)](https://badge.fury.io/py/folium-glify-layer) [![Binder](https://binder.pangeo.io/badge_logo.svg)](https://binder.pangeo.io/v2/gh/onaci/folium-glify-layer/main)

A plugin for [Folium](https://github.com/python-visualization/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
```
conda env create -f environment.yml
conda activate folium-glify-example
jupyter lab
```




