Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sgiath/ex_astro

Astrophysics in Elixir
https://github.com/sgiath/ex_astro

astrophysics elixir erfa spice

Last synced: about 1 month ago
JSON representation

Astrophysics in Elixir

Awesome Lists containing this project

README

        

# Astro

Library to help working with [SPICE](https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/index.html)
and [ERFA](https://github.com/liberfa/erfa) libraries

## Installation

It is a bit more complicated then normal lib so pay attention:

- instal ERFA library
-
- add `ex_astro` to `mix.exs`

```elixir
def deps do
[
...
{:ex_astro, "~> 0.2"},
...
]
end
```

- download SPICE kernels and add them to the config

```bash
mix astro.kernels
```