5个不稳定版本
使用旧的Rust 2015
0.3.2 | 2017年11月18日 |
---|---|
0.3.1 | 2017年11月9日 |
0.3.0 | 2017年11月9日 |
0.2.0 | 2017年11月5日 |
0.1.0 | 2017年10月28日 |
#888 in 科学
每月 22 次下载
13KB
224 行
Astral (alpha)
Astral工具包,用于查找在特定地点和时间的太阳、月亮、行星和其他天体的位置。
**当前精度较低,但应提供与其他来源+-3度以内的经纬度值**
命令
大多数结果都是相对于地球上的时间和地点。
运行 astral --help
或 astral <command> --help
获取使用详情
astral moon
关于地球月亮的信息。
astral sun
关于地球太阳的信息,相对于地球上的时间和地点。
astral planet mars
关于本地太阳系行星的信息
astral star polaris
关于一颗恒星的信息
astral geocode "Oranjemund,Namibia"
获取地点的经纬度坐标
安装
Mac (Homebrew)
brew tap manguluka/tap;
brew install astral-cli;
# Use
astral-cli --help;
从源代码安装
先决条件:带有Cargo包管理器的Rust环境(推荐使用Rustup)
cargo install astral-cli; // installs binary from crates.io
或
git clone [email protected]:manguluka/astral-cli.git \
cd astral-cli \
cargo install; // installs binary from current directory
依赖项
~47MB
~1.5M SLoC