Metadata-Version: 2.1
Name: geobinning
Version: 1.1.5
Summary: A package to bin coordinate data in geojson shapes.
Home-page: https://kapastor.github.io/
Author: Kyle Pastor
Author-email: kyleanthonypastor@gmail.com
License: MIT
Description: # Package Description #
        
        Use `geobinning` to bucket [lng,lat] points based on a geojson geometry.  Any geojson that contains ID and polygon geometries will work, and the function returns back a dataframe with (ID,bins).
        
        
        ### Installation ###
        `$ pip install geobinning`
        
        ### Usage ###
        
        
        ### Example ###
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
