Skip to content

gavril-s/terrain-modeler

Repository files navigation

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