-
Notifications
You must be signed in to change notification settings - Fork 24
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
NED coordinates #69
Comments
Technically this should be quite easy - you could add a I don't exactly love the proliferation of different coordinate types we have in this package but I also don't want to get too hung up on that. Do you think there's value in distinguishing between ENU and NED at the type level for your use cases? |
Matlab's mapping toolbox has NED in addition to ENU, whereas the aerospace toolbox only seems to mention NED. I work on navigation systems, where NED is almost universally used over ENU. There is no fundamental issue with implementing a NED type in higher-level applications every time it is needed, but I feel it would be more natural to have it here at the coordinate system level, on equal footing with ENU. I was initially thinking of just duplicating all the ENU code, but indeed this could be done via composition if you prefer. If you want I can take a shot at it when I find some time. |
Yes, that would be great. |
Hi,
Would it make sense to add NED to this package in addition to ENU? North East Down is a more standard convention in aerospace engineering and that would make interfacing with some other projects smoother.
The text was updated successfully, but these errors were encountered: