https://github.com/yuricst/astrodynamicsbase.jl
Base routines for astrodynamics
https://github.com/yuricst/astrodynamicsbase.jl
Last synced: 4 months ago
JSON representation
Base routines for astrodynamics
- Host: GitHub
- URL: https://github.com/yuricst/astrodynamicsbase.jl
- Owner: Yuricst
- License: mit
- Created: 2022-07-10T13:40:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T02:37:26.000Z (about 3 years ago)
- Last Synced: 2025-10-05T01:50:14.936Z (8 months ago)
- Language: Julia
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AstrodynamicsBase
A set of base routines for astrodynamics.
## Installation
```julia-repl
(@v1.7) pkg> dev git@github.com:Yuricst/AstrodynamicsBase.jl.git
```
## Capabilities
- [x] Definition of canonical scales
- [x] Solar system constants calls (GM, SMA, SOI)
- [x] Cartesian/Keplerian/MEE/Poincare representation of two-body states
- [x] Keplerian orbit parameter calls (period, fpa...)
- [x] Transformation between inertial and rotating systems
- [x] Wrap to SPICE functions for ephemeris handling & `spkssb`
- [x] Kepler's problem