satellite 0.1.1

Modular set of functions for SGP4 and SDP4 propagation of TLEs.
Documentation

Satellite

Static Badge Crates.io Total Downloads Crates.io License Support WebAssembly

A high-performance library for satellite propagation using TLEs and powered by Rust, inspired by satellite-js#117. Provides the functions necessary for SGP4/SDP4 calculations. Also provides functions for coordinate transforms.

🚧 Work in Progress

This library is currently in active development and not usable for production yet.

Speed Vs satellite.js

Installation

Node.js

Attention: The package name is satellite.rs, which is different from the original package name.

npm install satellite.rs --save

Browser(wasm)

Rust

Usage

Node.js

WebAssembly

Rust