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

WSTLESource generates TLE cache with wrong epoch #23

Open
enritoomey opened this issue Dec 28, 2018 · 1 comment
Open

WSTLESource generates TLE cache with wrong epoch #23

enritoomey opened this issue Dec 28, 2018 · 1 comment
Labels

Comments

@enritoomey
Copy link

When WSTLESource._get_tle(sate_id, date) method is called, and a new TLE is to be stored in cache, the epoch used is not that of the TLE but the one of the date with which the method is called.

@astrojuanlu
Copy link
Contributor

# save on cache
self.cache.add_tle(sate_id, lines, date)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants