Metadata-Version: 2.1
Name: h3converter
Version: 0.1.0
Summary: This package helps you convert h3 hec code directly to geojson and a GeoJSON entity to h3 hex code
Home-page: https://github.com/kapil-grv/h3converter
Author: Kapil Gauravan V
Author-email: kapilgrv@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/kapil-grv/h3converter/issues
Description: # Convert H3
        
        This package helps you convert h3 hec code directly to geojson and a GeoJSON entity to h3 hex code.
        
        Sample:
        
        H3 to GeoJSON:
        
        `from h3converter import h3converter`
        
        `h3converter.h3_to_geojson(['89be455030bffff','89be455030cffff'])`
        
        GeoJSON to H3:
        
        `from h3converter import h3converter`
        
        `h3converter.polyfill({'type':'Polygon','coordinates':[[[144.244589, -36.810689], [144.244246, -36.808741], [144.241989, -36.807999], [144.240075, -36.809205], [144.240418, -36.811153], [144.242676, -36.811895], [144.244589, -36.810689]]]},9)`
        
        where polyfill has (geojson, precision).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
