gpredict icon indicating copy to clipboard operation
gpredict copied to clipboard

Gpredict satellite tracking application

Results 152 gpredict issues
Sort by recently updated
recently updated
newest added

See attached image. ![gpredict](https://user-images.githubusercontent.com/1385404/61589512-29c45200-abab-11e9-9e1f-0b1f66532722.png) In the list for NOAA 15 the next AOS is predicted for 11:58:57. (1) Click on "Nächsten Überflug anzeigen" ("show next pass", 2) => gpredict crashes....

Alex, I'm user of Your great Gpredict software. Thank You for developing this application I realised that there maybe a little bug there or I am doing something wrong. When...

https://community.libre.space/t/gpredict-and-decayed-indicator/4019 See https://github.com/csete/gpredict/blob/master/src/gtk-sat-list.c#L612 however, changing the value to decayed(sat), 0, or FALSE prevents anything to be rendered.

bug

The minimum elevation setting only applies to predicted passes. It would probably make sense if it would also apply to the polar view and the passes in the radio and...

enhancement

In the main interface, I would like to see a new option to show only the "next event" when it meets the minimum pass criteria.

enhancement

The autotrack feature could be enhanced if the user could assign priorities to the satellites in a module. See e.g. https://community.libre.space/t/antenna-control-always-track-closest-satellite/1749/5

enhancement

https://community.libre.space/t/radio-control-error-causes-unexpected-program-exit/1730

bug

This code in rot_ctrl_timeout_cb() looks wrong: `if ((ctrl->flipped) && (ctrl->conf->maxel >= 180.0))` Note the 180 degrees...

Follow-up from issue #90 It appears that we are using struct tm with tm_mon in the range [1, 12], whereas the system uses [0, 11]. Miraculously, this works out fine,...

bug

Currently the TRSP update function runs in the main GUI thread and this can cause the GUI to freeze. TRSP update should run in its own thread and report progress...

enhancement