get_satellite_position
Retrieve the real-time position of a satellite based on a specific observer location using NORAD ID, latitude, longitude, and altitude.
Instructions
Get current position of a satellite relative to an observer location
Input Schema
Name | Required | Description | Default |
---|---|---|---|
noradId | Yes | NORAD catalog number of the satellite | |
observerAlt | No | Observer altitude in meters above sea level | |
observerLat | Yes | Observer latitude in degrees | |
observerLng | Yes | Observer longitude in degrees | |
seconds | No | Number of seconds in the future for prediction (max 300) |