Would it make sense to have an AbstractAxisArray so one cuold create a custom type that inherits this behavior? I am trying to do something like wavespeactra in Python, which builds on top of xarrays. Or is there a better way to do this? Seems like wrapping an AxisArray within a custom struct is redundant?
Would it make sense to have an AbstractAxisArray so one cuold create a custom type that inherits this behavior? I am trying to do something like wavespeactra in Python, which builds on top of
xarrays. Or is there a better way to do this? Seems like wrapping anAxisArraywithin a custom struct is redundant?