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

Lat/lon only updates every second? #31

Closed
davidcalhoun opened this issue Jul 28, 2017 · 3 comments
Closed

Lat/lon only updates every second? #31

davidcalhoun opened this issue Jul 28, 2017 · 3 comments

Comments

@davidcalhoun
Copy link
Contributor

Thanks for the library! I've been using it a while and it's really fun to play around with.

I've been experimenting with smoothly animating a satellite's position in realtime. It seems like the browser is more than capable of computing SGP4 several times per second, but despite that it appears that the lat/lon values only change once per second?

Just was wondering if this is some built in restraint in the SGP4 calculation?

@davidcalhoun
Copy link
Contributor Author

davidcalhoun commented Jul 28, 2017

Oh! I found a way to make it more accurate by including milliseconds in gstime/jday. Will submit a PR :)

Please see #32

@ezze
Copy link
Collaborator

ezze commented Dec 22, 2017

Fixed by #38.

@ezze ezze closed this as completed Dec 22, 2017
@ezze
Copy link
Collaborator

ezze commented Dec 22, 2017

This is available in 2.0.0 now.

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

No branches or pull requests

2 participants