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

QSkyPlotWidget Possible Upgrades #2

Open
PHRupp opened this issue Mar 21, 2017 · 1 comment
Open

QSkyPlotWidget Possible Upgrades #2

PHRupp opened this issue Mar 21, 2017 · 1 comment

Comments

@PHRupp
Copy link

PHRupp commented Mar 21, 2017

The Widget looks perfect for plotting the positions of MEO and GEO satellites. A possibly good update could be the addition of showing LEO satellite passes such as plots given by Heaven's Above (see image below). Possible C++ package for pass predictions can be found in the SGP4 package (url = https://www.danrw.com/sgp4/ ). Another functionality that might be useful in addition to the LEO passes would be an indication of when the satellites are in shadow and when they are illuminated by the sun during their pass (example: the line depicting the pass is yellow when lit and blue when in shadow). This functionality would be extremely helpful for building a list of satellites to track.

heavens above skyplot

@feddischson
Copy link
Owner

Having a line which shows the track of the satellite would be nice.

I think there are several options how to enable this:

  1. Providing all necessary satellite data to the Skyplot widget, do an internal calculation of the track and do the plotting (this can be done by using the library SGP4 library)
  2. Do the calculation of the track externally and provide the track-data to the Skyplot widget for plotting

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

2 participants