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

Error Message when using AW3D30 #69

Open Topographer123 opened 1 year ago

Topographer123 commented 1 year ago

Hello guys,

not sure if this is the right place to ask but whenever I try to create a model using the AW3D30 database, I get the following error message:

Error: ImageCollection.load: Expected asset 'JAXA/ALOS/AW3D30/V2_2' to be an ImageCollection, found 'Image'.

The error does not appear when I change back to USGS and leave all the other parameters the same.

Does someone know how to fix this? Thank you!

ChHarding commented 1 year ago

Hi,

No this is totally my fault! There’s a new version of AW3D30 that I played around with and this introduced this bug, thanks for catching it. I’ve (hopefully) fixed it and am currently rebuilding the server so you should not see this issue anymore.

On Feb 18, 2023, at 07:36, Topographer123 @.**@.>> wrote:

Hello guys,

not sure if this is the right place to ask but whenever I try to create a model using the AW3D30 database, I get the following error message:

Error: ImageCollection.load: Expected asset 'JAXA/ALOS/AW3D30/V2_2' to be an ImageCollection, found 'Image'.

The error does not appear when I change back to USGS and leave all the other parameters the same.

Does someone know how to fix this? Thank you!

— Reply to this email directly, view it on GitHubhttps://github.com/ChHarding/TouchTerrain_for_CAGEO/issues/69, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEYDF5LKQKCLIU52EA25K4LWYDF6VANCNFSM6AAAAAAVALJG6I. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Chris Harding Associate Professor Department of Geological & Atmospheric Sciences Touchterrain.geol.iastate.eduhttp://Touchterrain.geol.iastate.edu

Topographer123 commented 1 year ago

Fantastic, thank you!

ChHarding commented 1 year ago

fixed