nsat / sgp4-rs

A Rust package for the SGP-4 orbital propagator.
MIT License
8 stars 2 forks source link

Fix output formatting in experimental as_tle_at method #22

Closed spire-josh-singer closed 1 year ago

spire-josh-singer commented 1 year ago

The main fix was to correctly format some of the numeric fields in the TLE strings output by as_tle_at, and add a unit test for this. Additionally: