[weewx-user] Re: Windrose with weewx

2019-06-23 Thread 'Ralf B' via weewx-user
hello 

how can i create a plot from the actually month? or from the last month?



Am Sonntag, 7. August 2016 12:13:30 UTC+2 schrieb Ralf B:
>
> hello
>
> how can i create a windrose like this one:
>
> 
>
>
> *regard*
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/1ab5458f-2667-4adf-8e57-ad29fa000736%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2019-06-22 Thread gjr80
Hi,

The windrose generator only supports plots over the last x seconds. So you 
can plot the last hour, last 24 hours or last 30 days. You simply set the 
period config option to the period you want to cover in seconds. 
Unfortunately the windrose generator does not support plotting the previous 
month.

You are correct, 2592000 is a typo, it is in fact 30 days not 24 hours.

Gary

On Saturday, 22 June 2019 23:11:10 UTC+10, Ralf B wrote:
>
> [[day_images]]
>
> # Period (in seconds) over which wind rose is constructed. 86400 will
>
> # use wind samples from past 24 hours, 43200 uses 12 hours of samples
>
> # etc
>
> period = 2592000 # == 24 hour
> how can i create a monthly plot or a plot from the last month? 
>
>
> and a question about the sample config. i see here
> period = 2592000 # == 24 hour
>
> 2592000 is the period of a month and not a period from a month, correct?
>
> regard
>  
>
>  
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/4e3c9985-672a-43f6-a0f2-b06c98dc709c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2019-06-22 Thread 'Ralf B' via weewx-user
[[day_images]]

# Period (in seconds) over which wind rose is constructed. 86400 will

# use wind samples from past 24 hours, 43200 uses 12 hours of samples

# etc

period = 2592000 # == 24 hour
how can i create a monthly plot or a plot from the last month? 


and a question about the sample config. i see here
period = 2592000 # == 24 hour

2592000 is the period of a month and not a period from a month, correct?

regard
 

 

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/9f170dd3-0609-4d5f-aea9-d431582968d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Windrose with weewx

2016-08-16 Thread gjr80
v2.0.2 extension package now published. This fixes the PIL import issue.

Gary

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Windrose with weewx

2016-08-15 Thread Allan

Den 14-08-2016 kl. 23:23 skrev Radar:

hi
on fedora 19 i have to change the import Image, import ImageDraw and
import ImageFont to

from PIL import Image
from PIL import ImageDraw
from PIL Import ImageFont



Great !

The 3'rd line didn't work here, but the first 2 fixed the problem.

Thx Radar.

  Allan.

--
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Windrose with weewx

2016-08-15 Thread gjr80
Have changed the Image* imports to try PIL first and failing that the standard 
imports from python-imaging (as is the case in the weewx plot engine). If the 
user has not installed PIL or python-imaging an error will be thrown. Have 
committed changes to the source file, updated extension package will have to 
wait till I am back later this week. There should be no need to import 
ImageFont from PIL, the get_font_handle import should take care of that.

Gary

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Windrose with weewx

2016-08-14 Thread Radar
hi 
on fedora 19 i have to change the import Image, import ImageDraw and import 
ImageFont to

from PIL import Image
from PIL import ImageDraw
from PIL Import ImageFont



On Sunday, August 14, 2016 at 12:40:04 PM UTC-5, Allan H wrote:
>
> Den 08-08-2016 kl. 16:36 skrev gjr80: 
> > I have packaged up the windrose generator into a weewx extension. 
>
> I just installed it her on a Centos 7 sytem. 
> While it installs ok, it generates this error, when trying to create the 
> plot: 
> Aug 14 19:36:26 mail2 weewx[17660]:  No module named Image 
> Aug 14 19:36:26 mail2 weewx[17660]:  Traceback (most recent 
> call last): 
> Aug 14 19:36:26 mail2 weewx[17660]:File 
> "/usr/share/weewx/weewx/reportengine.py", line 125, in run 
> Aug 14 19:36:26 mail2 weewx[17660]:  obj = 
> weeutil.weeutil._get_object(generator)(self.config_dict, 
> Aug 14 19:36:26 mail2 weewx[17660]:File 
> "/usr/share/weewx/weeutil/weeutil.py", line 1015, in _get_object 
> Aug 14 19:36:26 mail2 weewx[17660]:  mod = 
> __import__(module) 
> Aug 14 19:36:26 mail2 weewx[17660]:File 
> "/usr/share/weewx/user/imageStackedWindRose.py", line 56, in  
> Aug 14 19:36:26 mail2 weewx[17660]:  import Image 
> Aug 14 19:36:26 mail2 weewx[17660]:  ImportError: No module 
> named Image 
> Aug 14 19:36:26 mail2 weewx[17660]:  Generator ignored... 
>
> Do I need to install something, to find this 'Image' module (and maybe 
> potentially ImageDraw too ) ? 
>
>Allan. 
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Windrose with weewx

2016-08-14 Thread Allan

Den 08-08-2016 kl. 16:36 skrev gjr80:

I have packaged up the windrose generator into a weewx extension.


I just installed it her on a Centos 7 sytem.
While it installs ok, it generates this error, when trying to create the 
plot:

Aug 14 19:36:26 mail2 weewx[17660]:  No module named Image
Aug 14 19:36:26 mail2 weewx[17660]:  Traceback (most recent 
call last):
Aug 14 19:36:26 mail2 weewx[17660]:File 
"/usr/share/weewx/weewx/reportengine.py", line 125, in run
Aug 14 19:36:26 mail2 weewx[17660]:  obj = 
weeutil.weeutil._get_object(generator)(self.config_dict,
Aug 14 19:36:26 mail2 weewx[17660]:File 
"/usr/share/weewx/weeutil/weeutil.py", line 1015, in _get_object
Aug 14 19:36:26 mail2 weewx[17660]:  mod = 
__import__(module)
Aug 14 19:36:26 mail2 weewx[17660]:File 
"/usr/share/weewx/user/imageStackedWindRose.py", line 56, in 

Aug 14 19:36:26 mail2 weewx[17660]:  import Image
Aug 14 19:36:26 mail2 weewx[17660]:  ImportError: No module 
named Image

Aug 14 19:36:26 mail2 weewx[17660]:  Generator ignored...

Do I need to install something, to find this 'Image' module (and maybe
potentially ImageDraw too ) ?

  Allan.

--
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2016-08-10 Thread Jan Commandeur
it works

ubuntu 14.04 i386
weewx 3.4.0
debian installatie

Jan C.

Op dinsdag 9 augustus 2016 15:21:36 UTC+2 schreef gjr80:
>
> In terms of files and folders the extension installer should have done 4 
> things:
>
>1. created the file imageStackedWindRose.py in the existing folder 
>/home/weewx/bin/user
>2. created the new folder /home/weewx/skins/StackedWindRose
>3. created the file skin.conf in the folder 
>/home/weewx/skins/StackedWindRose
>4. modified weewx.conf by adding a [[StackedWindRose]] stanza under 
>[StdReport]
>
> Did the extension installer not do this?
>
>
> Gary
>
>
> On Tuesday, 9 August 2016 22:58:46 UTC+10, Ralf Buck wrote:
>>
>> need i a special skin?
>>
>> i found this in your config:
>> skin = StackedWindRose
>>
>> i ve no skin or folder named StackedWindRose
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2016-08-09 Thread 'Ralf Buck' via weewx-user
yes, i found all. thx

but weewx dont create a image of a windrose. 

Am Dienstag, 9. August 2016 15:21:36 UTC+2 schrieb gjr80:
>
> In terms of files and folders the extension installer should have done 4 
> things:
>
>1. created the file imageStackedWindRose.py in the existing folder 
>/home/weewx/bin/user
>2. created the new folder /home/weewx/skins/StackedWindRose
>3. created the file skin.conf in the folder 
>/home/weewx/skins/StackedWindRose
>4. modified weewx.conf by adding a [[StackedWindRose]] stanza under 
>[StdReport]
>
> Did the extension installer not do this?
>
>
> Gary
>
>
> On Tuesday, 9 August 2016 22:58:46 UTC+10, Ralf Buck wrote:
>>
>> need i a special skin?
>>
>> i found this in your config:
>> skin = StackedWindRose
>>
>> i ve no skin or folder named StackedWindRose
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2016-08-09 Thread gjr80
In terms of files and folders the extension installer should have done 4 
things:

   1. created the file imageStackedWindRose.py in the existing folder 
   /home/weewx/bin/user
   2. created the new folder /home/weewx/skins/StackedWindRose
   3. created the file skin.conf in the folder 
   /home/weewx/skins/StackedWindRose
   4. modified weewx.conf by adding a [[StackedWindRose]] stanza under 
   [StdReport]

Did the extension installer not do this?


Gary


On Tuesday, 9 August 2016 22:58:46 UTC+10, Ralf Buck wrote:
>
> need i a special skin?
>
> i found this in your config:
> skin = StackedWindRose
>
> i ve no skin or folder named StackedWindRose
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2016-08-09 Thread 'Ralf Buck' via weewx-user
need i a special skin?

i found this in your config:
skin = StackedWindRose

i ve no skin or folder named StackedWindRose

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2016-08-09 Thread 'Ralf Buck' via weewx-user
thx. thats works :-)

Am Dienstag, 9. August 2016 14:14:45 UTC+2 schrieb gjr80:
>
> Hmm, rather obvious when you sit down and look closely... Try the 
> following:
>
> ./wee_extension --install=stackedwindrose-2.0.0.tar.gz
>
> Note the previously missing -- before install. My apologies for the 
> confusion.
>
> Gary
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2016-08-09 Thread gjr80
Hmm, rather obvious when you sit down and look closely... Try the following:

./wee_extension --install=stackedwindrose-2.0.0.tar.gz

Note the previously missing -- before install. My apologies for the 
confusion.

Gary

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Windrose with weewx

2016-08-09 Thread Pete Geenhuizen

I installed it on Centos 6 without any issues.


Pete


On 08/09/16 03:43, gjr80 wrote:
Hmm, seems the the extension installer is having conniptions for some 
reason. I am confident the extension itself is good, I know of at 
least one other person who has had no problems installing with 
wee_extension. I have had it install correctly, but on two occassions 
(including just now) I have had the same error. Let me look into the 
error, if I cannot figure it out this evening it might be best for you 
to do a manual install. If possible it is worthwhile installing 
extensions with the extension installer - it makes their management 
much easier.


Gary

--
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 weewx-user+unsubscr...@googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
Unencumbered by the thought process.
 -- Click and Clack the Tappet brothers

--
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2016-08-09 Thread gjr80
Hmm, seems the the extension installer is having conniptions for some 
reason. I am confident the extension itself is good, I know of at least one 
other person who has had no problems installing with wee_extension. I have 
had it install correctly, but on two occassions (including just now) I have 
had the same error. Let me look into the error, if I cannot figure it out 
this evening it might be best for you to do a manual install. If possible 
it is worthwhile installing extensions with the extension installer - it 
makes their management much easier. 

Gary

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2016-08-08 Thread 'Ralf Buck' via weewx-user
sorry, but will also dont work


pi@raspberrypi:/home/weewx/bin $ ./wee_extension 
install=/home/weewx/bin/stackedwindrose-2.0.0.tar.gz
Traceback (most recent call last):
  File "./wee_extension", line 83, in 
main()
  File "./wee_extension", line 62, in main
config_path, config_dict = weecfg.read_config(options.config, _args)
  File "/home/weewx/bin/weecfg/__init__.py", line 219, in read_config
locations=locations, file_name=file_name)
  File "/home/weewx/bin/weecfg/__init__.py", line 194, in find_file
raise IOError("%s is not a file" % file_path)
IOError: install=/home/weewx/bin/stackedwindrose-2.0.0.tar.gz is not a file

pi@raspberrypi:/home/weewx/bin $ ls
daemon.py   schemas   weecfgweedb   
wee_extension  weeutil   weewxd
daemon.pyc  stackedwindrose-2.0.0.tar.gz  wee_configwee_debug   weeplot 
   weewx wunderfixer
examplesuser  wee_database  wee_device 
 wee_reportsweewx-3.5.0.egg-info
pi@raspberrypi:/home/weewx/bin $




Am Dienstag, 9. August 2016 00:18:43 UTC+2 schrieb gjr80:
>
> Hi,
>
> I know you are in /home/weewx/bin but try using the full path to 
> stackedwindrose-2.0.0.tar.gz:
>
> $ ./wee_extension install=/home/weewx/bin/stackedwindrose-2.0.0.tar.gz
>
> Gary
>
> On Tuesday, 9 August 2016 04:11:17 UTC+10, Ralf Buck wrote:
>>
>> i get this here:
>>
>> pi@raspberrypi:/home/weewx/bin $ ./wee_extension 
>> install=stackedwindrose-2.0.0.tar.gz
>> Traceback (most recent call last):
>>   File "./wee_extension", line 83, in 
>> main()
>>   File "./wee_extension", line 62, in main
>> config_path, config_dict = weecfg.read_config(options.config, _args)
>>   File "/home/weewx/bin/weecfg/__init__.py", line 218, in read_config
>> locations=locations, file_name=file_name)
>>   File "/home/weewx/bin/weecfg/__init__.py", line 193, in find_file
>> raise IOError("%s is not a file" % file_path)
>> IOError: install=stackedwindrose-2.0.0.tar.gz is not a file
>> pi@raspberrypi:/home/weewx/bin $
>>
>>
>> stackedwindrose-2.0.0.tar.gz is in /home/weewx/bin
>>
>> Am Montag, 8. August 2016 16:36:01 UTC+2 schrieb gjr80:
>>>
>>> I have packaged up the windrose generator into a weewx extension. It's 
>>> been tested it under weewx 3.5.0 with simulator and it worked fine, it 
>>> should work under weewx v3.2.0 and later. The extension can be downloaded 
>>> here  - you want the 
>>> stackedwindrose-X.Y.Z.tar.gz file not the others. If you are not familiar 
>>> with installing extensions there are instructions on the main page (readme) 
>>> of the github repo I linked as well as inside the tar.gz. Key settings you 
>>> might want to change are units, date-time format and depending on what 
>>> fonts you have installed you may need to change the fonts and probably 
>>> background colours etc.
>>>
>>> Gary
>>>
>>> On Sunday, 7 August 2016 23:39:37 UTC+10, Ralf Buck wrote:

 thx

 Am Sonntag, 7. August 2016 15:11:36 UTC+2 schrieb gjr80:
>
> Hi,
>
> I wrote a weewx generator to produce a similar plot as part of the 
> Weewx-WD extension a couple of years back. The output produced is as per 
> the attached file. Most parameters (colours, units, period, observation 
> (windSpeed or windGust)) are customisable via the associated skin.conf. 
> If you wish to use it I am sure you do not want to install the whole 
> Weewx-WD extension, I should be able to package the windrose plot up as 
> its 
> own extension. Give us a day or so and I'll post back here.
>
> Gary
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2016-08-08 Thread gjr80
Hi,

I know you are in /home/weewx/bin but try using the full path to 
stackedwindrose-2.0.0.tar.gz:

$ ./wee_extension install=/home/weewx/bin/stackedwindrose-2.0.0.tar.gz

Gary

On Tuesday, 9 August 2016 04:11:17 UTC+10, Ralf Buck wrote:
>
> i get this here:
>
> pi@raspberrypi:/home/weewx/bin $ ./wee_extension 
> install=stackedwindrose-2.0.0.tar.gz
> Traceback (most recent call last):
>   File "./wee_extension", line 83, in 
> main()
>   File "./wee_extension", line 62, in main
> config_path, config_dict = weecfg.read_config(options.config, _args)
>   File "/home/weewx/bin/weecfg/__init__.py", line 218, in read_config
> locations=locations, file_name=file_name)
>   File "/home/weewx/bin/weecfg/__init__.py", line 193, in find_file
> raise IOError("%s is not a file" % file_path)
> IOError: install=stackedwindrose-2.0.0.tar.gz is not a file
> pi@raspberrypi:/home/weewx/bin $
>
>
> stackedwindrose-2.0.0.tar.gz is in /home/weewx/bin
>
> Am Montag, 8. August 2016 16:36:01 UTC+2 schrieb gjr80:
>>
>> I have packaged up the windrose generator into a weewx extension. It's 
>> been tested it under weewx 3.5.0 with simulator and it worked fine, it 
>> should work under weewx v3.2.0 and later. The extension can be downloaded 
>> here  - you want the 
>> stackedwindrose-X.Y.Z.tar.gz file not the others. If you are not familiar 
>> with installing extensions there are instructions on the main page (readme) 
>> of the github repo I linked as well as inside the tar.gz. Key settings you 
>> might want to change are units, date-time format and depending on what 
>> fonts you have installed you may need to change the fonts and probably 
>> background colours etc.
>>
>> Gary
>>
>> On Sunday, 7 August 2016 23:39:37 UTC+10, Ralf Buck wrote:
>>>
>>> thx
>>>
>>> Am Sonntag, 7. August 2016 15:11:36 UTC+2 schrieb gjr80:

 Hi,

 I wrote a weewx generator to produce a similar plot as part of the 
 Weewx-WD extension a couple of years back. The output produced is as per 
 the attached file. Most parameters (colours, units, period, observation 
 (windSpeed or windGust)) are customisable via the associated skin.conf. 
 If you wish to use it I am sure you do not want to install the whole 
 Weewx-WD extension, I should be able to package the windrose plot up as 
 its 
 own extension. Give us a day or so and I'll post back here.

 Gary



-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2016-08-08 Thread 'Ralf Buck' via weewx-user
i get this here:

pi@raspberrypi:/home/weewx/bin $ ./wee_extension 
install=stackedwindrose-2.0.0.tar.gz
Traceback (most recent call last):
  File "./wee_extension", line 83, in 
main()
  File "./wee_extension", line 62, in main
config_path, config_dict = weecfg.read_config(options.config, _args)
  File "/home/weewx/bin/weecfg/__init__.py", line 218, in read_config
locations=locations, file_name=file_name)
  File "/home/weewx/bin/weecfg/__init__.py", line 193, in find_file
raise IOError("%s is not a file" % file_path)
IOError: install=stackedwindrose-2.0.0.tar.gz is not a file
pi@raspberrypi:/home/weewx/bin $


stackedwindrose-2.0.0.tar.gz is in /home/weewx/bin

Am Montag, 8. August 2016 16:36:01 UTC+2 schrieb gjr80:
>
> I have packaged up the windrose generator into a weewx extension. It's 
> been tested it under weewx 3.5.0 with simulator and it worked fine, it 
> should work under weewx v3.2.0 and later. The extension can be downloaded 
> here  - you want the 
> stackedwindrose-X.Y.Z.tar.gz file not the others. If you are not familiar 
> with installing extensions there are instructions on the main page (readme) 
> of the github repo I linked as well as inside the tar.gz. Key settings you 
> might want to change are units, date-time format and depending on what 
> fonts you have installed you may need to change the fonts and probably 
> background colours etc.
>
> Gary
>
> On Sunday, 7 August 2016 23:39:37 UTC+10, Ralf Buck wrote:
>>
>> thx
>>
>> Am Sonntag, 7. August 2016 15:11:36 UTC+2 schrieb gjr80:
>>>
>>> Hi,
>>>
>>> I wrote a weewx generator to produce a similar plot as part of the 
>>> Weewx-WD extension a couple of years back. The output produced is as per 
>>> the attached file. Most parameters (colours, units, period, observation 
>>> (windSpeed or windGust)) are customisable via the associated skin.conf. 
>>> If you wish to use it I am sure you do not want to install the whole 
>>> Weewx-WD extension, I should be able to package the windrose plot up as its 
>>> own extension. Give us a day or so and I'll post back here.
>>>
>>> Gary
>>>
>>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2016-08-08 Thread 'Ralf Buck' via weewx-user
thx.

i copy your file to /weewx/bin 
and get this


pi@raspberrypi:/home/weewx/bin $ ./wee_extension 
install=stackedwindrose-X.Y.Z.tar.gz
Traceback (most recent call last):
  File "./wee_extension", line 83, in 
main()
  File "./wee_extension", line 62, in main
config_path, config_dict = weecfg.read_config(options.config, _args)
  File "/home/weewx/bin/weecfg/__init__.py", line 218, in read_config
locations=locations, file_name=file_name)
  File "/home/weewx/bin/weecfg/__init__.py", line 193, in find_file
raise IOError("%s is not a file" % file_path)
IOError: install=stackedwindrose-X.Y.Z.tar.gz is not a file
pi@raspberrypi:/home/weewx/bin $


Am Montag, 8. August 2016 16:36:01 UTC+2 schrieb gjr80:
>
> I have packaged up the windrose generator into a weewx extension. It's 
> been tested it under weewx 3.5.0 with simulator and it worked fine, it 
> should work under weewx v3.2.0 and later. The extension can be downloaded 
> here  - you want the 
> stackedwindrose-X.Y.Z.tar.gz file not the others. If you are not familiar 
> with installing extensions there are instructions on the main page (readme) 
> of the github repo I linked as well as inside the tar.gz. Key settings you 
> might want to change are units, date-time format and depending on what 
> fonts you have installed you may need to change the fonts and probably 
> background colours etc.
>
> Gary
>
> On Sunday, 7 August 2016 23:39:37 UTC+10, Ralf Buck wrote:
>>
>> thx
>>
>> Am Sonntag, 7. August 2016 15:11:36 UTC+2 schrieb gjr80:
>>>
>>> Hi,
>>>
>>> I wrote a weewx generator to produce a similar plot as part of the 
>>> Weewx-WD extension a couple of years back. The output produced is as per 
>>> the attached file. Most parameters (colours, units, period, observation 
>>> (windSpeed or windGust)) are customisable via the associated skin.conf. 
>>> If you wish to use it I am sure you do not want to install the whole 
>>> Weewx-WD extension, I should be able to package the windrose plot up as its 
>>> own extension. Give us a day or so and I'll post back here.
>>>
>>> Gary
>>>
>>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2016-08-08 Thread gjr80
I have packaged up the windrose generator into a weewx extension. It's been 
tested it under weewx 3.5.0 with simulator and it worked fine, it should 
work under weewx v3.2.0 and later. The extension can be downloaded here 
 - you want the 
stackedwindrose-X.Y.Z.tar.gz file not the others. If you are not familiar 
with installing extensions there are instructions on the main page (readme) 
of the github repo I linked as well as inside the tar.gz. Key settings you 
might want to change are units, date-time format and depending on what 
fonts you have installed you may need to change the fonts and probably 
background colours etc.

Gary

On Sunday, 7 August 2016 23:39:37 UTC+10, Ralf Buck wrote:
>
> thx
>
> Am Sonntag, 7. August 2016 15:11:36 UTC+2 schrieb gjr80:
>>
>> Hi,
>>
>> I wrote a weewx generator to produce a similar plot as part of the 
>> Weewx-WD extension a couple of years back. The output produced is as per 
>> the attached file. Most parameters (colours, units, period, observation 
>> (windSpeed or windGust)) are customisable via the associated skin.conf. 
>> If you wish to use it I am sure you do not want to install the whole 
>> Weewx-WD extension, I should be able to package the windrose plot up as its 
>> own extension. Give us a day or so and I'll post back here.
>>
>> Gary
>>
>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2016-08-07 Thread 'Ralf Buck' via weewx-user
thx

Am Sonntag, 7. August 2016 15:11:36 UTC+2 schrieb gjr80:
>
> Hi,
>
> I wrote a weewx generator to produce a similar plot as part of the 
> Weewx-WD extension a couple of years back. The output produced is as per 
> the attached file. Most parameters (colours, units, period, observation 
> (windSpeed or windGust)) are customisable via the associated skin.conf. 
> If you wish to use it I am sure you do not want to install the whole 
> Weewx-WD extension, I should be able to package the windrose plot up as its 
> own extension. Give us a day or so and I'll post back here.
>
> Gary
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2016-08-07 Thread gjr80
Hi,

I wrote a weewx generator to produce a similar plot as part of the Weewx-WD 
extension a couple of years back. The output produced is as per the 
attached file. Most parameters (colours, units, period, observation 
(windSpeed or windGust)) are customisable via the associated skin.conf. If 
you wish to use it I am sure you do not want to install the whole Weewx-WD 
extension, I should be able to package the windrose plot up as its own 
extension. Give us a day or so and I'll post back here.

Gary

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.