Weather-report app | Cant find the methods used in the ladybug SDK

Hi,

Thanks for creating the sample weather reporting app. I was trying to understand the code and it seems to work really well. However, I am unable to find a few methods in the ladybug SDK was wondering if someone could point me in the right direction.

in the helper.py module,

I don’t know if I am looking in the correct location, but don’t know what I am missing.
Any advice would be helpful

thanks
Anuj

Hi @anujm1ttal,

The EPW and MonthlyChart classes have been extended through ladybug-charts, which is one of the requirements of the app. This is where diurnal_average_chart is added as a method to EPW, and this is where plot is added as as method to MonthlyChart.

2 Likes

Hey @mikkel

thanks for the quick reply.
it makes sense now. :slightly_smiling_face:

Cheers
Anuj

1 Like