Discussion of the Meteohub software package
Moderator: Mattk
admin
Platinum Boarder
Posts: 7879 Joined: Mon Oct 01, 2007 10:51 pm
Post
by admin » Wed Apr 20, 2011 8:37 pm
this is an issue with your meteoplug graph definition.
Meteoplug graphing should be discussed in "forum.meteoplug.com".
However, reason is that you did forget to add "sfactorx_y=3.6" in
your wind definition statement. Please also consult "wiki.meteoplug.com"
to get familiar how to define graphs.
Rheintalwetter
Fresh Boarder
Posts: 10 Joined: Wed Jan 19, 2011 3:48 pm
Post
by Rheintalwetter » Thu Apr 21, 2011 7:56 am
Thanks for your answer, I also thought it. But I'm wondering about this because I never changed anything there...
Rheintalwetter
Fresh Boarder
Posts: 10 Joined: Wed Jan 19, 2011 3:48 pm
Post
by Rheintalwetter » Thu Apr 21, 2011 8:04 am
gtitle3=Wind
gheight3=150 gwidth3=700 glunit3=km/h gtype3=line
sid3_0=wind* ssmooth3_0=1 sname3_0=Wind scolor3_0=000088 sfill3_0=10 ssel3_0=wind
sid3_1=wind* ssmooth3_1=1 sname3_1=Gust_Max scolor3_1=0000FF sfill3_1=10 sline3_1=80 ssel3_1=gustmax
This is the text in the Wind section. So I'm not sure, but why do I have this problem? gunit is km/h, so do I have to multiply by 3.6?
Rheintalwetter
Fresh Boarder
Posts: 10 Joined: Wed Jan 19, 2011 3:48 pm
Post
by Rheintalwetter » Thu Apr 21, 2011 8:16 am
ok, I fixed it. but I'm still wondering why I have to add the sfactor here...
wfpost
Platinum Boarder
Posts: 591 Joined: Thu Jun 12, 2008 2:24 pm
Location: HONSOLGEN
Contact:
Post
by wfpost » Thu Apr 21, 2011 2:58 pm
Rheintalwetter wrote: ok, I fixed it. but I'm still wondering why I have to add the sfactor here...
m/s convert to km/h ??
admin
Platinum Boarder
Posts: 7879 Joined: Mon Oct 01, 2007 10:51 pm
Post
by admin » Thu Apr 21, 2011 8:11 pm
"glunit" just defines a text to be displayed at the y-axis. it does not trigger any conversion.
wind speed data always comes as m/s. To have the values converted to km/h you need factor 3.6.