https://github.com/cadojo/spiceapplications.jl
Access all SPICE Toolkit applications from within Julia!
https://github.com/cadojo/spiceapplications.jl
Last synced: 3 months ago
JSON representation
Access all SPICE Toolkit applications from within Julia!
- Host: GitHub
- URL: https://github.com/cadojo/spiceapplications.jl
- Owner: cadojo
- License: mit
- Created: 2023-05-27T06:01:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T19:49:06.000Z (about 1 year ago)
- Last Synced: 2025-01-16T05:25:23.502Z (4 months ago)
- Language: Julia
- Size: 284 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/cadojo/SPICEApplications.jl/actions?query=workflow%3AUnitTests)
[](https://cadojo.github.io/SPICEApplications.jl)
[](https://github.com/SciML/SciMLStyle)# `SPICEApplications`
_Generate ephemeris kernel files using NASA JPL's `SPICEApplications` program,
all from within Julia!_**Please consider all minor changes breaking until `v1.0`!**
> **Warning**
>
> This package is not affiliated with or endorsed by NASA, JPL, Caltech, or any
> other organization! This is an independently written package by an
> astrodynamics hobbyist.## Installation
Choose one of the following two lines!
```julia
import Pkg; Pkg.add("SPICEApplications");
``````julia
]add SPICEApplications # in Julia's REPL
```## Credits
NASA JPL developed and maintains the
[NAIF SPICE Toolkit](https://naif.jpl.nasa.gov/naif/toolkit.html), including
`SPICEApplications`. Helge Eichhorn developed and maintains
[`SPICE.jl`](https://github.com/JuliaAstro/SPICE.jl), as well as the
[Julia wrappers](https://juliahub.com/ui/Packages/CSPICE_jll/XJqVo/67.0.0+0)
around the SPICE Toolkit.