Skip to content
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

Feature Request: Cross-Range/Down-Range to NED #92

Open
cojmeister opened this issue Jan 27, 2024 · 0 comments
Open

Feature Request: Cross-Range/Down-Range to NED #92

cojmeister opened this issue Jan 27, 2024 · 0 comments

Comments

@cojmeister
Copy link

Add a function that can calculate LatLonAlt of a point given Cross Range and Down Range distances and reference point and azimuth. I use this package daily, and this conversion would really help.

def crdr2ned(cross_range: float, down_range: float, azimuth: float, lat0: float, lon0: float, h0: float, deg: bool = True) -> tuple[float, float, float]:
    pass

If deemed relevant I can write down my mathematical approach, or just open a PR.

LMK!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant