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.
- Host: GitHub
- URL: https://github.com/juliaspacemissiondesign/astroconstants.jl
- Owner: JuliaSpaceMissionDesign
- License: mit
- Created: 2024-02-24T17:10:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T23:24:46.000Z (about 1 year ago)
- Last Synced: 2025-01-30T13:32:43.887Z (4 months ago)
- Language: Julia
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!