SatelliteCameraViewer.TLEFetch.TLEFetch module

TLEFetch

class SatelliteCameraViewer.TLEFetch.TLEFetch.TLE[source]

Bases: object

Attributes:
as_array

as_array

epoch_age

epoch_age - Extract the epoch string

tle2line

tle2line

tle3line

tle3line

property as_array
property epoch_age

epoch_age - Extract the epoch string

line1: str = ''

line1 - first line of 2LE, second line of TLE/3LE

line2: str = ''

line2 - second line of 2LE, third line of TLE/3LE

name: str = ''

name - optional comment line naming the satellite if using TLE/3LE

property tle2line
property tle3line
class SatelliteCameraViewer.TLEFetch.TLEFetch.TLEFetch[source]

Bases: object

Attributes:
date

date

name

name

sat_id

sat_id

satelliteId

satelliteId

tle

tle

tle2line

tle2line

tle3line

tle3line

Methods

epoch_age()

get()

ConstellationLocations

Attributes:
date

date

name

name

sat_id

sat_id

satelliteId

satelliteId

tle

tle

tle2line

tle2line

tle3line

tle3line

Methods

epoch_age()

get()

property date
epoch_age()[source]
get()[source]
property name
property sat_id
property satelliteId
property tle
property tle2line
property tle3line
exception SatelliteCameraViewer.TLEFetch.TLEFetch.TLEFetchError[source]

Bases: Exception