We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just tried isat on http://science.nasa.gov/iSat/ and spotted a few things, see attached image
Alex
The text was updated successfully, but these errors were encountered:
carte = new Cesium.Cartesian3(pos0[0], pos0[1], pos0[2]);
I think thats the issue. The coordinates are in the wrong reference frame.
I have some javascript that can calculate the lat/lon and alt if you want to take a look. Its the Calculate_LatLonAlt method in this class https://github.com/Alex-developer/agsattrack/blob/master/js/classes/spmengines/predictlib/predictlib.js
Thats a very 'fixed' version of predictlib - Most of the ones floating around on the net don't work
Sorry, something went wrong.
No branches or pull requests
Just tried isat on http://science.nasa.gov/iSat/ and spotted a few things, see attached image
Alex
The text was updated successfully, but these errors were encountered: