OGGM / tutorials

Notebook tutorials for the Open Global Glacier Model (OGGM)

Home Page:https://oggm.org/tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem with NASADEM in merging_glaciers.ipynb

lilianschuster opened this issue · comments

When calling workflow.merge_glacier_tasks() in the merging_glaciers.ipynb, there is again the HttpDownloaderror because of NASADEM if you have not registered at Earthdata ....

I did not find a way to switch the DEM here, otherwise we could say at the beginning that the notebook can only run when having done the registration?

same NASADEM problem occurs in use_your_own_inventory.ipynb during execute_entity_task(tasks.define_glacier_region, gdirs).

For this notebook, however, we could just use instead execute_entity_task(tasks.define_glacier_region, gdirs, source = 'SRTM'), then the notebook runs!

Thanks for the heads up - can you please fix the use_your_own_inventory one? I'll have a look at the merging_glacier one