spacetrack

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2026 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(ctx context.Context, logger *slog.Logger, _ string) error

Types

type SatellitePosition

type SatellitePosition struct {
	Latitude  float64
	Longitude float64
	Altitude  float64
	VelEast   float64
	VelNorth  float64
	VelUp     float64
}

type TrackerConfig

type TrackerConfig struct {
	TLESource            string  `json:"tle"`
	EntityID             string  `json:"id"`
	Label                string  `json:"label"`
	Symbol               string  `json:"symbol"`
	IntervalSeconds      float64 `json:"interval"`
	OrbitIntervalSeconds float64 `json:"orbit_interval"`
	TLERefreshSeconds    int     `json:"tle_refresh_seconds"`
	Username             string  `json:"username"`
	Password             string  `json:"password"`
	DisableOrbitTrack    bool    `json:"disable_orbit_track"`
}

Jump to

Keyboard shortcuts

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