Skip to content

Convert between TLEs and Keplerian elements, and check errors in TLE.

License

Notifications You must be signed in to change notification settings

greyskyy/orbit-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orbit tool

Simple tool providing a series of helpful orbit-related functions.

Setup and installation

Anaconda setup

If you already have an anaconda installation, skip this section. Otherwise, follow these steps to install mamba:

  1. Follow these instructions to install conda. Note for windows users, I recommend installing the linux version on wsl2. However that's a personal preference.

  2. Follow these instructions to install mamba. Or, if you don't want to click the link, just run the following command:

conda install mamba -n base -c conda-forge

Environment setup

Build and activate the conda environment from the environment.yaml

mamba env create -f environment.yaml
mamba activate orbit-tool
python src --help
usage: src [-h] [-c CONFIG] [--quiet | --error | --warn | --info | --debug] {checktle,convert-orbit} ...

About

Convert between TLEs and Keplerian elements, and check errors in TLE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages