sgp 1.0.4

Simplified General Perturbations models (SGP8/SGP4) in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sgp"
version = "1.0.4"
edition = "2024"
description = "Simplified General Perturbations models (SGP8/SGP4) in Rust."
readme = "README.md"
license = "GPL-3.0-only"
keywords = ["sgp4", "sgp8", "satellite", "orbit", "tle"]
categories = ["science"]
authors = ["Qin Chen <qchen2015@hotmail.com>"]

[dependencies]

[dev-dependencies]

[[bin]]
name = "sgp-test"
path = "src/main.rs"