On Thursday, August 17, 2017 at 7:09:41 PM UTC-4, gjr80 wrote: > > At the moment the weeWX tag system > <http://weewx.com/docs/customizing.htm#Tags> does not support Beaufort > wind speeds. WeeWX has a function in bin/weewx/wxformaulas.py to > calculate Beaufort wind speed but it is not used. You have seen Beaufort > mentioned in the change log, Beaufort was added to the StdWXCalculate > service but it is presently disabled; I am not sure why this is so - > Matthew maybe able to answer that one. >
i did the beafort implementation in StdWXCalculate, then i realized that beafort should be just another unit for windSpeed, not a separate observation type imho you should be able to do: $current.windSpeed.beafort not $current.beafort -- 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.
