-
Notifications
You must be signed in to change notification settings - Fork 13
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
calcSatSubPoint returns inaccurate position #12
Comments
Related to Issue #10 and will be fixed soon. |
Have you managed to make any progress ? thank you in advance. |
Sorry, but i haven't had time until today to start investigating properly. Hopefully this will be fixed in 2 weeks however i cannot grantee that. |
Update: without making any changes to my App, I can see today that the ISS position is correctly computed (I'm comparing with http://www.esa.int/Our_Activities/Human_and_Robotic_Exploration/International_Space_Station/Where_is_the_International_Space_Station). So based on my observations, there are period of times (it can last weeks as far as I can see) where ISS position calculation is wrong, and then suddenly calculation becomes OK. |
Yes, I also observed this behavior and currently I do not have a good explanation for this. Multiple issues could lead to this behavior like errors in the TLE-data, error in the date calculation or parsing error of certain Tle-data sets etc. I don't know yet what the exact problem is and still investigating. But it appears that the calculations for the position of the Satellite returned wrong results thus all other calculations based on them were off. |
thanks. I agree, it seems to be a tricky one... for the TLE data I'm fetching |
Have you made any progress? I can see the position of the ISS is wrong again in my app. |
Hello, Thanks for the Information again. |
Version 1.0.7 solves this issue and will be available on Nuget shortly |
Describe the bug
calcSatSubPoint returns inaccurate position
To Reproduce
I'm getting TLE for ISS (Norad Id 25544) from https://www.celestrak.com/NORAD/elements/stations.txt
I call calcSatSubPoint to get ISS position for a time.
I'm comparing today the ISS position calculated in my App using calcSatSubPoint function with http://www.esa.int/Our_Activities/Human_and_Robotic_Exploration/International_Space_Station/Where_is_the_International_Space_Station and I can see the ISS position differs significantly.
Here's a screenshot of my App (taken today 2/2/18 around 6:17pm French time)
Expected behavior
Here's a screenshot taken at same time (just a few seconds later) of the ESA link mentioned above
We can see the ISS position between both screenshots differs.
Version(please complete the following information):
The text was updated successfully, but these errors were encountered: