ephemerides 0.1.0

Library for computing the azimuth and elevation of objects in space. Includes the Sun, Moon, Mars, Jupiter, Saturn. Also, human-made satellites can be located via TLE files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ephemerides"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Library for computing the azimuth and elevation of objects in space.  Includes the Sun, Moon, Mars, Jupiter, Saturn.  Also, human-made satellites can be located via TLE files."
repository = "https://gitlab.com/Housedillon/ephemerides"
readme = "readme.md"
keywords = ["satellite", "cellestial", "prediction", "ephemeris", "science"]
categories = ["aerospace::simulation", "science", "simulation"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]