Cool.  That was going to be my next question.

On Saturday, June 6, 2020 at 6:58:19 PM UTC-7, Graham Eddy wrote:
>
> it is better to group under duration (day, week, etc) to inherit same 
> duration and aggregation e.g.
>     [[week_images]] < < < <
>         x_label_format = %d
>         bottom_label_format = %x %X
>         time_length = 604800 # 7 days < < < <
>         aggregate_type = avg
>         aggregate_interval = 3600       < < < <
> [[[some_week_graph]]]
>     .. .. ..
> [[[another_week_graph]]]
>     .. .. ..
> g-eddy
>
> On 7 Jun 2020, at 10:52 am, gjr80 <[email protected] <javascript:>> 
> wrote:
>
> I think you will need something like this:
>
>             windrose_plot_petal_width = 16
>             [[[[day_images]]]]
>                 time_length = 86400
>                 [[[[[daywindrose]]]]]
>                     format = png
>                     [[[[[[windSpeed]]]]]]
>                         label = 24 Hour Wind Rose
>                         time_stamp = %H:%M %-d %b %y
>                         time_stamp_location = bottom, right
>             [[[[week_images]]]]
>                 time_length = 604800
>                 [[[[[weekwindrose]]]]]
>                     format = png
>                     [[[[[[windSpeed]]]]]]
>                         label = Week Wind Rose
>                         time_stamp = %H:%M %-d %b %y
>                         time_stamp_location = bottom, right
>
> you could use something like:
>
>             windrose_plot_petal_width = 16
>             [[[[day_images]]]]
>                 time_length = 86400
>                 [[[[[daywindrose]]]]]
>                     format = png
>                     [[[[[[windSpeed]]]]]]
>                         label = 24 Hour Wind Rose
>                         time_stamp = %H:%M %-d %b %y
>                         time_stamp_location = bottom, right
>                 [[[[[weekwindrose]]]]]
>                     time_length = 604800
>                     format = png
>                     [[[[[[windSpeed]]]]]]
>                         label = Week Wind Rose
>                         time_stamp = %H:%M %-d %b %y
>                         time_stamp_location = bottom, right
>
>
> which I believe will achieve the same outcome but it's starting to get 
> confusing. Whilst the [[[[xxx_images]]]] heading is completely arbitrary (ie 
> it can be anything it just needs to be unique) when you have week long images 
> under [[[[day_images]]]] it can get confusing.
>
>
> 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 [email protected] <javascript:>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/f4a496ef-95c2-4548-b3ea-de0d5c0bca8co%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/weewx-user/f4a496ef-95c2-4548-b3ea-de0d5c0bca8co%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/2d8d9775-d885-4556-849f-2f2d207280b3o%40googlegroups.com.

Reply via email to