Hi, You will find the formula use for Apparent Temperature here <http://www.bom.gov.au/info/thermal_stress/#atapproximation>. If you understand python you will find the weewx implementation of this formula in the file wxformulas.py which, depending on your install, you will most likely find in the /home/weewx/bin/weewx or /usr/share/weewx directory. You can easily include the calculations in your template. weewx does calculate Apparent Temperature and inlcudes it in each archive record and loop packet but if you wish to use these values (ie without calculating them yourself) you will need to alter your setup to save appTemp to your weewx archive, in effect you would need to do most of the steps here <http://weewx.com/docs/customizing.htm#Adding_a_new_observation_type> (you can skip the first, weewx already does this). If you search the forums you may find further info, I seem to remember this has been asked (or something similar) before.
Gary On Saturday, 29 October 2016 06:32:04 UTC+10, herve FRELAT wrote: > > Hello Tom > I'm trying to use apparent temp on my site http://meteoguibeville.free.fr > but I can't find algorithm for calculate it and link of sourceforge is > inactive . > Can you help me ? > Thanks for help and sorry for my Englis (I'french) > > H.frelat > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
