[[:indice|Retorno a página principal]] ---- ====== Datos actualizados de Estación Meteorológica ACEMU en 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 http://acemu.org/metero/dygraph-combined-dev.js

Temperatura

g = new Dygraph(document.getElementById("graphT"),"http://acemu.org/metero/live/T.csv",{ xRangePad: 2, yRangePad: 2, xlabel: "fecha", ylabel: "T(°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 });

Presión

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 });

Humedad relativa ambiente

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 });

Punto de rocío

g = new Dygraph(document.getElementById("graphPR"),"http://acemu.org/metero/live/PR.csv",{ xRangePad: 2, yRangePad: 2, xlabel: "fecha", ylabel: "Punto de Rocío(°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 }); ---- [[:indice|Retorno a página principal]] --- //[[tabare.perez@gmail.com|Tabare Perez]] 18/06/2015 07:51//