analysisPeriod to totalSkycover

Good morning!

i would like to visualize on a graph the different sky cover percentage given a period

(from october to april, how much is covered between 8am-11am and 2pm-5pm)

How can i do this?

thanks!

Hi Lorenzo,

Do you want to do it in 3D or 2D? You can get the data from importEPW, then user averageData to select it for the time period and then use 3D chart to create the graph. Here is an example:

CloudCover3DChart.gh (362 KB)