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
191 stars 44 forks source link

Missing example_config.json file #39

Closed ansonl closed 3 years ago

ansonl commented 3 years ago

The README and standalone files mention an example_config.json file in the stuff folder for reference when running TouchTerrain_standalone.py.

I can't find an example configuration file in json to build my custom config off of. Can an example config file in JSON format be added? Thanks.

dpy102 commented 3 years ago

You can run 'python TouchTerrain_standalone.py' and it'll generate an example_config.json.

cat example_config.json { "CPU_cores_to_use": 0, "DEM_name": "USGS/NED", "basethick": 1, "bllat": 44.50185267072875, "bllon": -108.25427910156247, "bottom_image": null, "fileformat": "STLb", "gpxPathHeight": 100, "gpxPathThickness": 5, "gpxPixelsBetweenPoints": 20, "ignore_leq": null, "importedDEM": null, "importedGPX": null, "lower_leq": null, "max_cells_for_memory_only": 1000000, "no_bottom": false, "ntilesx": 1, "ntilesy": 1, "only": null, "polyURL": null, "poly_file": null, "printres": 0.5, "tile_centered": false, "tilewidth": 80, "trlat": 44.69741706507476, "trlon": -107.97962089843747, "unprojected": false, "zip_file_name": "terrain", "zscale": 1.0 }

ChHarding commented 3 years ago

Looks like dpy102 beat me to the answer. But, I just checked standalone.py and it does say that an example json file is supposed to be in the stuff folder, so I’ll add it there. Thanks to both of you!

On Feb 15, 2021, at 13:47, Anson Liu notifications@github.com wrote:

The README and standalone files mention an example_config.json file in the stuff folder for reference when running TouchTerrain_standalone.py.

I can't find an example configuration file in json to build my custom config off of. Can an example config file in JSON format be added? Thanks.

— 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/39, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEYDF5LT7UQE2FDLNLHK5RDS7F24JANCNFSM4XVHD7UQ.

Chris Harding Associate Professor Department of Geological & Atmospheric Sciences

TouchTerrain.geol.iastate.edu