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

Python bindings for crates focusing on data processing and protocols used by nav devices. #10

Open
xadaemon opened this issue Jan 10, 2020 · 3 comments

Comments

@xadaemon
Copy link

Proposal:

Python bindings for crates focusing on data processing and protocols used by nav devices.

Objectives:

Give people working with nav and related data in python a reliable and speedy option for

Motivation:

In data processing python is a popular choice and I feel that giving python bindings to libraries that focus on this problem domain are a good way to achieve demonstrate how rust can excel as a language for writing native python modules.

@o0Ignition0o
Copy link
Member

Hey :)

I think this could be done by leveraging PyO3 among other things.

In general there might be some relevant projects to be found in arewelearningyet as well.

I'm not really sure how much Python is used in aero/embedded systems but data / geo parsing is definitely relevant !

@Dushistov
Copy link

but data / geo parsing is definitely relevant

This is intersection of interests with https://github.com/georust . Actually many things are relevant for navigation and geo algorithms, like calculation of new geo point from bearing + distance + base geo point, or calculation of bearing and distance from two geo points.

@elpiel
Copy link
Member

elpiel commented Apr 10, 2020

I just saw this talk uploaded yesterday, I still haven't watched it but they are talking about PyO3:
https://www.youtube.com/watch?v=Y3e1BwGDOxc

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

No branches or pull requests

4 participants