mygeopackage

Python package for gis application


Keywords
mygeopackage, data-mining, gis, python
License
MIT
Install
pip install mygeopackage==0.1.5

Documentation

Welcome to mygeopackage

image

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

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 and the giswqs/pypackage project template.