tsunamilab.cl
Enseña y concientiza a la gente sobre tsunamis mediante experiencias interactivas que buscan aumentar su interés por la Ciencia.
Permite al usuario crear tsunamis virtuales o recrear tsunamis históricos, y ver su impacto en varios formatos digitales y de realidad aumentada.
> 430 projects
> only 40 selected
> one of the best 10
according to
Sciences et avenir
Special Honourable Mention at
Reconocimiento
"Mejor proyecto categoría Diseño en Alerta"
The ugly one
Fail fast - Less is More
A museum rejected us before :-(
A tool for crisis managers!
<script src="../../../core/scripts/main.js"></script>
<script>
let data = {
bathymetry: '../data/bathymetry',
earthquake: '../data/earthquake.csv',
coordinates: 'spherical',
waveWidth: 301 ,
waveHeight: 361,
xmin : 140,
xmax : 145,
ymin : 35,
ymax : 41
}
let output = {
stopTime: 60*60*44,
displayWidth: 301*2,
displayHeight: 361*2,
};
let thismodel = new NAMI(data, output);
</script>nami.gl
A WebGL-Javascript library for tsunami simulation using web technologies
@Onemi