Probleme Pression Atmosphrique
Probleme Pression Atmosphrique
Bonjour j'ai une station météo Heavy Weather Ws 2355 et j'ai installé avec succès GraphWeather et j'ai réussi à faire des graphiques. Mais le problème c'est que la pression relative affiché est la pression absolue. Que faire pour que la "vrai" pression relative soit affichée ? Merci d'avance.
Re: Probleme Pression Atmosphrique
Bonjour,J-B a écrit :Bonjour j'ai une station météo Heavy Weather Ws 2355 et j'ai installé avec succès GraphWeather et j'ai réussi à faire des graphiques. Mais le problème c'est que la pression relative affiché est la pression absolue. Que faire pour que la "vrai" pression relative soit affichée ? Merci d'avance.
As tu indiqué ton altitude dans GW afin que ca puisse faire le calcule correctement ?
Préférence/Général/Localisation
Puis là tu entres tes données: Longitude, latitude, altitude...
VP2, Weatherlink 6.0.3, GraphWeather 3.0.33 Beta , Windows 7 Intégrale 64bits






Re: Probleme Pression Atmosphrique
Oui j'ai renseigner l'altitude, la longitude et la latitude
Re: Probleme Pression Atmosphrique
C'est le graphique dans le GW qui t'indique cela ?J-B a écrit :Oui j'ai renseigner l'altitude, la longitude et la latitude
Si oui peut etre qu'il faut vérifier le code source du stylesheets : " pression relative " qui doit ressembler à $Current[relative_pressure]
VP2, Weatherlink 6.0.3, GraphWeather 3.0.33 Beta , Windows 7 Intégrale 64bits






Re: Probleme Pression Atmosphrique
Oui c'est le graphique dans GW. Voici la capture de mon écran la pression afichée est de 976.9 hPa alors qu'elle est de 993.9 hPa : http://www.pixenli.com/image1261577706039387600.html
Re: Probleme Pression Atmosphrique
Essaie de regarder dans le fichier source avec le logiciel notepad pour bloc noteJ-B a écrit :Oui c'est le graphique dans GW. Voici la capture de mon écran la pression afichée est de 976.9 hPa alors qu'elle est de 993.7 hPa : http://www.pixenli.com/image1261577706039387600.html
va dans le dossier stylesheets et cherche après $Current[relative_pressure]
voilà le code source que tu devrais avoir :
<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="600" height="600" />
<!-- ================= Outdoor Temperature ================= -->
<lineargauge width="130" height="300" shadow="0" orientation="1" position-x="25" position-y="0" margin-top="26" margin-right="9" margin-bottom="77" margin-left="11" >
<title text="$Current[outdoor_temperature] $Unit[Temperature]" alignement="relative" angle="0" position-x="0.47" position-y="0.86">
<font color="FF000000" facename="Arial" size="18" weight="400" italic="1" />
</title>
<axis color="FF000000" min="-20" max="40" side="hcenter" titlemargin="20">
<title text="Température exterieure" alignement="vcenter|hcenter" angle="180">
<font color="FF000000" facename="Arial" size="18" weight="400" italic="1" />
</title>
<labels labelinterval="1" side="left" hide="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="1" />
</labels>
<ticks majorticks="7" minorticks="4" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" minorticksize="5" majorticksize="9"/>
</axis>
<index>
<current_outdoor_temperature color1="FFFF0000" color2="FF00FF00" filled="1" side="left" thick="9" axisdelta="0"/>
<stats_day_max_outdoor_temperature texture="img_modern_index_20x24.png" side="left" thick="9" axisdelta="0"/>
<stats_day_min_outdoor_temperature texture="img_modern_index_20x24.png" side="left" thick="9" axisdelta="0"/>
</index>
<border cornerradius="0" color="FF000000" thick="0" />
<background color="ff0000ff" texture="img_modern_thermo1_130x300.png" stretch="1" />
<gaugebackground color="FF000000" texture="" />
</lineargauge>
<frame width="130" height="300" position-x="25" position-y="0">
<background color="ff0000ff" texture="img_modern_thermo2_130x300.png" stretch="1" />
</frame>
<!-- ================= Dew Point ================= -->
<lineargauge width="130" height="300" shadow="0" orientation="1" position-x="155" position-y="0" margin-top="26" margin-right="9" margin-bottom="77" margin-left="11" >
<title text="$Current[dew_point] $Unit[Temperature]" alignement="relative" angle="0" position-x="0.47" position-y="0.86">
<font color="FF000000" facename="Arial" size="18" weight="400" italic="1" />
</title>
<axis color="FF000000" min="-20" max="40" side="hcenter" titlemargin="20">
<title text="Point de rosée" alignement="vcenter|hcenter" angle="180">
<font color="FF000000" facename="Arial" size="18" weight="400" italic="1" />
</title>
<labels labelinterval="1" side="left" hide="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="1" />
</labels>
<ticks majorticks="7" minorticks="4" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" minorticksize="5" majorticksize="9"/>
</axis>
<index>
<current_dew_point color1="FFFF0000" color2="200000FF" filled="1" side="left" thick="9" axisdelta="0"/>
<stats_day_min_dew_point texture="img_modern_index_20x24.png" side="left" thick="9" axisdelta="0"/>
<stats_day_max_dew_point texture="img_modern_index_20x24.png" side="left" thick="9" axisdelta="0"/>
</index>
<border cornerradius="0" color="FF000000" thick="0" />
<background color="ff0000ff" texture="img_modern_thermo1_130x300.png" stretch="1" />
<gaugebackground color="FF000000" texture="" />
</lineargauge>
<frame width="130" height="300" position-x="155" position-y="0">
<background color="ff0000ff" texture="img_modern_thermo2_130x300.png" stretch="1" />
</frame>
<!-- ================= Rainfall ================= -->
<frame width="300" height="300" position-x="300" position-y="0">
<title text="\nPrécipitations" alignement="top|hcenter" angle="0" position-x="0.1" position-y="0.5">
<font color="FF000000" facename="Arial" size="20" weight="400" italic="1" />
</title>
<background color="ff0000ff" texture="img_modern_square1_300x300.png" stretch="1" />
</frame>
<!-- ================= Absolute rainfall ================= -->
<lineargauge width="25" height="250" shadow="0" orientation="1" position-x="349" position-y="20" margin-top="34" margin-right="0" margin-bottom="42" margin-left="0" >
<title text="Total :\n$Stats[Year,TotalRainfall] $Unit[Rainfall]" alignement="relative" angle="0" position-x="0.47" position-y="0.92">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="1" />
</title>
<axis color="66000000" min="0" max="1000" side="left" titlemargin="30" titleside="left">
<labels labelinterval="1" side="right" hide="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</labels>
<ticks majorticks="6" minorticks="3" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" minorticksize="18" majorticksize="25"/>
</axis>
<index>
<stats_year_totalrainfall color1="500000FF" color2="500000FF" filled="1" reverse="0" side="right" thick="25" axisdelta="0"/>
</index>
<border cornerradius="0" color="FF000000" thick="0" />
<background color="00000000" stretch="1" />
<gaugebackground color="FF000000" texture="" />
</lineargauge>
<!-- ================= rainfall 24h ================= -->
<lineargauge width="25" height="250" shadow="0" orientation="1" position-x="423" position-y="20" margin-top="34" margin-right="0" margin-bottom="42" margin-left="0" >
<title text="Sur 24h :\n$Current[rainfall_24h] $Unit[Rainfall]" alignement="relative" angle="0" position-x="0.47" position-y="0.92">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="1" />
</title>
<axis color="66000000" min="0" max="200" side="left" titlemargin="30" titleside="left">
<labels labelinterval="1" side="right" hide="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</labels>
<ticks majorticks="6" minorticks="3" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" minorticksize="18" majorticksize="25"/>
</axis>
<index>
<current_rainfall_24h color1="550000FF" color2="550000FF" filled="1" reverse="0" side="right" thick="25" axisdelta="0"/>
</index>
<border cornerradius="0" color="FF000000" thick="0" />
<background color="00000000" stretch="1" />
<gaugebackground color="FF000000" texture="" />
</lineargauge>
<!-- ================= rainfall 1h ================= -->
<lineargauge width="25" height="250" shadow="0" orientation="1" position-x="493" position-y="20" margin-top="34" margin-right="0" margin-bottom="42" margin-left="0" >
<title text="Sur 1h :\n$Current[rainfall_1h] $Unit[Rainfall]" alignement="relative" angle="0" position-x="0.47" position-y="0.92">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="1" />
</title>
<axis color="66000000" min="0" max="80" side="left" titlemargin="30" titleside="left">
<labels labelinterval="1" side="right" hide="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</labels>
<ticks majorticks="5" minorticks="3" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" minorticksize="18" majorticksize="25"/>
</axis>
<index>
<current_rainfall_1h color1="550000FF" color2="550000FF" filled="1" reverse="0" side="right" thick="25" axisdelta="0"/>
</index>
<border cornerradius="0" color="FF000000" thick="0" />
<background color="00000000" stretch="1" />
<gaugebackground color="FF000000" texture="" />
</lineargauge>
<frame width="300" height="300" position-x="300" position-y="0">
<background color="ff0000ff" texture="img_modern_square2_300x300.png" stretch="1" />
</frame>
<frame width="300" height="300" position-x="300" position-y="0">
<background color="ff0000ff" texture="img_modern_square3_300x300.png" stretch="1" />
</frame>
<!-- ================= Relative Pressure ================= -->
<circulargauge width="300" height="300" shadow="0" orientation="1" position-x="0" position-y="300" margin-top="50" margin-right="50" margin-bottom="50" margin-left="50" >
<title text="$Current[relative_pressure,6.1] $Unit[Pressure]\nMin: $Stats[Day,Min,relative_pressure,.1] $Unit[Pressure]\nMax: $Stats[Day,Max,relative_pressure,.1] $Unit[Pressure]\n" alignement="relative" angle="0" position-x="0.5" position-y="0.7">
<font color="FF000000" facename="Arial" size="13" weight="400" italic="1" />
</title>
<axis color="FF000000" min="940" max="1060" titlemargin="50" titleside="top" fromangle="-45" toangle="225">
<title text="Pression\nrelative" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="18" weight="400" italic="1" />
</title>
<labels labelinterval="1" side="0" hide="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</labels>
<ticks majorticks="7" minorticks="3" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" minorticksize="5" majorticksize="9"/>
</axis>
<index>
<current_relative_pressure color1="FFFF0000" color2="FF00FF00" filled="1" texture="img_modern_index_120x40.png" side="left" thick="9" axisdelta="0"/>
<stats_day_min_relative_pressure color1="FFFF0000" color2="FF00FF00" texture="img_modern_index5_120x40.png" side="left" thick="9" axisdelta="0"/>
<stats_day_max_relative_pressure color1="FFFF0000" color2="FF00FF00" texture="img_modern_index5_120x40.png" side="left" thick="9" axisdelta="0"/>
</index>
<border cornerradius="0" color="FF000000" thick="0" />
<background color="ff0000ff" texture="img_modern1_300x300.png" stretch="1" />
</circulargauge>
<frame width="300" height="300" position-x="0" position-y="300">
<background color="ff0000ff" texture="img_modern2_300x300.png" stretch="1" />
</frame>
<!-- ================= Wind speed/direction ================= -->
<circulargauge width="300" height="300" shadow="0" orientation="1" position-x="300" position-y="300" margin-top="45" margin-right="45" margin-bottom="45" margin-left="45" >
<title text="Direction $Current[wind_direction,f1]\nVitesse $Current[wind_speed] $Unit[Speed]" alignement="relative" angle="0" position-x="0.56" position-y="0.63">
<font color="FF000000" facename="Arial" size="13" weight="400" italic="1" />
</title>
<axis color="FF000000" min="0" max="360" titlemargin="20" titleside="bottom" fromangle="90" toangle="450">
<labels labels="N;NO;O;SO;S;SE;E;NE" labelinterval="1" side="top" hide="0">
<font color="FF000000" facename="Arial" size="12" weight="800" italic="0" />
</labels>
<ticks majorticks="9" minorticks="3" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" minorticksize="5" majorticksize="9"/>
</axis>
<index>
<current_wind_direction color1="FFFF0000" color2="FF00FF00" filled="1" texture="img_modern_index3_120x40.png" side="left" thick="9" axisdelta="0"/>
</index>
<background texture="img_modern1_300x300.png" stretch="1" />
</circulargauge>
<circulargauge width="300" height="300" shadow="0" orientation="1" position-x="300" position-y="300" margin-top="70" margin-right="70" margin-bottom="70" margin-left="70" >
<title text="Vent" alignement="relative" angle="0" position-x="0.5" position-y="0.40">
<font color="FF000000" facename="Arial" size="18" weight="400" italic="1" />
</title>
<axis color="FF000000" min="0" max="180" titlemargin="50" titleside="bottom" fromangle="0" toangle="225">
<labels labelinterval="1" side="160" hide="0">
<font color="FF000000" facename="Arial" size="13" weight="400" italic="1" />
</labels>
<ticks majorticks="7" minorticks="2" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" minorticksize="5" majorticksize="9"/>
</axis>
<index>
<current_wind_speed color1="FFFF0000" color2="FF00FF00" filled="1" texture="img_modern_index4_120x40.png" side="left" thick="9" axisdelta="0"/>
<stats_day_max_wind_speed texture="img_modern_index6_120x40.png" side="left" thick="9" axisdelta="0"/>
</index>
</circulargauge>
<frame width="300" height="300" position-x="300" position-y="300">
<background color="ff0000ff" texture="img_modern2_300x300.png" stretch="1" />
</frame>
</stylesheet>
VP2, Weatherlink 6.0.3, GraphWeather 3.0.33 Beta , Windows 7 Intégrale 64bits






- jturlier
- Membre
- Messages : 3149
- Inscription : mar. août 22, 2006 8:38 am
- Localisation : 34410 Sérignan - Languedoc
- Contact :
Re: Probleme Pression Atmosphrique
Bonjour,
dans la définition de tes sondes ds le plugin de base, fournis-tu la pression absolue en sortie de ta station ou une pression "relative" au niveau de la mer ?
Si c'est le cas et que tu fais correspondre cette "pression relative" avec absolute pressure, GW en fonction de ton altitude recalcule une pression au niveau de la mer.
Avec en gros 10m par hPa, si c'est ça le pb tu devrais avoir une altitude dans les 200m
Jean
dans la définition de tes sondes ds le plugin de base, fournis-tu la pression absolue en sortie de ta station ou une pression "relative" au niveau de la mer ?
Si c'est le cas et que tu fais correspondre cette "pression relative" avec absolute pressure, GW en fonction de ton altitude recalcule une pression au niveau de la mer.
Avec en gros 10m par hPa, si c'est ça le pb tu devrais avoir une altitude dans les 200m
Jean
Re: Probleme Pression Atmosphrique
Merci a vous tous mais je n'avait pas entrée l'écart pression relative/pression absolue dans les options du plugin