2020-10-08 05:44:43 +02:00
|
|
|
# kosmorro
|
|
|
|
|
2024-02-14 17:25:13 -03:00
|
|
|
> Compute the ephemerides and the events for a date at a position on Earth.
|
2024-10-12 10:02:00 +02:00
|
|
|
> More information: <https://kosmorro.space>.
|
2020-10-08 05:44:43 +02:00
|
|
|
|
|
|
|
- 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}}`
|
|
|
|
|
2024-02-05 12:34:49 +05:30
|
|
|
- Generate a PDF (Note: TeXLive must be installed):
|
2020-10-08 05:44:43 +02:00
|
|
|
|
|
|
|
`kosmorro --format={{pdf}} --output={{path/to/file.pdf}}`
|