ver2.2
I have updated the gfs block to show the maps again ( as maps were disabled in version 2.1 )
ver2.3
added an option to limit the number of 'runs' visualized ( as runs 33 and 34 generally screw up everything )
ver2.4
- fixes due to changes in source
- added option to show cumulative rain or 'instant rain'
updated gfs block
-
davidefa
- Expert

- Posts: 905
- Joined: Tue Jan 12, 2021 8:03 am
- Location: Italy
- Station model: WH2650
- Software: WH2650 (direct upload)
- Contact:
updated gfs block
- Attachments
-
- gfs_2.4.zip
- (11.74 KiB) Downloaded 730 times
-
- gfs_2.3.zip
- (11.15 KiB) Downloaded 556 times
-
- gfs_2.2.zip
- (11.26 KiB) Downloaded 533 times
- RobRead
- Newbie

- Posts: 6
- Joined: Tue Jul 20, 2021 12:51 pm
- Location: Australia
- Station model: WH1080
- Software: Weather Display
- Contact:
Re: updated gfs block
added "Southern Hemesphere"
inserted
<option value="polar"><?php echo lang('southern hemisphere','c')?></option>
<optgroup label="<?php echo lang('australasia','c')?>">
<option value="australia" selected><?php echo lang('australia','c')?></option>
<option value="new_zealand"><?php echo lang('new zealand','c')?></option>
</optgroup>
above
<option value="polar"><?php echo lang('northern hemisphere','c')?></option>
and altered
else{
return "polar";
}
to
else{
return "australia";
}
to select Australia as default.
inserted
<option value="polar"><?php echo lang('southern hemisphere','c')?></option>
<optgroup label="<?php echo lang('australasia','c')?>">
<option value="australia" selected><?php echo lang('australia','c')?></option>
<option value="new_zealand"><?php echo lang('new zealand','c')?></option>
</optgroup>
above
<option value="polar"><?php echo lang('northern hemisphere','c')?></option>
and altered
else{
return "polar";
}
to
else{
return "australia";
}
to select Australia as default.
Last edited by RobRead on Tue Aug 03, 2021 2:11 am, edited 1 time in total.
- Daali
- Advisor

- Posts: 56
- Joined: Mon Jul 26, 2021 8:06 pm
- Location: Georgia, US
- Station model: Ecowitt GW1002
- Software: Meteobridge, FOSHKplugin
- Contact:
Re: updated gfs block
You 2 dudes are killing it!. Thank you both for your work
https://www.jeffersonweather.com
GW1000 gateway
WS68 Anemometer
WH40 Rain Gauge
WH32 Temp/Hum
WH57 Lightning
WH41 PM2.5 Air Quality
WH45 PM2.5/10/Co2 Air Quality
WN34S Soil temperature
WH31SM Soil Moisture
GW1000 gateway
WS68 Anemometer
WH40 Rain Gauge
WH32 Temp/Hum
WH57 Lightning
WH41 PM2.5 Air Quality
WH45 PM2.5/10/Co2 Air Quality
WN34S Soil temperature
WH31SM Soil Moisture
-
Julius
- Advisor

- Posts: 91
- Joined: Fri Sep 24, 2021 10:41 pm
- Station model: Barani MeteoHelix
- Software: meteobridge
Re: updated gfs block
This block has an issue not showing minus zero degrees values (when the windrose block is used?)