pypredict icon indicating copy to clipboard operation
pypredict copied to clipboard

Spire port of predict open-source tracking library

Results 11 pypredict issues
Sort by recently updated
recently updated
newest added

Awesome software, but myself (and several other users based on issues in this repo) have wasted time debugging all to find out that the longitude needs to be provided with...

I have been unable to parse this TLE: > VIGORIDE 6 1 70335C 23054AL 23105.34038169 -.00032587 00000+0 -14314-2 0 01 2 70335 97.4114 1.1880 0010120 235.8387 209.1455 15.21961743 10 getting...

Hi, I was wondering about the way how can I get the location of a satellite at the time of it's TLE? (i.e. I am not interested in modelling the...

Windows systems don't typically have sys/time.h for gettimeofday(). See replacement: https://www.codefull.net/2015/12/systime-h-replacement-for-windows/

While trying to use TLEs from Celestrak I encountered a parse error. I've updated the KepCheck to checksum_tle from https://github.com/philcrump/libpredict, and have added some extra error handling (so you can...

observe() called with a large time value freezes (or takes longer to return than I've been willing to wait)

If we step over end of transit, original code calls FindLOS to determine end time. But FindLOS can fail which generates a spurious endpoint at the epoch. For now we...

TLEs older than ~6 days are questionably useful

enhancement

As per mconst's comment in #6 "Cool, this looks good to me. (In theory I think you're also supposed to free your new py_obs reference if the subsequent PyList_Append fails,...