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

Adds TLE collection parser, rm IDE directories #3

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

e-001
Copy link

@e-001 e-001 commented May 4, 2023

We process TLEs from CelesTrak as a continuous sequence of TLEs. For example:

SPACEBEE-7              
1 43816U 18099BL  23123.45476126  .00006980  00000+0  53817-3 0  9994
2 43816  97.6031 189.1823 0012490 246.2120 113.7796 15.01854883240592
SPACEBEE-5              
1 43817U 18099BM  23124.46685211  .00028319  00000+0  15348-2 0  9990
2 43817  97.5945 196.5152 0004549 213.8834 146.2108 15.14544453241076
...

This adds the ability to process them on the collection-level.

I've also gone ahead and made TLEParser a struct with static parsing methods, and the existing class was not accessible without an explicit initializer when SGP is imported as a module.

@csanfilippo csanfilippo self-assigned this May 6, 2023
@csanfilippo csanfilippo self-requested a review May 7, 2023 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants