Metadata-Version: 2.1
Name: folium-glify-layer
Version: 0.1.0
Summary: Folium plugin to provide fast webgl rendering for GeoJSON FeatureCollections.
Home-page: https://github.com/danwild/folium-glify-layer
Author: Dan Wild
Author-email: Daniel.Wild@csiro.au
License: UNKNOWN
Description: # folium-glify-layer
        
        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
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
