This repository was archived by the owner on Oct 30, 2022. It is now read-only.
This repository was archived by the owner on Oct 30, 2022. It is now read-only.
Average wind heading profile #34
Open
Description
Short Description:
Add the ability to calculate average wind heading profile on the Environment Analysis class
Long Description:
Currently there's a problem when analysing wind heading. It's related to bearing compass range limits (0° - 360º), which creates a tricky phenomena when we try to interpolate values when 2 adjacent points crosses the 0º/360º limit. See the conversation on PR 197 to get familiar with, and then try to propose a method that handle with creation of average wind heading profile
Useful links:
RocketPy-Team#197