tle

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrintTLEs

func PrintTLEs(tles []TLE)

func SerializeTLE

func SerializeTLE()

Puts the data into a binary flatbuffer file

Types

type TLE

type TLE struct {
	Ordinal            string `json:"ORDINAL"`
	Comment            string `json:"COMMENT"`
	Originator         string `json:"ORIGINATOR"`
	NoradCatID         string `json:"NORAD_CAT_ID"`
	ObjectName         string `json:"OBJECT_NAME"`
	ObjectType         string `json:"OBJECT_TYPE"`
	ClassificationType string `json:"CLASSIFICATION_TYPE"`
	Intldes            string `json:"INTLDES"`
	Epoch              string `json:"EPOCH"`
	EpochMicroseconds  string `json:"EPOCH_MICROSECONDS"`
	MeanMotion         string `json:"MEAN_MOTION"`
	Eccentricity       string `json:"ECCENTRICITY"`
	Inclination        string `json:"INCLINATION"`
	RAOfAscNode        string `json:"RA_OF_ASC_NODE"`
	ArgOfPericenter    string `json:"ARG_OF_PERICENTER"`
	MeanAnomaly        string `json:"MEAN_ANOMALY"`
	EphemerisType      string `json:"EPHEMERIS_TYPE"`
	ElementSetNo       string `json:"ELEMENT_SET_NO"`
	RevAtEpoch         string `json:"REV_AT_EPOCH"`
	Bstar              string `json:"BSTAR"`
	MeanMotionDot      string `json:"MEAN_MOTION_DOT"`
	MeanMotionDdot     string `json:"MEAN_MOTION_DDOT"`
	File               string `json:"FILE"`
	TLELine0           string `json:"TLE_LINE0"`
	TLELine1           string `json:"TLE_LINE1"`
	TLELine2           string `json:"TLE_LINE2"`
	ObjectID           string `json:"OBJECT_ID"`
	ObjectNumber       string `json:"OBJECT_NUMBER"`
	SemimajorAxis      string `json:"SEMIMAJOR_AXIS"`
	Period             string `json:"PERIOD"`
	Apogee             string `json:"APOGEE"`
	Perigee            string `json:"PERIGEE"`
	Decayed            string `json:"DECAYED"`
}

func Get

func Get(noradId int) ([]TLE, error)

func (TLE) PrintTLE

func (t TLE) PrintTLE()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL