prueba

Ever Given 🗺️ Foros de Google Earth y Maps ✈️

Se encontraron 3 comentarios sobre Ever Given en el Foro de Google-Earth
     ❌ Resetear
Autor Mensaje

Hacer dinamicas capas estaticas Tema: Hacer dinamicas capas estaticas 
Foro de Programación para Google Earth y Maps Foro: Foro de Programación para Google Earth y Maps


Imagen: Rsalazar
Registrado:
19-May-2010
Mensajes: 4
Votos: 0 👍

EnvíoAsunto: Re: Foro de Programación para aplicaciones de Google

Publicado:
...type="text/javascript">
function addSampleButton(caption, clickHandler) {
var btn = document.createElement('input');
btn.type = 'button';
btn.value = caption;

if (btn.attachEvent)
btn.attachEvent('onclick', clickHandler);
else
btn.addEventListener('click', clickHandler, false);

// Añade botón
document.getElementById('sample-ui').appendChild(btn);
}

function addSampleUIHtml(html) {
document.getElementById('sample-ui').innerHTML += html;
}
</script>

<script type="text/javascript">
var ge;

// store the object loaded for the given fichero... initially none of the objects
// are loaded, so initialize these to null
var currentKmlObjects = {
'1': null,
'2': null,
'3': null
};

google.load("earth", "1");

function init() {
google.earth.createInstance('map3d', initCallback, failureCallback);

addSampleUIHtml(
'<h2>Como cargar varios kml en Google Earth y visualizarlos a modo de capas independientes</h2>' +
'<input type="checkbox" id="kml-1-check" onclick="toggleKml(\'1\');"/><label for="kml-1-check">Distrito Federal</label><br/>' +
'<input type="checkbox" id="kml-2-check...
Leer más ...

Capas en Google Earth Tema: Capas en Google Earth 
Foro de Programación para Google Earth y Maps Foro: Foro de Programación para Google Earth y Maps


Imagen: Morta
Registrado:
09-Oct-2008
Mensajes: 64
Votos: 0 👍

EnvíoAsunto: Re: Capas en Google Earth

Publicado:
... btn.type = 'button';
btn.value = caption;

if (btn.attachEvent)
btn.attachEvent('onclick', clickHandler);
else
btn.addEventListener('click', clickHandler, false);

// Añade botón
document.getElementById('sample-ui').appendChild(btn);
}

function addSampleUIHtml(html) {
document.getElementById('sample-ui').innerHTML += html;
}
</script>

<script type="text/javascript">
var ge;

// store the object loaded for the given fichero... initially none of the objects
// are loaded, so initialize these to null
var currentKmlObjects = {
'red': null,
'yellow': null,
'green': null
};

google.load("earth", "1");

function init() {
google.earth.createInstance('map3d', initCallback, failureCallback);

addSampleUIHtml(
'<h2>Como cargar varios ficheros kml en Google Earth y visualizarlos a modo de capas independientes</h2>' +
'<input type="checkbox" id="kml-red-check" checked onclick="toggleKml(\'red\');"/><label...
Leer más ...

Meteorologia en tiempo real - Clima Tema: Meteorologia en tiempo real - Clima 
Clima, Naturaleza, Ecologia y Medio Ambiente Foro: Clima, Naturaleza, Ecologia y Medio Ambiente


Imagen: Google_Master
Registrado:
01-Jun-2006
Mensajes: 16710
Votos: 0 👍

EnvíoAsunto: Re: El tiempo, + - actualizado

Publicado:
He encontrado esto sobre las capas de infrarrojos:

www.goes.noaa.gov/ECIR4.html
ww2010.atmos.uiuc.edu/ ...d_sat.rxml

Pero no acabo de aclarame, creo que los colores frios son nubes altas y los calidos son bajas, pero tambien los rojos, naranjas y amarillos corresponden a fuertes tormentas...

"Color enhancement is a procedure where specified levels of energy -- in this example, infrared energy -- are given a specific color. this makes locations with the desired energies easier to locate. In this example (b), shades of yellow and orange represent infrared energy emissions consistent with strong thunderstorms. This is because infrared energy is proportional to brightness temperature, and the highest cloud tops are colder than those at lower altitudes (the highest cloud tops are typically associated with the strongest thunderstorms)"

Bueno, aparte de eso, las nubes si que estan muy bien... puedes ver el tiempo en cualquier lugar del mundo.
Página 1 de 1
Todas las horas son GMT + 1 Hora
Cambiar a:  



Mostrar/Ocultar Últimas Fotos del Foro

Descargas: 23
Rbernalmarco