Replies: 1 comment
-
|
Hello @Spookyguy This is a choice I made during the implementation of the trends in the project. I thought of having a method to retrieve all trends but in the end I chose to have a getter for each kind of trend. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @mivek,
in my application i need access to the given trends of a TAF object. I know that i can get the information via getBECMGs(), getFMs(), getProbs() and getTempos(), but it would be a little bit weird to get the information via those four methods, which split the information just to concatenate it again afterwards.
So I would like to make a pull request for a getter to get the whole trends attribute. Would that be ok for you?
Beta Was this translation helpful? Give feedback.
All reactions