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.
python -m venv venv
source venv/bin/activae
python -m pip install -r requirements.txt
python server.py