Friday, November 3, 2017

TouchTerrain version 1.14 is out

Web app changes:

  • v1.14 fixed the Server returned HTTP code: 404 error. 
  • Levi and Shane also changed the apache config settings which should make the  'NoneType' object has no attribute 'route'  error less likely.  Let us know if its still happening so we can learn more about it.
  • The Internal Server error also seem to have gone. (Report if you get it)

Stand alone version changes (see  Github repository)

  • Instead of a web interface, the Stand alone version gets all its parameters (area coordinates, DEM source,  3D print settings) via a JSON file. To get DEM data from Google Earth Engine (like the web app does), you need to set up a GEE account.
  • v1.14 adds the option to use your own DEM raster file (geotiff, img, etc.) instead. In this case, no Google Earth Engine is required!
  • Here's an example JSON file that processes a geotiff called pyramid.tif (my test file):
  • "CPU_cores_to_use": 1, 
    "DEM_name": "USGS/NED", 
    "basethick": 2,  
    "fileformat": "STLb", 
    "importedDEM": "pyramid.tif", 
    "ntilesx": 1, 
    "ntilesy": 1, 
    "printres": 1, 
    "tile_centered": true, 
    "tilewidth": 120,  
    "zip_file_name": "pyramid", 
    "zscale": 0.5
    
  • If there's interest, we could add this to the web version as well, so you could upload your own DEM file. 

Friday, October 27, 2017

Errors with the current version (v.1.09):

Errors with the current version (v.1.09): 

We are aware of the following errors and are working to fix them. Python error message after pressing Start: Server returned HTTP code: 404 or 'NoneType' object has no attribute 'route'  or   (after a while):  Internal Server Error

Sometimes going back and trying again may make it work but it's clearly super annoying.

If you want to be notified after we've fixed it, leave a comment.

If you desperately  need a model now contact us as Geofablab@gmail.com and we can probably create it for you. 

Thanks for your patience!