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

Satellite orbit prediction #10

Closed
martinber opened this issue Jan 26, 2020 · 0 comments
Closed

Satellite orbit prediction #10

martinber opened this issue Jan 26, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@martinber
Copy link
Owner

martinber commented Jan 26, 2020

Just wanted to write down some things. I don't know if I'm going to do it someday. If done, the following can be done:

We need a orbit calculation library:

  • One option is to use a C library or similar. E.g. predict. Via C bindings or something else
  • I also like the idea of porting the GUI to Python and use the Rust code as a library for the raw image decoding. On Python there are orbit prediction libraries, and further image processing can be done easily. This can create problems on Windows
  • Right now the best option is to use the relatively unstable Rust library satellite-rs

Notes:

  • Some libraries automatically download the latest TLE
  • Allowing to use custom TLE can be useful when decoding images from years ago (by loading old TLE)

Edit:

I'm trying this a bit on the orbit-calculation branch.

Right now the most difficult part is drawing the map. I think the way to go is to draw lines into the image from a shapefile. Useful things I found:

Edit 2:

Mostly done and merged to master!

@martinber martinber added the help wanted Extra attention is needed label Jan 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant