← 返回命令列表

Linux command

kosmorro 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Show today's ephemerides

kosmorro

Show ephemerides for a specific date

kosmorro --date [2024-01-15]

Set observer location for rise/set times

kosmorro --latitude [48.8566] --longitude [2.3522]

Export ephemerides as PDF

kosmorro --format pdf --output [sky.pdf]

Show in a specific timezone

kosmorro --timezone [Europe/Paris]

说明

kosmorro computes astronomical ephemerides including moon phases, planet visibility, and celestial events. Displays sunrise, sunset, and astronomical twilight times for a given location. On first run, it downloads necessary computation files to `~/.kosmorro-cache`. Useful for astronomy enthusiasts and photographers.

参数

--date _date_
Date to compute (YYYY-MM-DD).
--latitude _degrees_
Observer latitude.
--longitude _degrees_
Observer longitude.
--timezone _tz_
Timezone for display.
--format _format_
Output format (text, json, pdf).
--output _file_
Output file path.

FAQ

What is the kosmorro command used for?

kosmorro computes astronomical ephemerides including moon phases, planet visibility, and celestial events. Displays sunrise, sunset, and astronomical twilight times for a given location. On first run, it downloads necessary computation files to `~/.kosmorro-cache`. Useful for astronomy enthusiasts and photographers.

How do I run a basic kosmorro example?

Run `kosmorro` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --date _date_ do in kosmorro?

Date to compute (YYYY-MM-DD).