Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 425 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 425 Bytes

Terrain Modeler

Description

This simple web app allows you to model any piece of terrain on earth. You just need to select two points: the top left corner and the bottom right corner of the rectangle you want to model. Then you can preview the model and download it as CSV file.

How to start the app

python -m venv venv
source venv/bin/activae
python -m pip install -r requirements.txt
python server.py