ladybug-tools / honeybee-dynamo

:honeybee: :blue_book: Honeybee library and plugin for Dynamo
GNU General Public License v3.0
17 stars 8 forks source link

solar radiation for honeybee dynamo #85

Closed koubaaleila closed 6 years ago

koubaaleila commented 6 years ago

when calculating solar radiation (hourly value) in dynamo honeybee can't calculate for more than one hoy at a time and also for cumulative value it can't calculate for a time step more than 1 22

mostaphaRoudsari commented 6 years ago

when calculating solar radiation (hourly value) in dynamo honeybee can't calculate for more than one hoy at a time

Not sure what you mean by this? Are you looking for cumulative results? You should use the node for cumulative values

and also for cumulative value it can't calculate for a time step more than 1 This is true. For now we don't support sub-hourly simulation. See here: https://github.com/ladybug-tools/honeybee-dynamo/issues/37

koubaaleila commented 6 years ago

i need to calcular direct solar radiation for many hours.. when the componment was in ladybug 1.7 i made a noeud to do it. It allowed me to calculate radiation for many hours. But now, using honeybee i can't do it. Thank you

mostaphaRoudsari commented 6 years ago

Use the Sensor node to create a sensor and then use Sensor Hourly Values get the results for several hours.

koubaaleila commented 6 years ago

very good thank you