Statistiques mensuelle vent/direction en bargraph

Stylesheet XML créés par nos membres
Répondre
diving-91
Membre
Messages : 104
Inscription : mar. oct. 21, 2008 11:05 pm
Localisation : Quincy-Sous-Sénart (F-91480)
Contact :

Statistiques mensuelle vent/direction en bargraph

Message par diving-91 »

Bonjour à tous,

voici le code graph_monthx.xml pour afficher les statistiques mensuelles de vent et direction sous forme de bargraph
graph-month-5.png

Code : Tout sélectionner

<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="713" height="150" />
<frame width="713" height="150" position-x="0" position-y="0" shadow="0">
<title text="" alignement="3" angle="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</title>
<background color1="FFDDDDFF" color2="FFFFFFFF" gradient="0" gradient-direction="135" stretch="1" />
<border cornerradius="0" color="55555555" thick="1" />
</frame>
<!-- ================= Bargraph ================= -->
<bargraph width="713" height="120" shadow="0" position-x="0" position-y="35" margin-top="0" margin-right="40" margin-bottom="30" margin-left="40">
<xaxis color="FF000000" grid="1" autoscale="1" min="0" max="0">
<labels labelinterval="1" angle="0" side="left" hide="0 ">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="1" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</xaxis>
<y1axis color="FF000000" grid="1" autoscale="1" min="0" max="0" y-base="0.0" titleside="left" titlemargin="25">
<title text="Vitesse (km/h)" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="0" >
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<y2axis side="right" color="FF000000" grid="0" autoscale="0" min="0" max="360" y-base="0.0" titleside="right" titlemargin="25">
<title text="Direction" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labels="N;E;S;O;N" labelinterval="1" angle="0" side="right" hide="0" >
<font color="FF000000" facename="Arial" size="12" weight="400" italic="0" />
</labels>
<ticks majorticks="5" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>
<data>
<stats_month_max_wind_speed axisbind="y1axis" legend="Vent Maxi" color1="FF77FF00" color2="FF22AA00" gradient="horizontal" antialiasing="1" filled="1" />
<stats_month_max_wind_gust axisbind="y1axis" legend="Rafales Maxi" color1="FFDD7700" color2="FF882200" gradient="horizontal" antialiasing="1" filled="1" />
</data>
<legend orientation="0" margin="3" width="713" position-x="0" position-y="0" hide="0" shadow="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
      <border cornerradius="0" color="55555555" thick="1" />
      <background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="90"/>
</legend>
<graphbackground color1="FFCCCCFF" color2="FFFFFFFF" gradient="1" gradient-direction="90" />
</bargraph>
<!-- ================= Bargraph Direction ================= -->
<bargraph width="713" height="120" shadow="0" position-x="0" position-y="35" margin-top="0" margin-right="40" margin-bottom="30" margin-left="40">
<xaxis color="FF000000" grid="0" autoscale="1" min="0" max="0">
<labels labelinterval="1" angle="0" side="left" hide="1" format="%d">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="1" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="1" />
</xaxis>
<y1axis color="00000000" grid="0" autoscale="1" min="0" max="0" y-base="0.0" titleside="left" titlemargin="25">
<title text="Vitesse maxi (km/h)" alignement="vcenter|hcenter" angle="0" hide="1">
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="1" >
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<y2axis side="right" color="00000000" grid="0" autoscale="0" min="0" max="360" y-base="0.0" titleside="right" titlemargin="25">
<title text="Direction" alignement="vcenter|hcenter" angle="0">
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="right" hide="1" >
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>
<data>
<stats_month_truemean_wind_direction axisbind="y2axis" legend="Direction Dominante" color1="20000000" color2="20000000" gradient="horizontal" antialiasing="1" filled="1" />
</data>
<legend orientation="0" margin="3" width="713" position-x="180" position-y="0" hide="0" shadow="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</legend>
</bargraph>
  <!-- ================= Textbox =================  -->
  <textbox width="80" height="30" shadow="0" position-x="630" position-y="00" margin="4" >
    <text alignement="center|top">
      <line text="$StartDate[%m / %Y]"/>
    </text>
  </textbox>
</stylesheet>
Vous ne pouvez pas consulter les pièces jointes insérées à ce message.
<----------------------------------------------------->
Station IROX PRO-X USB / WeatherCapture/GraphWeather
http://diving91.homeip.net/
Avatar de l’utilisateur
MAGNUS
Membre
Messages : 992
Inscription : dim. mars 26, 2006 4:44 pm
Localisation : VIDAUBAN (83) FRANCE
Contact :

Re: Statistiques mensuelle vent/direction en bargraph

Message par MAGNUS »

diving-91 a écrit :Bonjour à tous,

voici le code graph_monthx.xml pour afficher les statistiques mensuelles de vent et direction sous forme de bargraph
graph-month-5.png

Code : Tout sélectionner

<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="713" height="150" />
<frame width="713" height="150" position-x="0" position-y="0" shadow="0">
<title text="" alignement="3" angle="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</title>
<background color1="FFDDDDFF" color2="FFFFFFFF" gradient="0" gradient-direction="135" stretch="1" />
<border cornerradius="0" color="55555555" thick="1" />
</frame>
<!-- ================= Bargraph ================= -->
<bargraph width="713" height="120" shadow="0" position-x="0" position-y="35" margin-top="0" margin-right="40" margin-bottom="30" margin-left="40">
<xaxis color="FF000000" grid="1" autoscale="1" min="0" max="0">
<labels labelinterval="1" angle="0" side="left" hide="0 ">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="1" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</xaxis>
<y1axis color="FF000000" grid="1" autoscale="1" min="0" max="0" y-base="0.0" titleside="left" titlemargin="25">
<title text="Vitesse (km/h)" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="0" >
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<y2axis side="right" color="FF000000" grid="0" autoscale="0" min="0" max="360" y-base="0.0" titleside="right" titlemargin="25">
<title text="Direction" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labels="N;E;S;O;N" labelinterval="1" angle="0" side="right" hide="0" >
<font color="FF000000" facename="Arial" size="12" weight="400" italic="0" />
</labels>
<ticks majorticks="5" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>
<data>
<stats_month_max_wind_speed axisbind="y1axis" legend="Vent Maxi" color1="FF77FF00" color2="FF22AA00" gradient="horizontal" antialiasing="1" filled="1" />
<stats_month_max_wind_gust axisbind="y1axis" legend="Rafales Maxi" color1="FFDD7700" color2="FF882200" gradient="horizontal" antialiasing="1" filled="1" />
</data>
<legend orientation="0" margin="3" width="713" position-x="0" position-y="0" hide="0" shadow="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
      <border cornerradius="0" color="55555555" thick="1" />
      <background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="90"/>
</legend>
<graphbackground color1="FFCCCCFF" color2="FFFFFFFF" gradient="1" gradient-direction="90" />
</bargraph>
<!-- ================= Bargraph Direction ================= -->
<bargraph width="713" height="120" shadow="0" position-x="0" position-y="35" margin-top="0" margin-right="40" margin-bottom="30" margin-left="40">
<xaxis color="FF000000" grid="0" autoscale="1" min="0" max="0">
<labels labelinterval="1" angle="0" side="left" hide="1" format="%d">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="1" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="1" />
</xaxis>
<y1axis color="00000000" grid="0" autoscale="1" min="0" max="0" y-base="0.0" titleside="left" titlemargin="25">
<title text="Vitesse maxi (km/h)" alignement="vcenter|hcenter" angle="0" hide="1">
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="1" >
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<y2axis side="right" color="00000000" grid="0" autoscale="0" min="0" max="360" y-base="0.0" titleside="right" titlemargin="25">
<title text="Direction" alignement="vcenter|hcenter" angle="0">
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="right" hide="1" >
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>
<data>
<stats_month_truemean_wind_direction axisbind="y2axis" legend="Direction Dominante" color1="20000000" color2="20000000" gradient="horizontal" antialiasing="1" filled="1" />
</data>
<legend orientation="0" margin="3" width="713" position-x="180" position-y="0" hide="0" shadow="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</legend>
</bargraph>
  <!-- ================= Textbox =================  -->
  <textbox width="80" height="30" shadow="0" position-x="630" position-y="00" margin="4" >
    <text alignement="center|top">
      <line text="$StartDate[%m / %Y]"/>
    </text>
  </textbox>
</stylesheet>
Bonjour,
Ce modèle pour Statistiques mensuelle vent/direction en bargraph ne fonctionne pas par contre celui pour Humidité fonctionne bien
Cordialement.
Station WMR 200 avec XNet_meteo V 2014-10-29a Logiciels:Graphweather V 3.0.16, Noaa Template2, Windows 7
Mon abri météo ici :http://www.vardecouverte.fr/sta%20bc2008.htm
Site Web : http://www.vardecouverte.fr
Image
diving-91
Membre
Messages : 104
Inscription : mar. oct. 21, 2008 11:05 pm
Localisation : Quincy-Sous-Sénart (F-91480)
Contact :

Re: Statistiques mensuelle vent/direction en bargraph

Message par diving-91 »

MAGNUS888 a écrit : Bonjour,
Ce modèle pour Statistiques mensuelle vent/direction en bargraph ne fonctionne pas par contre celui pour Humidité fonctionne bien
Cordialement.
Bonsoir Magnus,

ah et bien pourtant, il fonctionne parfaitement chez moi, et c'est exactement le même principe que pour l'autre sur l'humidité.

Qu'entends tu exactement par 'ne fonctionne pas'? Voir le post sur l'humidité pour voir comment faire fonctionner ce bout de code.

Cordialement
Hervé
<----------------------------------------------------->
Station IROX PRO-X USB / WeatherCapture/GraphWeather
http://diving91.homeip.net/
Avatar de l’utilisateur
MAGNUS
Membre
Messages : 992
Inscription : dim. mars 26, 2006 4:44 pm
Localisation : VIDAUBAN (83) FRANCE
Contact :

Re: Statistiques mensuelle vent/direction en bargraph

Message par MAGNUS »

diving-91 a écrit :
MAGNUS888 a écrit : Bonjour,
Ce modèle pour Statistiques mensuelle vent/direction en bargraph ne fonctionne pas par contre celui pour Humidité fonctionne bien
Cordialement.
Bonsoir Magnus,

ah et bien pourtant, il fonctionne parfaitement chez moi, et c'est exactement le même principe que pour l'autre sur l'humidité.

Qu'entends tu exactement par 'ne fonctionne pas'? Voir le post sur l'humidité pour voir comment faire fonctionner ce bout de code.

Cordialement
Hervé
Bonjour Hervé

Pour l'installation j'ai procédé exactement comme pour l'humidité.
Je graph HUMIDITÉ s'affiche correctement par contre celui du vent n'affiche que des barres ombrées et l'échelle de droit est bizarre.
Image

Cordialement.
Station WMR 200 avec XNet_meteo V 2014-10-29a Logiciels:Graphweather V 3.0.16, Noaa Template2, Windows 7
Mon abri météo ici :http://www.vardecouverte.fr/sta%20bc2008.htm
Site Web : http://www.vardecouverte.fr
Image
Avatar de l’utilisateur
chris_01
Membre
Messages : 141
Inscription : mer. oct. 29, 2008 11:34 pm
Localisation : Bruxelles

Re: Statistiques mensuelle vent/direction en bargraph

Message par chris_01 »

tu as quelle version de gw?
Davis Vantage Pro 2 (une non-câblée à Bruxelles, une câblée à Grimentz (1710m, VS) depuis décembre 2015. Datalogger usb, Cumulus et Weatherlink
Anciennement
WMR200; Xnet_météo v2011-10-14a (entre 2014 et 2015) + données de 2008 à 2013 en txt, format WD;
Graphweather v3.0.15 ;
Deux minipc Beebox de ASRock sous Windows 10 gèrent WL et GW.

Image Image
Avatar de l’utilisateur
MAGNUS
Membre
Messages : 992
Inscription : dim. mars 26, 2006 4:44 pm
Localisation : VIDAUBAN (83) FRANCE
Contact :

Re: Statistiques mensuelle vent/direction en bargraph

Message par MAGNUS »

chris_01 a écrit :tu as quelle version de gw?
version GW 2.265b
Station WMR 200 avec XNet_meteo V 2014-10-29a Logiciels:Graphweather V 3.0.16, Noaa Template2, Windows 7
Mon abri météo ici :http://www.vardecouverte.fr/sta%20bc2008.htm
Site Web : http://www.vardecouverte.fr
Image
diving-91
Membre
Messages : 104
Inscription : mar. oct. 21, 2008 11:05 pm
Localisation : Quincy-Sous-Sénart (F-91480)
Contact :

Re: Statistiques mensuelle vent/direction en bargraph

Message par diving-91 »

bonsoir magnus,

Et bien là je suis sec....la seule idée qui me vient à l'esprit c'est que tu n'as pas de données vitesse du vent dans tes export de station météo ...mais ce n'est pas ça car sur ton site dans les stats GW tu as bien des infos présentes...
Mystère donc.
Tu as bien regenéré ta base de données ?

cordialement
Hervé
<----------------------------------------------------->
Station IROX PRO-X USB / WeatherCapture/GraphWeather
http://diving91.homeip.net/
Avatar de l’utilisateur
chris_01
Membre
Messages : 141
Inscription : mer. oct. 29, 2008 11:34 pm
Localisation : Bruxelles

Re: Statistiques mensuelle vent/direction en bargraph

Message par chris_01 »

la seule idée qui me vient à l'esprit c'est que tu n'as pas de données vitesse du vent dans tes export de station météo ...mais ce n'est pas ça car sur ton site dans les stats GW tu as bien des infos présentes...
Pas tout à fait : les données présentes sont les vitesses (speed!) et donc il suffit de remplacer tous les gust par speed

Mais pourtant il y a le vent maxi aussi... tu utilise quel plugin?

Code : Tout sélectionner

<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="713" height="150" />
<frame width="713" height="150" position-x="0" position-y="0" shadow="0">
<title text="" alignement="3" angle="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</title>
<background color1="FFDDDDFF" color2="FFFFFFFF" gradient="0" gradient-direction="135" stretch="1" />
<border cornerradius="0" color="55555555" thick="1" />
</frame>
<!-- ================= Bargraph ================= -->
<bargraph width="713" height="120" shadow="0" position-x="0" position-y="35" margin-top="0" margin-right="40" margin-bottom="30" margin-left="40">
<xaxis color="FF000000" grid="1" autoscale="1" min="0" max="0">
<labels labelinterval="1" angle="0" side="left" hide="0 ">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="1" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</xaxis>
<y1axis color="FF000000" grid="1" autoscale="1" min="0" max="0" y-base="0.0" titleside="left" titlemargin="25">
<title text="Vitesse (km/h)" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="0" >
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<y2axis side="right" color="FF000000" grid="0" autoscale="0" min="0" max="360" y-base="0.0" titleside="right" titlemargin="25">
<title text="Direction" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labels="N;E;S;O;N" labelinterval="1" angle="0" side="right" hide="0" >
<font color="FF000000" facename="Arial" size="12" weight="400" italic="0" />
</labels>
<ticks majorticks="5" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>
<data>
<stats_month_max_wind_speed axisbind="y1axis" legend="Vent Maxi" color1="FF77FF00" color2="FF22AA00" gradient="horizontal" antialiasing="1" filled="1" />
<stats_month_max_wind_[b]gust[/b] axisbind="y1axis" legend="Rafales Maxi" color1="FFDD7700" color2="FF882200" gradient="horizontal" antialiasing="1" filled="1" />
</data>
<legend orientation="0" margin="3" width="713" position-x="0" position-y="0" hide="0" shadow="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
      <border cornerradius="0" color="55555555" thick="1" />
      <background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="90"/>
</legend>
<graphbackground color1="FFCCCCFF" color2="FFFFFFFF" gradient="1" gradient-direction="90" />
</bargraph>
<!-- ================= Bargraph Direction ================= -->
<bargraph width="713" height="120" shadow="0" position-x="0" position-y="35" margin-top="0" margin-right="40" margin-bottom="30" margin-left="40">
<xaxis color="FF000000" grid="0" autoscale="1" min="0" max="0">
<labels labelinterval="1" angle="0" side="left" hide="1" format="%d">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="1" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="1" />
</xaxis>
<y1axis color="00000000" grid="0" autoscale="1" min="0" max="0" y-base="0.0" titleside="left" titlemargin="25">
<title text="Vitesse maxi (km/h)" alignement="vcenter|hcenter" angle="0" hide="1">
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="1" >
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<y2axis side="right" color="00000000" grid="0" autoscale="0" min="0" max="360" y-base="0.0" titleside="right" titlemargin="25">
<title text="Direction" alignement="vcenter|hcenter" angle="0">
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="right" hide="1" >
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>
<data>
<stats_month_truemean_wind_direction axisbind="y2axis" legend="Direction Dominante" color1="20000000" color2="20000000" gradient="horizontal" antialiasing="1" filled="1" />
</data>
<legend orientation="0" margin="3" width="713" position-x="180" position-y="0" hide="0" shadow="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</legend>
</bargraph>
  <!-- ================= Textbox =================  -->
  <textbox width="80" height="30" shadow="0" position-x="630" position-y="00" margin="4" >
    <text alignement="center|top">
      <line text="$StartDate[%m / %Y]"/>
    </text>
  </textbox>
</stylesheet>
Davis Vantage Pro 2 (une non-câblée à Bruxelles, une câblée à Grimentz (1710m, VS) depuis décembre 2015. Datalogger usb, Cumulus et Weatherlink
Anciennement
WMR200; Xnet_météo v2011-10-14a (entre 2014 et 2015) + données de 2008 à 2013 en txt, format WD;
Graphweather v3.0.15 ;
Deux minipc Beebox de ASRock sous Windows 10 gèrent WL et GW.

Image Image
Avatar de l’utilisateur
MAGNUS
Membre
Messages : 992
Inscription : dim. mars 26, 2006 4:44 pm
Localisation : VIDAUBAN (83) FRANCE
Contact :

Re: Statistiques mensuelle vent/direction en bargraph

Message par MAGNUS »

Bonjour Hervé,
J'utilisise le plugin WS 2300
Station WMR 200 avec XNet_meteo V 2014-10-29a Logiciels:Graphweather V 3.0.16, Noaa Template2, Windows 7
Mon abri météo ici :http://www.vardecouverte.fr/sta%20bc2008.htm
Site Web : http://www.vardecouverte.fr
Image
diving-91
Membre
Messages : 104
Inscription : mar. oct. 21, 2008 11:05 pm
Localisation : Quincy-Sous-Sénart (F-91480)
Contact :

Re: Statistiques mensuelle vent/direction en bargraph

Message par diving-91 »

Bonjour magnus,

J'utilise le plugin CVS. avec la remarque de chris, tu dois au moins avoir le vent meme si tu n'as pas les rafales?
En out cas, je ne penche pas pour un probleme du fichier graph_monthx.xml, mais plus pour un probleme d'info manquante sur certaines sondes en rapport avec ton plugin.

Le fichier graph_monthx.xml utilise le vent, les rafales et la direction du vent.
Cela est facile a adapter à d'autres besoins en changeant les lignes suivantes:

Code : Tout sélectionner

<data>
<stats_month_max_wind_speed axisbind="y1axis" legend="Vent Maxi" color1="FF77FF00" color2="FF22AA00" gradient="horizontal" antialiasing="1" filled="1" />
<stats_month_max_wind_gust axisbind="y1axis" legend="Rafales Maxi" color1="FFDD7700" color2="FF882200" gradient="horizontal" antialiasing="1" filled="1" />
</data>
cordialement
hervé
<----------------------------------------------------->
Station IROX PRO-X USB / WeatherCapture/GraphWeather
http://diving91.homeip.net/
Avatar de l’utilisateur
MAGNUS
Membre
Messages : 992
Inscription : dim. mars 26, 2006 4:44 pm
Localisation : VIDAUBAN (83) FRANCE
Contact :

Re: Statistiques mensuelle vent/direction en bargraph

Message par MAGNUS »

diving-91 a écrit :Bonjour magnus,

J'utilise le plugin CVS. avec la remarque de chris, tu dois au moins avoir le vent meme si tu n'as pas les rafales?
En out cas, je ne penche pas pour un probleme du fichier graph_monthx.xml, mais plus pour un probleme d'info manquante sur certaines sondes en rapport avec ton plugin.

Le fichier graph_monthx.xml utilise le vent, les rafales et la direction du vent.
Cela est facile a adapter à d'autres besoins en changeant les lignes suivantes:

Code : Tout sélectionner

<data>
<stats_month_max_wind_speed axisbind="y1axis" legend="Vent Maxi" color1="FF77FF00" color2="FF22AA00" gradient="horizontal" antialiasing="1" filled="1" />
<stats_month_max_wind_gust axisbind="y1axis" legend="Rafales Maxi" color1="FFDD7700" color2="FF882200" gradient="horizontal" antialiasing="1" filled="1" />
</data>
cordialement
hervé
Merci Hervé de ta réponse, je vais essayer cela dés que j'ai un moment.
Cordialement.
Station WMR 200 avec XNet_meteo V 2014-10-29a Logiciels:Graphweather V 3.0.16, Noaa Template2, Windows 7
Mon abri météo ici :http://www.vardecouverte.fr/sta%20bc2008.htm
Site Web : http://www.vardecouverte.fr
Image
Avatar de l’utilisateur
MAGNUS
Membre
Messages : 992
Inscription : dim. mars 26, 2006 4:44 pm
Localisation : VIDAUBAN (83) FRANCE
Contact :

Re: Statistiques mensuelle vent/direction en bargraph

Message par MAGNUS »

MAGNUS888 a écrit :
diving-91 a écrit :Bonjour magnus,

J'utilise le plugin CVS. avec la remarque de chris, tu dois au moins avoir le vent meme si tu n'as pas les rafales?
En out cas, je ne penche pas pour un probleme du fichier graph_monthx.xml, mais plus pour un probleme d'info manquante sur certaines sondes en rapport avec ton plugin.

Le fichier graph_monthx.xml utilise le vent, les rafales et la direction du vent.
Cela est facile a adapter à d'autres besoins en changeant les lignes suivantes:

Code : Tout sélectionner

<data>
<stats_month_max_wind_speed axisbind="y1axis" legend="Vent Maxi" color1="FF77FF00" color2="FF22AA00" gradient="horizontal" antialiasing="1" filled="1" />
<stats_month_max_wind_gust axisbind="y1axis" legend="Rafales Maxi" color1="FFDD7700" color2="FF882200" gradient="horizontal" antialiasing="1" filled="1" />
</data>
cordialement
hervé
Merci Hervé de ta réponse, je vais essayer cela dés que j'ai un moment.
Cordialement.
Bonjour,
OK maintenant le graph VENT fonctionne, une erreur de syntaxe dans la page.
Bonne fin de journée.
Station WMR 200 avec XNet_meteo V 2014-10-29a Logiciels:Graphweather V 3.0.16, Noaa Template2, Windows 7
Mon abri météo ici :http://www.vardecouverte.fr/sta%20bc2008.htm
Site Web : http://www.vardecouverte.fr
Image
diving-91
Membre
Messages : 104
Inscription : mar. oct. 21, 2008 11:05 pm
Localisation : Quincy-Sous-Sénart (F-91480)
Contact :

Re: Statistiques mensuelle vent/direction en bargraph

Message par diving-91 »

MAGNUS888 a écrit : Bonjour,
OK maintenant le graph VENT fonctionne, une erreur de syntaxe dans la page.
Bonne fin de journée.
Bonsoir MAGNUS, Bon et bien voila une histoire qui finie bien alors! Bonne utilisation

Cordialement
Hervé
<----------------------------------------------------->
Station IROX PRO-X USB / WeatherCapture/GraphWeather
http://diving91.homeip.net/
Avatar de l’utilisateur
MAGNUS
Membre
Messages : 992
Inscription : dim. mars 26, 2006 4:44 pm
Localisation : VIDAUBAN (83) FRANCE
Contact :

Re: Statistiques mensuelle vent/direction en bargraph

Message par MAGNUS »

Bonjour,
J'ai rajouté le graph du vent dans le dossier Statistics à savoir:
graph-month-4.png
graph-month-4.xml
month.xsl
qui tiennent compte de cette modification

L'affichage est correct lorsque j'ouvre la base des données avec Graphweather mais, bien que tout les fichiers se trouvent sur le serveur, le graph vent ne s'affiche pas.
il est à noter également que lorsqu'on clic sur le lien pour ouvrir les statistiques, systématiquement la page s'ouvre sur le 27 février 2009.
Où serait le PB ?
Je vous remercie par avance de vos réponses et suggestions.
Cordialement.
Station WMR 200 avec XNet_meteo V 2014-10-29a Logiciels:Graphweather V 3.0.16, Noaa Template2, Windows 7
Mon abri météo ici :http://www.vardecouverte.fr/sta%20bc2008.htm
Site Web : http://www.vardecouverte.fr
Image
Avatar de l’utilisateur
chris_01
Membre
Messages : 141
Inscription : mer. oct. 29, 2008 11:34 pm
Localisation : Bruxelles

Re: Statistiques mensuelle vent/direction en bargraph

Message par chris_01 »

L'affichage est correct lorsque j'ouvre la base des données avec Graphweather mais, bien que tout les fichiers se trouvent sur le serveur, le graph vent ne s'affiche pas.
Tu as bien modifié le fichier month? et est-il toujours un fichier xsl?
Davis Vantage Pro 2 (une non-câblée à Bruxelles, une câblée à Grimentz (1710m, VS) depuis décembre 2015. Datalogger usb, Cumulus et Weatherlink
Anciennement
WMR200; Xnet_météo v2011-10-14a (entre 2014 et 2015) + données de 2008 à 2013 en txt, format WD;
Graphweather v3.0.15 ;
Deux minipc Beebox de ASRock sous Windows 10 gèrent WL et GW.

Image Image
Répondre