bhachauk / gisutil

GIS collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeoUtil

Basic packages

Web App

GUI App

Frameworks

Useful posts

Guide

Prerequisites and Steps to run app

  • Python 3.7.* . If not available use Miniconda

  • Don't forget to export the lib to your python path.

cd /path/to/git/repo/gisutil
export PYTHONPATH=$PYTHONPATH:$(pwd)
  • Install requirements.
pip install -r requirements.txt 
  • Run app
python gisutil/app.py

Load data and plot output

  • Create data directory and put your gdb file there.
cd /path/to/git/repo/gisutil
mkdir /data
cp -r /path/from/gdbfile.gdb data
  • Use the api url with file_name param to plot the output.
http://localhost:8484/folium_plot?file_name=latest_googledec20.gdb.zip
http://localhost:8484/plot?file_name=latest_googledec20.gdb.zip

About

GIS collection


Languages

Language:Python 86.8%Language:HTML 13.2%