Flask app with various GIS tools brought to you by https://lostmapper.com
To check out and run the project, do the following:
$ git clone [email protected]:lostmapper/tools.lostmapper.com.git
$ cd tools.lostmapper.com
$ python -m venv .venv
$ source .venv/bin/activate
$ python -m pip install -r requirements.txt
$ flask run --debug
Then visit http://localhost:5000