Open dopplershift opened 7 years ago
Thought I might need this for gradient, but I see that it doesn't really make sense since the semantics for the order of components of gradient can't be reliably tied to x,y,z (yet at least), so I think it's better to just return them as a tuple. Punting this from the milestone...
After seeing some of the complexities in implementing storm motion and shear, it seems like we need a
Vector
container to make it simpler to group vector components.Quantity
.magnitude
to get vector magnitudedot
andcross