ChHarding / TouchTerrain_for_CAGEO

Touch Terrain: A python app to create 3D printable terrain models (STL/OBJ) from only elevation data (via Google Earth Engine) or from a local geotiff. Has been used for CNC terrain models. Runs as a web app (http://touchterrain.org), as .py file (standalone.py) or as jupyter notebook. Docker image: https://github.com/ChHarding/TouchTerrain_jupyter_docker
http://touchterrain.geol.iastate.edu
210 stars 45 forks source link

Python version inconsistency between readme and documentation. #30

Closed TiesdeKok closed 4 years ago

TiesdeKok commented 4 years ago

The Github readme mentions that Python 3.6 is required, but the documentation (e.g. https://docs.google.com/document/d/1bS-N7elMMWU44LctQpMPbbNSurftY3fRealTwOK-5ME/edit) explicitly asks to install Python 2.7.

ChHarding commented 4 years ago

Ties,

sorry for the mistake and thanks for catching it! I’ve updated the google doc to install Python 3.

Cheers

Chris

On Jul 3, 2020, at 12:40, Ties de Kok notifications@github.com wrote:

The Github readme mentions that Python 3.6 is required, but the documentation (e.g. https://docs.google.com/document/d/1bS-N7elMMWU44LctQpMPbbNSurftY3fRealTwOK-5ME/edit https://docs.google.com/document/d/1bS-N7elMMWU44LctQpMPbbNSurftY3fRealTwOK-5ME/edit) explicitly asks to install Python 2.7.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ChHarding/TouchTerrain_for_CAGEO/issues/30, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEYDF5LEKHAGR753ULW65B3RZYJYPANCNFSM4OP7G6IQ.

Chris Harding Associate Professor Department of Geological & Atmospheric Sciences

TouchTerrain.geol.iastate.edu

TiesdeKok commented 4 years ago

Thanks a lot!