Skip to content

DigitalArsenal/SpaceDataParsers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceDataParsers

This library provides utilities to convert SATCAT.dat, TLE, and VCM messages from Space Force Legacy Formats into the SpaceDataStandards format, returning plain JavaScript objects (FlatBuffer generation has been removed).

The project now ships as pure ES modules—no build or transpile step is required. Everything under src/ is published directly to npm, with the package entry point exposed as src/main.mjs.

Usage

Node / Bundlers

import { parse, LegacyFormat, SerializationFormat } from "spacedataparsers";

Browser (native ESM)

<script type="module">
  import { parse, LegacyFormat } from "spacedataparsers/browser";
  // ...
</script>

Testing

Run the lightweight Node-based harness (uses small inline fixtures) with:

npm test

License

This project is released under the MIT License.

About

Parsers for Space Data Messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published