About reports...

Forum for english speaking users
Répondre
Andrea75
Membre
Messages : 41
Inscription : dim. avr. 20, 2008 7:57 pm

About reports...

Message par Andrea75 »

Hi antoine, I would to know if in the future will be possibile to integrate the way to generate a NOAA report, similar this

http://www.andrea75.it/meteo/dati/noaa200810.txt

Thanks!! ;)
Avatar de l’utilisateur
TiToine
Site Admin
Messages : 3356
Inscription : lun. mars 20, 2006 11:16 am
Localisation : Montréal
Contact :

Re: About reports...

Message par TiToine »

Is it a standard? the way the data is formatted.
Andrea75
Membre
Messages : 41
Inscription : dim. avr. 20, 2008 7:57 pm

Re: About reports...

Message par Andrea75 »

Yes, it's standard report with a formatted text. Many software produced that. That I posted above is produced by WsWin.
Dernière modification par Andrea75 le sam. oct. 18, 2008 4:21 pm, modifié 1 fois.
Pidou
Membre
Messages : 478
Inscription : dim. juil. 27, 2008 6:06 pm
Contact :

Re: About reports...

Message par Pidou »

Yes WeatherLink produce the same
Ma station => http://www.meteo-boisney.fr
Image
--- Station Vantage Pro 2 - Plugin VantagePro.dll ---
--- GraphWeather Version 2.0.312b ---
Avatar de l’utilisateur
wslangerak
Membre
Messages : 16
Inscription : ven. mars 07, 2008 10:57 pm
Localisation : Langerak, The Netherlands
Contact :

Re: About reports...

Message par wslangerak »

Also does Weather-Display
the delicate sound of thunder....
Image
Andrea75
Membre
Messages : 41
Inscription : dim. avr. 20, 2008 7:57 pm

Re: About reports...

Message par Andrea75 »

OK, next will be Graph Weather? :D :D
Avatar de l’utilisateur
TiToine
Site Admin
Messages : 3356
Inscription : lun. mars 20, 2006 11:16 am
Localisation : Montréal
Contact :

Re: About reports...

Message par TiToine »

Yes it will be the next :mrgreen:
Andrea75
Membre
Messages : 41
Inscription : dim. avr. 20, 2008 7:57 pm

Re: About reports...

Message par Andrea75 »

TiToine a écrit :Yes it will be the next :mrgreen:
Great Antoine! ;) You are doing a very good job! 8)
Avatar de l’utilisateur
TiToine
Site Admin
Messages : 3356
Inscription : lun. mars 20, 2006 11:16 am
Localisation : Montréal
Contact :

Re: About reports...

Message par TiToine »

I'm currently implementing this feature and it appears that header, body and footer are variant...

Example:
http://littleswitzerlandweather.info/da ... report.htm
http://www.hereford-weather.co.uk/uploa ... report.htm
http://www.andrea75.it/meteo/dati/noaa200810.txt

So I take the Andrea75 version, the more complete version. Don't know if there is a standard format for NOAA report...
Pidou
Membre
Messages : 478
Inscription : dim. juil. 27, 2008 6:06 pm
Contact :

Re: About reports...

Message par Pidou »

Hi Antoine,

If it can help you, you can have examples of NOAA reports generated by WeatherLink (Davis Vantage Pro 2+) here :
Month report => http://www.meteo-boisney.fr/NOAA/Septembre-2008.TXT
Year report => http://www.meteo-boisney.fr/NOAA/NOAAYR.TXT
Ma station => http://www.meteo-boisney.fr
Image
--- Station Vantage Pro 2 - Plugin VantagePro.dll ---
--- GraphWeather Version 2.0.312b ---
Avatar de l’utilisateur
TiToine
Site Admin
Messages : 3356
Inscription : lun. mars 20, 2006 11:16 am
Localisation : Montréal
Contact :

Re: About reports...

Message par TiToine »

OK I will use the two templates from WeatherLink.
Avatar de l’utilisateur
TiToine
Site Admin
Messages : 3356
Inscription : lun. mars 20, 2006 11:16 am
Localisation : Montréal
Contact :

Re: About reports...

Message par TiToine »

Anyone knows how the Heat Deg Days and Cool Deg Days are calculated?

By definition:
HDD = Tmean - Tbase if Tmax > Tmean else 0
CDD = Tmean - Tbase if Tmin > Tmean else 0

Tbase = 18.3C or 65F

For http://www.meteo-boisney.fr/NOAA/Septembre-2008.TXT
It seems the calculation work with HDD, but not with CDD.
Avatar de l’utilisateur
jturlier
Membre
Messages : 3149
Inscription : mar. août 22, 2006 8:38 am
Localisation : 34410 Sérignan - Languedoc
Contact :

Re: About reports...

Message par jturlier »

TiToine a écrit :Anyone knows how the Heat Deg Days and Cool Deg Days are calculated?

By definition:
HDD = Tmean - Tbase if Tmax > Tmean else 0
CDD = Tmean - Tbase if Tmin > Tmean else 0

Tbase = 18.3C or 65F

For http://www.meteo-boisney.fr/NOAA/Septembre-2008.TXT
It seems the calculation work with HDD, but not with CDD.
Hi Antoine,
CDD = TbaseCooling - Tmean if Tmin > Tmean else 0 // CDD are not negative
Usually, you should consider having a base for heating and a base for cooling (user definable), you do not cool if temperature is below 65°F, but you might heat.

Find herebelow the explanation given in VWS user's manual :

Degree Days Heating and Cooling
Because temperature plays an important part in the rate of development of plants and many pests, a measurement which takes into account the accumulation of heat with passing time is important to predict maturation. Degreedays provide a measure for calculating the effects of temperature on the development of plants or pests.
One degree-day is the amount of heat which accumulates when the temperature remains one degree above the threshold for one day.
One degree day is also the amount of heat which accumulates when the temperature is 24 degrees above the threshold for one hour.
Heating Threshold
The threshold for calculating degree-days heating.
Cooling Threshold
The threshold for calculating degree-days cooling.



I hope this will help you.
They do not apply only to agriculture, as you may also use those to predict your heating and cooling electricity bill !
Jean

Station : VP2 Pro Console Vue + anémomètre à Ultra-sons
Logiciels : Cumulus 1.9.4 + Cumulus2SQL
Serveur local : Apache + MySQL +PHP
PC : W10
Support Audio : FR

http://meteoserignan.ddns.net
Image
"Aide-toi d'abord toi-même et les autres t'aideront ... peut-être"
Avatar de l’utilisateur
TiToine
Site Admin
Messages : 3356
Inscription : lun. mars 20, 2006 11:16 am
Localisation : Montréal
Contact :

Re: About reports...

Message par TiToine »

Oops sorry for my mistake. But it still does not work with http://www.meteo-boisney.fr/NOAA/Septembre-2008.TXT

Code : Tout sélectionner

                                      HEAT  COOL        AVG
    MEAN                              DEG   DEG         WIND                 DOM
DAY TEMP  HIGH   TIME   LOW    TIME   DAYS  DAYS  RAIN  SPEED HIGH   TIME    DIR
------------------------------------------------------------------------------------
 1  16.4  20.4   17:19  13.6    2:20   2.2   0.3   0.2   4.8  27.4   16:34     W

Heat Base:  18.3  Cool Base:  18.3  Method: Integration
16.4 - 18.3 = 0.3 ??
Avatar de l’utilisateur
jturlier
Membre
Messages : 3149
Inscription : mar. août 22, 2006 8:38 am
Localisation : 34410 Sérignan - Languedoc
Contact :

Re: About reports...

Message par jturlier »

Hi Antoine,
did you notice that you have deg day cooling values if maximum temperature is above 18.3.
In my opinion, the calculation is not based on the daily mean temperature, but on the means of temperatures below 18.3 and of temperatures above 18.3.
To make sure, It might be fine to have the data for one specific day, having heating and cooling degs, for example sept 10th.
The calculation method should be explained in the station doc. Pidou, don't you have it ?

Jean
Répondre