gis-tools-ts - v0.6.0
    Preparing search index...

    Class Satellite

    Satellite Orbit Class

    A class representing a satellite orbit.

    STARLINK-1007
    1 44713C 19074A   23048.53451389 -.00009219  00000+0 -61811-3 0   482
    2 44713  53.0512 157.2379 0001140  81.3827  74.7980 15.06382459    15
    
    import { Satellite } from 'gis-tools-ts';

    const sat = new Satellite(tleString);
    // get propagation at time
    const { position, velocity } = sat.propagate(new Date());
    Index

    Constructors

    Methods

    Constructors

    • Constructor

      Parameters

      • data: string | TLEData

        TLE data or TLE string

      • initialize: boolean = true

        initialize the object on creation

      Returns Satellite

    Methods

    • Converts satellite state to an array that is readable by the GPU

      Returns number[]

      • satellite state in an array