spitool

command
v0.0.0-...-e61c81d Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2021 License: MIT Imports: 20 Imported by: 0

README

spitool

Subcommands:

  1. new: Find novel TLEs

    spitool new -prev data/2019-12-16.tle -new data/2019-12-17.tle | wc -l
    
  2. old: Find old TLEs

    spitool old -prev data/2019-12-16.tle -new data/2019-12-17.tle | wc -l
    
  3. csv: TLEs to CSV

    spitool csv -in data/2019-12-16.tle | head
    
  4. vsc: CSV to TLEs

    spitool csv -in data/2019-12-16.tle | spitool vsc -in - | head
    
  5. prop: Propagate TLEs

    spitool prop -in data/2019-12-16.tle | head
    
  6. elements: Extract some elements from TLEs

    spitool elements -in data/2019-12-16.tle | head
    
  7. sample: Sample TLEs

    spitool sample -mod 3 -rem 0 -in data/active.tle | wc -l
    
  8. tag: Add a suffix to (trimmed) line 0 if TLEs

    spitool tag -in data/planet.tle -tag planetlabs | head
    
  9. plot: Generate a basic plot of report distances

    cat data/active.tle | spibatch | tee reports.json | spitool plot
    

Documentation

Overview

Package main is a command-line tool for working with TLEs.

Doesn't do any I/O with CSS.

Jump to

Keyboard shortcuts

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