Herramientas de usuario

Herramientas del sitio


meteo:estacion_ema_acemu

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Próxima revisión
Revisión previa
meteo:estacion_ema_acemu [2015/04/30 11:59] – creado kennethmeteo:estacion_ema_acemu [2015/07/12 12:24] (actual) kenneth
Línea 1: Línea 1:
 +[[:indice|Retorno a página principal]]
 +
 +----
 +
 ====== Datos actualizados de Estación Meteorológica ACEMU en la EMA ====== ====== Datos actualizados de Estación Meteorológica ACEMU en la EMA ======
  
-Se publican los datos recolectados por nuestra estación terrena los publicados por la estación Davis ubicada en el mismo predio de la EMA+ 
 + 
 + 
 +Se publican los datos recolectados en los últimos 7 días por nuestra estación terrena. Se grafican junto con los datos publicados por la estación Davis ubicada en el mismo predio de la EMA
  
 <PRELOAD> <PRELOAD>
Línea 14: Línea 21:
 <JS> <JS>
   g = new Dygraph(document.getElementById("graphT"),"http://acemu.org/metero/live/T.csv",{   g = new Dygraph(document.getElementById("graphT"),"http://acemu.org/metero/live/T.csv",{
 +  xRangePad: 2,
 +  yRangePad: 2,
   xlabel: "fecha",   xlabel: "fecha",
   ylabel: "T(&deg;C)",   ylabel: "T(&deg;C)",
Línea 19: Línea 28:
   height: 300,   height: 300,
   width: 600,   width: 600,
-  colors: ["rgb(0,80,255)","rgb(255,50,10)", "rgb(20,200,30)","rgb(100,100,30)","rgb(0,150,150)","rgb(100,0,100)"],+  colors: ["rgb(0,80,255)","rgb(255,50,10)"],
   series: {   series: {
       'EMA': {       'EMA': {
Línea 30: Línea 39:
   rangeSelectorPlotStrokeColor: 'rgb(255,50,10)',   rangeSelectorPlotStrokeColor: 'rgb(255,50,10)',
   rangeSelectorPlotFillColor: 'lightyellow',   rangeSelectorPlotFillColor: 'lightyellow',
-  strokeWidth: 2.3,+  strokeWidth: 2,
   drawPoints: false,   drawPoints: false,
   showRoller: true,   showRoller: true,
 +  rollPeriod: 4,
   hideOverlayOnMouseOut: false,   hideOverlayOnMouseOut: false,
   stepPlot: false   stepPlot: false
 }); });
 </JS> </JS>
 +
 +<HTML>
 +<h4>Presión</h4>
 +<div id="graphP"></div>
 +</HTML>
 +
 +<JS>
 +  g = new Dygraph(document.getElementById("graphP"),"http://acemu.org/metero/live/P.csv",{
 +  xRangePad: 2,
 +  yRangePad: 2,
 +  xlabel: "fecha",
 +  ylabel: "P(hPa)",
 +  animatedZooms: true,
 +  height: 300,
 +  width: 600,
 +  colors: ["rgb(0,80,255)","rgb(255,50,10)"],
 +  series: {
 +      'EMA': {
 +  strokePattern: [5,3],
 +  showInRangeSelector: true,
 +   }
 +  },
 +  showRangeSelector: true,
 +  rangeSelectorHeight: 30,
 +  rangeSelectorPlotStrokeColor: 'rgb(255,50,10)',
 +  rangeSelectorPlotFillColor: 'lightyellow',
 +  strokeWidth: 2,
 +  drawPoints: false,
 +  showRoller: true,
 +  rollPeriod: 4,
 +  hideOverlayOnMouseOut: false,
 +  stepPlot: false
 +});
 +</JS>
 +
 +<HTML>
 +<h4>Humedad relativa ambiente</h4>
 +<div id="graphH"></div>
 +</HTML>
 +
 +<JS>
 +  g = new Dygraph(document.getElementById("graphH"),"http://acemu.org/metero/live/H.csv",{
 +  xRangePad: 2,
 +  yRangePad: 2,
 +  xlabel: "fecha",
 +  ylabel: "H(%)",
 +  animatedZooms: true,
 +  height: 300,
 +  width: 600,
 +  colors: ["rgb(0,80,255)","rgb(255,50,10)"],
 +  series: {
 +      'EMA': {
 +  strokePattern: [5,3],
 +  showInRangeSelector: true,
 +   }
 +  },
 +  showRangeSelector: true,
 +  rangeSelectorHeight: 30,
 +  rangeSelectorPlotStrokeColor: 'rgb(255,50,10)',
 +  rangeSelectorPlotFillColor: 'lightyellow',
 +  strokeWidth: 2,
 +  drawPoints: false,
 +  showRoller: true,
 +  rollPeriod: 4,
 +  hideOverlayOnMouseOut: false,
 +  stepPlot: false
 +});
 +</JS>
 +
 +<HTML>
 +<h4>Punto de rocío</h4>
 +<div id="graphPR"></div>
 +</HTML>
 +
 +<JS>
 +  g = new Dygraph(document.getElementById("graphPR"),"http://acemu.org/metero/live/PR.csv",{
 +  xRangePad: 2,
 +  yRangePad: 2,
 +  xlabel: "fecha",
 +  ylabel: "Punto de Roc&iacute;o(&deg;C)",
 +  animatedZooms: true,
 +  height: 300,
 +  width: 600,
 +  colors: ["rgb(0,80,255)","rgb(255,50,10)"],
 +  series: {
 +      'EMA': {
 +  strokePattern: [5,3],
 +  showInRangeSelector: true,
 +   }
 +  },
 +  showRangeSelector: true,
 +  rangeSelectorHeight: 30,
 +  rangeSelectorPlotStrokeColor: 'rgb(255,50,10)',
 +  rangeSelectorPlotFillColor: 'lightyellow',
 +  strokeWidth: 2,
 +  drawPoints: false,
 +  showRoller: true,
 +  rollPeriod: 4,
 +  hideOverlayOnMouseOut: false,
 +  stepPlot: false
 +});
 +</JS>
 +
 +----
 +
 +[[:indice|Retorno a página principal]]
 +
 + --- //[[tabare.perez@gmail.com|Tabare Perez]] 18/06/2015 07:51//
meteo/estacion_ema_acemu.1430420395.txt.gz · Última modificación: 2015/04/30 11:59 por kenneth