1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/kosmorro.md
Vitor Henrique c8f956319f
pages*: simplify page description (#12149)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-14 21:25:13 +01:00

614 B

kosmorro

Compute the ephemerides and the events for a date at a position on Earth. More information: http://kosmorro.space.

  • Get ephemerides for Paris, France:

kosmorro --latitude={{48.7996}} --longitude={{2.3511}}

  • Get ephemerides for Paris, France, in the UTC+2 timezone:

kosmorro --latitude={{48.7996}} --longitude={{2.3511}} --timezone={{2}}

  • Get ephemerides for Paris, France, on June 9th, 2020:

kosmorro --latitude={{48.7996}} --longitude={{2.3511}} --date={{2020-06-09}}

  • Generate a PDF (Note: TeXLive must be installed):

kosmorro --format={{pdf}} --output={{path/to/file.pdf}}