Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add-Multiple-Wind-Layers #356

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jessie846
Copy link
Contributor

Works with #286

General format

"wind": [
{
"low": 0,
"high": 5,
"direction": 50,
"speed": 12,
"gust": 22
},
{
"low": 6,
"high": 25,
"direction": 10,
"speed": 27
},
{
"low": 26,
"high": 80,
"direction": 339,
"speed": 32
},
{
"low": 81,
"high": 98,
"direction": 305,
"speed": 32
},
{
"low": 99,
"high": 999,
"direction": 275,
"speed": 42
}
]

@radarContacto
Copy link

Not sure if this helps but:
I tried a test build and I get error "unexpected data format provided for object: []interface {}" when I attempt to run from cmd.
I reverted to regular "wind" format (Vice then opened/ran) but I noticed the ground speed of the aircraft (in straight and level flight) rapidly fluctuating. Ground speed would start high (I added a test tailwind), then drop to a no wind state over 10 seconds before increasing back to higher ground speed with the test tailwind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants