-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @fwasilcz , You can find documentation here, but this may not entirely answer your question. You can also look at #868, which is where the change was introduced---I've also added a few details there. However, to summarize these (and they aren't the most clear, so certainly a summary is warranted!):
You can also see this usage in examples/002_visualizations.py and the scripts in examples/examples_visualizations. These show the |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your answer! Setting the conditions before calculating the plane worked very well. |
Beta Was this translation helpful? Give feedback.
Hi @fwasilcz ,
You can find documentation here, but this may not entirely answer your question. You can also look at #868, which is where the change was introduced---I've also added a few details there.
However, to summarize these (and they aren't the most clear, so certainly a summary is warranted!):
set
the wind conditions prior to the call tocalculate_horizontal_plane
.calculate_horizontal_plane()
can be called without specifyingfindex_for_viz
, and the single condition that was set w…