Metadata-Version: 2.1
Name: easygis
Version: 1.0.1
Summary: A GIS tool get ward, district and province from coordinate.
Home-page: https://github.com/ToanICV
Author: toandao
Author-email: toandv.icv@gmail.com
License: UNKNOWN
Description: ## USAGE
        ```
        ## import library
        import easygis
        ## Contries support: 'vietnamese' only now.
        gis = easygis.country('vie')
        ## Load data
        dataLoader = vi_gis.loadDatabase()
        ## Give an example location
        pts = [21.038575823260388, 105.77209179475015]
        result = vi_gis.findout(pts,dataLoader)
        ## Result
        print(result)
        -> {'ward': 'Mai Dịch', 'district': 'Cầu Giấy', 'province': 'Hà Nội'}
        ```
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
