Skip to content

KBE3D / KBSatellite / _tlejs / getOrbitTrack

函数: getOrbitTrack()

getOrbitTrack(input: OrbitTrackInput): Promise<LngLat[]>

(Async) Generates an array of lng/lat pairs representing a ground track (orbit track), starting from startTimeMS and continuing until just before crossing the antemeridian, which is considered the end of the orbit for convenience.

Consider pairing this with getLastAntemeridianCrossingTimeMS() to create a full orbit path (see usage in getGroundTracks()).

参数

input

OrbitTrackInput

返回

Promise<LngLat[]>

KBE3D @3.0.0 Copyright © 2024-present KBE3D