grahan — the open-source sky engine
    Preparing search index...

    Interface PlanetPosition

    interface PlanetPosition {
        apparentLongitude: number;
        distanceAu: number;
        latitude: number;
        retrograde: boolean;
        speed: number;
    }
    Index

    Properties

    apparentLongitude: number

    Apparent geocentric ecliptic longitude, degrees [0, 360).

    distanceAu: number

    Earth–planet distance, astronomical units.

    latitude: number

    Geocentric ecliptic latitude, degrees.

    retrograde: boolean

    True while the planet appears to move backwards through the zodiac.

    speed: number

    Rate of apparent longitude, degrees/day (negative while retrograde).