OGGM / oggm-edu

Educational material about glaciers, powered by OGGM and MyBinder
http://edu.oggm.org
BSD 3-Clause "New" or "Revised" License
22 stars 28 forks source link

Update the glacier explorer app #69

Open fmaussion opened 5 years ago

fmaussion commented 5 years ago

I prepared the data for a number of improvements to the app.

The data is available here, as hdf for faster reading. You can read the data with:

df = pd.read_hdf('rgi62_era5_itmix_df.h5', 'df')

This is a full RGI dataframe, allowing the following improvements to the app:

@pat-schmitt and/or @zschirmeister , would you have time to tackle these? I suggest to start from the existing app here: https://github.com/OGGM/bokeh-apps/tree/master/glaciers-explorer , move it to a new repository and update it step by step. This would be awesome!

fmaussion commented 5 years ago

Ups forgot the data link: https://cluster.klima.uni-bremen.de/~fmaussion/misc/rgi62_era5_itmix_df.h5

Edited above as well

zschirmeister commented 5 years ago

I will have a look at it. (@pat-schmitt )