WreckEC | When Landslides Strike

Quito

Team Updates

Administración de datos
Administración de datos
mglriosrMiguel Rios
Mapa de precipitaciones (Interfaz gràfica)
Mapa de precipitaciones (Interfaz gràfica)
mglriosrMiguel Rios
Interzar de monitoreo
Interzar de monitoreo
mglriosrMiguel Rios
functioniniciar(){
var boton=document.getElementById('obtener');
boton.addEventListener('click', obtener, false);
}
functionobtener(){navigator.geolocation.getCurrentPosition(mostrar, gestionarErrores);}
functionmostrar(posicion){
var ubicacion=document.getElementById('localizacion');
var datos='';
datos+='Latitud: '+posicion.coords.latitude+'<br>';
datos+='Longitud: '+posicion.coords.longitude+'<br>';
datos+='Exactitud: '+posicion.coords.accuracy+' metros.<br>';
ubicacion.innerHTML=datos;
}
view rawdata.js hosted with ❤ by GitHub
cyeroviCristian Yerovi
functioniniciar(){
var boton=document.getElementById('obtener');
boton.addEventListener('click', obtener, false);
}
functionobtener(){navigator.geolocation.getCurrentPosition(mostrar, gestionarErrores);}
functionmostrar(posicion){
var ubicacion=document.getElementById('localizacion');
var datos='';
datos+='Latitud: '+posicion.coords.latitude+'<br>';
datos+='Longitud: '+posicion.coords.longitude+'<br>';
datos+='Exactitud: '+posicion.coords.accuracy+' metros.<br>';
ubicacion.innerHTML=datos;
}
view rawdata.js hosted with ❤ by GitHub
cyeroviCristian Yerovi

Mass landslide early warning system


In order to identify the landslides produced, on the highways (Calacalí - La Independencia and Aloag - Santo Domingo) historically most affected by these natural events, two provinces have been chosen for the start of the project.

cyeroviCristian Yerovi
NASA Logo

SpaceApps is a NASA incubator innovation program.