Sensores Disponibles
 
 
EL Sobrante:Dirección del Viento

Informe Gráfico de datos del día


Error!
Query:
select si_fecha_local1 as si_fecha_local,sum(y)/count(*) as sumy,sum(x)/count(*) as sumx from ( select si1.si_fecha_local as si_fecha_local1,si1.si_fecha_global, si1.s_cod as s_cod1,si1.si_prom as si_prom1,si2.s_cod as s_cod2,si2.si_prom as si_prom2 , sin(si1.si_prom*PI()/180)*si2.si_prom as y,cos(si1.si_prom*PI()/180)*si2.si_prom as x from sensor_informe_2026 as si1,sensor_informe_2026 as si2 where si1.s_cod="SobranteDV" and si2.s_cod="SobranteVV" and si1.si_fecha_global=si2.si_fecha_global and date(si1.si_fecha_local)>="2026-01-05" and date(si1.si_fecha_local)<="2026-01-05" ) as x group by date(si_fecha_local),hour(si_fecha_local)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



 
 


Informe Gráfico Mensual


Error!
Query:
select si_fecha_local1 as si_fecha_local,sum(y)/count(*) as sumy,sum(x)/count(*) as sumx from ( select si1.si_fecha_local as si_fecha_local1,si1.si_fecha_global, si1.s_cod as s_cod1,si1.si_prom as si_prom1,si2.s_cod as s_cod2,si2.si_prom as si_prom2 , sin(si1.si_prom*PI()/180)*si2.si_prom as y,cos(si1.si_prom*PI()/180)*si2.si_prom as x from sensor_informe_2026 as si1,sensor_informe_2026 as si2 where si1.s_cod="SobranteDV" and si2.s_cod="SobranteVV" and si1.si_fecha_global=si2.si_fecha_global and date(si1.si_fecha_local)>="2026-01-01" and date(si1.si_fecha_local)<="2026-01-31" ) as x group by date(si_fecha_local)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



 
 


Informe Gráfico Anual


Error!
Query:
select si_fecha_local1 as si_fecha_local,sum(y)/count(*) as sumy,sum(x)/count(*) as sumx from ( select si1.si_fecha_local as si_fecha_local1,si1.si_fecha_global, si1.s_cod as s_cod1,si1.si_prom as si_prom1,si2.s_cod as s_cod2,si2.si_prom as si_prom2 , sin(si1.si_prom*PI()/180)*si2.si_prom as y,cos(si1.si_prom*PI()/180)*si2.si_prom as x from sensor_informe_2026 as si1,sensor_informe_2026 as si2 where si1.s_cod="SobranteDV" and si2.s_cod="SobranteVV" and si1.si_fecha_global=si2.si_fecha_global and date(si1.si_fecha_local)>="2026-01-01" and date(si1.si_fecha_local)<="2026-12-31" ) as x group by month(si_fecha_local)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



 
 

Informe Gráfico Anual Rosa de vientos


Error!
Query:
select count(*) as cant_lect from sensor_informe_2026 where s_cod='SobranteDV' and date(si_fecha_local)>='2026-01-01 00:00:01' and date(si_fecha_local)<='2026-12-31 23:59:59' and (si_prom>337.5 or si_prom<=22.5)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select si_dv.si_fecha_global,si_dv.si_prom,floor(si_vv.si_prom+1) as vel_max,count(*) as cant from sensor_informe_2026 as si_vv, sensor_informe_2026 as si_dv where si_vv.s_cod="SobranteVV" and si_dv.s_cod="SobranteDV" and si_vv.si_fecha_global=si_dv.si_fecha_global and (si_dv.si_prom>337.5 or si_dv.si_prom<=22.5) group by floor(si_vv.si_prom)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select count(*) as cant_lect from sensor_informe_2026 where s_cod='SobranteDV' and si_fecha_local>='2026-01-01 00:00:01' and si_fecha_local<='2026-12-31 23:59:59' and (si_prom>292.5 and si_prom<=337.5)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select si_dv.si_fecha_global,si_dv.si_prom,floor(si_vv.si_prom+1) as vel_max,count(*) as cant from sensor_informe_2026 as si_vv, sensor_informe_2026 as si_dv where si_vv.s_cod="SobranteVV" and si_dv.s_cod="SobranteDV" and si_vv.si_fecha_global=si_dv.si_fecha_global and (si_dv.si_prom>292.5 and si_dv.si_prom<=337.5) group by floor(si_vv.si_prom)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select count(*) as cant_lect from sensor_informe_2026 where s_cod='SobranteDV' and si_fecha_local>='2026-01-01 00:00:01' and si_fecha_local<='2026-12-31 23:59:59' and (si_prom>247.5 and si_prom<=292.5)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select si_dv.si_fecha_global,si_dv.si_prom,floor(si_vv.si_prom+1) as vel_max,count(*) as cant from sensor_informe_2026 as si_vv, sensor_informe_2026 as si_dv where si_vv.s_cod="SobranteVV" and si_dv.s_cod="SobranteDV" and si_vv.si_fecha_global=si_dv.si_fecha_global and (si_dv.si_prom>247.5 and si_dv.si_prom<=292.5) group by floor(si_vv.si_prom)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select count(*) as cant_lect from sensor_informe_2026 where s_cod='SobranteDV' and si_fecha_local>='2026-01-01 00:00:01' and si_fecha_local<='2026-12-31 23:59:59' and (si_prom>202.5 and si_prom<=247.5)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select si_dv.si_fecha_global,si_dv.si_prom,floor(si_vv.si_prom+1) as vel_max,count(*) as cant from sensor_informe_2026 as si_vv, sensor_informe_2026 as si_dv where si_vv.s_cod="SobranteVV" and si_dv.s_cod="SobranteDV" and si_vv.si_fecha_global=si_dv.si_fecha_global and (si_dv.si_prom>202.5 and si_dv.si_prom<=247.5) group by floor(si_vv.si_prom)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select count(*) as cant_lect from sensor_informe_2026 where s_cod='SobranteDV' and si_fecha_local>='2026-01-01 00:00:01' and si_fecha_local<='2026-12-31 23:59:59' and (si_prom>157.5 and si_prom<=202.5)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select si_dv.si_fecha_global,si_dv.si_prom,floor(si_vv.si_prom+1) as vel_max,count(*) as cant from sensor_informe_2026 as si_vv, sensor_informe_2026 as si_dv where si_vv.s_cod="SobranteVV" and si_dv.s_cod="SobranteDV" and si_vv.si_fecha_global=si_dv.si_fecha_global and (si_dv.si_prom>157.5 and si_dv.si_prom<=202.5) group by floor(si_vv.si_prom)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select count(*) as cant_lect from sensor_informe_2026 where s_cod='SobranteDV' and si_fecha_local>='2026-01-01 00:00:01' and si_fecha_local<='2026-12-31 23:59:59' and (si_prom>112.5 and si_prom<=157.5)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select si_dv.si_fecha_global,si_dv.si_prom,floor(si_vv.si_prom+1) as vel_max,count(*) as cant from sensor_informe_2026 as si_vv, sensor_informe_2026 as si_dv where si_vv.s_cod="SobranteVV" and si_dv.s_cod="SobranteDV" and si_vv.si_fecha_global=si_dv.si_fecha_global and (si_dv.si_prom>112.5 and si_dv.si_prom<=157.5) group by floor(si_vv.si_prom)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select count(*) as cant_lect from sensor_informe_2026 where s_cod='SobranteDV' and si_fecha_local>='2026-01-01 00:00:01' and si_fecha_local<='2026-12-31 23:59:59' and (si_prom>67.5 and si_prom<=112.5)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select si_dv.si_fecha_global,si_dv.si_prom,floor(si_vv.si_prom+1) as vel_max,count(*) as cant from sensor_informe_2026 as si_vv, sensor_informe_2026 as si_dv where si_vv.s_cod="SobranteVV" and si_dv.s_cod="SobranteDV" and si_vv.si_fecha_global=si_dv.si_fecha_global and (si_dv.si_prom>67.5 and si_dv.si_prom<=112.5) group by floor(si_vv.si_prom)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select count(*) as cant_lect from sensor_informe_2026 where s_cod='SobranteDV' and si_fecha_local>='2026-01-01 00:00:01' and si_fecha_local<='2026-12-31 23:59:59' and (si_prom>22.5 and si_prom<=67.5)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist



Error!
Query:
select si_dv.si_fecha_global,si_dv.si_prom,floor(si_vv.si_prom+1) as vel_max,count(*) as cant from sensor_informe_2026 as si_vv, sensor_informe_2026 as si_dv where si_vv.s_cod="SobranteVV" and si_dv.s_cod="SobranteDV" and si_vv.si_fecha_global=si_dv.si_fecha_global and (si_dv.si_prom>22.5 and si_dv.si_prom<=67.5) group by floor(si_vv.si_prom)
Error message:
Table 'uvmet.sensor_informe_2026' doesn't exist


Cargando...