mappers

package
v0.0.0-...-63972f7 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RawTLE

type RawTLE struct {
	NoradID string `json:"norad_id"`
	Line1   string `json:"line1"`
	Line2   string `json:"line2"`
}

RawTLE definition

type RawTile

type RawTile struct {
	ZoomLevel int
	X         int
	Y         int
	TileData  []byte // Raw data for the tile (e.g., PBF for vector tiles, PNG for raster tiles)
}

RawTile represents the raw tile data fetched from a tile server

type SatelliteMetadata

type SatelliteMetadata struct {
	NoradID        string
	Name           string
	IntlDesignator string
	LaunchDate     time.Time
	DecayDate      *time.Time
	ObjectType     string
	Owner          string
	Period         *float64
	Inclination    *float64
	Apogee         *float64
	Perigee        *float64
	RCS            *float64
	Altitude       *float64
}

SatelliteMetadata represents basic information about a satellite.

Jump to

Keyboard shortcuts

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