How to add a new glacier to the gallery
- Resize you photo that the longer side (height or width) equals 400px (linux:
convert -geometry 400x src/image1.png out/image1.pngfor 400px width, orconvert -geometry x400 src/image1.png out/image1.pngfor 400px height, aspect ratio is conserved) - Add the resized photo to
glacier_photos/ - Add new entry in
glacier_data.py(forimgusehttps://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/NEW_GLACIER.jpg) and save file - execute the whole notebook for each language (currently
enandde) and save clean version of notebook afterwards - commit, push, merge