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

Location not plotted and negative sat altitude #134

Open
Alex-developer opened this issue Mar 22, 2013 · 1 comment
Open

Location not plotted and negative sat altitude #134

Alex-developer opened this issue Mar 22, 2013 · 1 comment

Comments

@Alex-developer
Copy link

Just tried isat on http://science.nasa.gov/iSat/ and spotted a few things, see attached image

  1. After allowing the browser to use my location, the UK, no location marker is being plotted 9In Chrome / Firefox on Windows) Its fine on my MacBook
  2. The satellites altitudes are always showing as a large negative number
  3. Not sure the longitude is right

Alex

iSat

@Alex-developer
Copy link
Author

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

Alex

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

1 participant