You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to write a simple script that outputs the elevation and azimuth of a selected satellite relative to my location. I took the original code from an older issue thread here, as it seemed to be exactly what I was looking for. I modified it so that it (hopefully) downloads the satellite data from the net and constantly updates.
However, the result does not at all line up with what gpredict is displaying.
Granted, the lat/long position is approximated, but the resulting data are far too different.
E.g. while gpredict displayed NOAA 19's elevation as -1.76, the script set it at -31.something
I am new to this, so any help would be greatly appreciated.
@Derekcz,
Try it like az1, alt1 = satellite.get_observer_look(utc_time=now, lon=antenna_lon, lat=antenna_lat, alt=antenna_altitude)
with named parameters. It works. Checked with gpredict.
Hello, I am trying to write a simple script that outputs the elevation and azimuth of a selected satellite relative to my location. I took the original code from an older issue thread here, as it seemed to be exactly what I was looking for. I modified it so that it (hopefully) downloads the satellite data from the net and constantly updates.
However, the result does not at all line up with what gpredict is displaying.
Granted, the lat/long position is approximated, but the resulting data are far too different.
E.g. while gpredict displayed NOAA 19's elevation as -1.76, the script set it at -31.something
I am new to this, so any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: