Skip to content

datalets/aletsch-rutsch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aletsch-Rutsch

This is a visualisation of the Aletsch Glacier in Switzerland. On the topic of Retreat of glaciers, Wikipedia currently says:

Aletsch Glacier retreated 2.8 km (1.7 mi) from 1880 to 2009. This rate of retreat has also increased since 1980, with 30%, or 800 m (2,600 ft), of the total retreat occurring in the last 20% of the time period.

Technical info

The colored "snowballs" seen in this dataviz are increasing in weight according to real data: three climate indicators for the time period 2011-2017:

  • RED: Area-mean temperatures of northern Switzerland > 1000 m
  • GREEN: Cumulative precipitation (mm or litres/m2)
  • YELLOW: Global irradiation (Watts/m2)

With this we attempt to point some attention at the lack of easily accessible, open data available to assess such claims. See the data README for details.

The terrain is a representation of the actual alpine region, rendered as a 3D model using the Virtual Reality library A-Frame and several A-Frame components:

Additionally, Zepto.js is used for loader code.

A description of how the terrain model was prepared can be found in the geodata README.

Note that it was initially attempted to use a physics system to simulate the rolling of the spheres down the glacier. However, the complexity of the model as well as lack of time was a constraint. Therefore the balls are rolling along fixed tracks, which were hand-placed using the A-Frame inspector:

screenshot

Inspiration

This project was inspired by Glacier changing in time, a learning module based on a storymap from Swisstopo, and precipitated by discovering these two images on Wikimedia Commons:

Aletschgletscher-mit-Jungfrau.jpg - Public Domain

Grosser Aletschgletscher 3178.JPG - Dirk Beyer - CC BY-SA 2.5

What's with the Gobbledigook

You mean, could we please explain the words shown at the top while loading? Well, okay, if you insist.. After playful experiments with A.I. poetry generators over the holidays, a few choice samples were collected in haiku.js and shown here randomly. See PoetRNN.jl (GitHub)

Oh, and happy new year! 🎉

Licenses

The contents of the data folder are published under the Public Domain Dedication and License v1.0.

All code and libraries in the lib folder are copyright to their respective authors and open source under the MIT License - with the exception of aframe-alongpath-component, which is licensed under the GNU General Public License v3.0. As per the terms of GPL, this project is also licensed under the GNU General Public License v3.0:

Aletsch-Rutsch, a data visualization
Copyright (C) 2017 Oleg Lavrovsky

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.