Metadata-Version: 2.1
Name: mygeopackage
Version: 0.1.5
Summary: Python package for gis application
Home-page: https://github.com/yungming0119/mygeopackage
Author: Yung-Ming Tsai
Author-email: ytsai5@vols.utk.edu
License: MIT license
Description: # Welcome to mygeopackage
        
        
        [![image](https://img.shields.io/pypi/v/mygeopackage.svg)](https://pypi.python.org/pypi/mygeopackage)
        
        
        ## Introduction
        
        This python package is designed for data mining in GIS. This package includes tools for basic GIS file operation like creating georeferenced raster from an array or converting GeoJson to shapefiles. This package also offers tools for geographic data mining and machine learning, like supervised machine learning, unsupervised machine learning and etc. 
        
        **Python package for gis application**
        
        
        -   Free software: MIT license
        -   Documentation: <https://yungming0119.github.io/mygeopackage>
            
        
        ## Features
        
        -   Convert geojson to numpy array
        -   Convert Shp to numpy array
        -   interactive webmap using ipyleaflet & Folium
        -   Data preprocessing: Standarized normalization
        -   Unsupervised machine learning: K-Means
        -   TODO: Convert numpy array to georeferenced raster.
        -   TODO: Convert geojson to shp.
        -   TODO: Convert shp to geojson.
        -   TODO: Supervised machine learning: kNN, SVM
        -   TODO: Unsupervised machine learning: K-Means, DBSCAN
        
        ## Credits
        
        This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.
        
        
Keywords: mygeopackage
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
