An open API service indexing awesome lists of open source software.

https://github.com/juliaspacemissiondesign/astroconstants.jl

Astrodynamics constants parsing and handling.
https://github.com/juliaspacemissiondesign/astroconstants.jl

Last synced: 2 months ago
JSON representation

Astrodynamics constants parsing and handling.

Awesome Lists containing this project

README

        

# AstroConstants

_Astrodynamics constants parsing and handling._

This package is a dependency for some other packages within the JSMD (Julia Space Mission Design) ecosystem.
The purpose of this package is to provide a reader for standardized astrodynamics constants files.

## Usage
This package allows you to read standardized astrodynamics constants files.
Currently, it supports formats such as:

- NAIF ASCII PCK (``.tpc`` files)

However, support for other formats is planned and will be implemented soon.

## Contribution
Contributions to this package are welcome!