Replies: 2 comments
-
It seems like we already have this; |
Beta Was this translation helpful? Give feedback.
0 replies
-
But I want both. Another example might be label="instrument states" and labels=['inst1','inst2','inst3']. Or label='complex' and labels=['real','imag']. I'm sure we had a discussion about this, but I don't remember why having separate names for two different things is not allowed. I'm bringing this up because I've been looking for an example of a vector with labelled components, and people aren't doing this. |
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
-
I see that you can either describe the vector "B-GSM" or you can describe each component ("BX-GSM", "BY-GSM" and "BZ-GSM") but not both. Often times you want both, and we should consider having a separate "labels" parameter attribute which is the array. This would also allow the label to have just one type (string) so that clients don't have to check the type and probably makes validation easier too.
Beta Was this translation helpful? Give feedback.
All reactions