Skip to content

BroHammie/tle-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

tle-validator

TLEs suck, this helps them suck less.

Can run validateTLE() that returns a boolean or run with validateTLEWithMsg() to get indexes that are wrong with what component is messed up.

Example validateTLEWithMsg() result:

{
    isValid: false,
    lineOneErrors: [
        {
            invalidSubStr: [53,8],
            message: "Invalid B Star Drag"
        }
    ]
}

About

Two Line Element Set Validator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published