Metadata-Version: 2.1
Name: folium-glify-layer
Version: 0.3.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
Description: # 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
        (or just follow the [binder link](https://binder.pangeo.io/v2/gh/onaci/folium-glify-layer/main))
        ```
        conda env create -f environment.yml
        conda activate folium-glify-example
        jupyter lab
        ```
        
        
        ## thanks
        - https://github.com/robertleeplummerjr/Leaflet.glify
        - http://bl.ocks.org/Sumbera/c6fed35c377a46ff74c3
        - https://github.com/mapbox/earcut
        - https://github.com/gka/chroma.js
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
