Skip to content

Flask server to provide MVT algorithms for an interactive page

License

Notifications You must be signed in to change notification settings

amoghkulkarnifr/interactive-mvt-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interactive-mvt-flask

Flask server to provide MVT algorithms for an interactive page

Usage

Prerequisits

  • Python v3.8
  • Create virtual env with the requirements.txt. For this, run command -
py -m pip install -r requirements.txt

OR

pip install -r requirements.txt

If you run into any errors (which you most probably will), please create an issue.

To run the app

python -m flask --app .\src\app.py --debug run

About

Flask server to provide MVT algorithms for an interactive page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages