1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

kosmorro: add page (#4498)

This commit is contained in:
Jérôme Deuchnord 2020-10-08 05:44:43 +02:00 committed by GitHub
parent ddec322bad
commit d51d17a557
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,21 @@
# kosmorro
> Calcule les éphémérides et les événements pour une date donnée, à un emplacement donné sur Terre.
> Plus d'informations : <http://kosmorro.space>.
- Obtenir les éphémérides pour Paris (France) :
`kosmorro --latitude={{48.7996}} --longitude={{2.3511}}`
- Obtenir les éphémérides pour Paris (France), sur le fuseau horaire UTC+2 :
`kosmorro --latitude={{48.7996}} --longitude={{2.3511}} --timezone={{2}}`
- Obtenir les éphémérides du 9 juin 2020 pour Paris (France) :
`kosmorro --latitude={{48.7996}} --longitude={{2.3511}} --date={{2020-06-09}}`
- Générer un fichier PDF (TeXLive doit être installé) :
`kosmorro --format={{pdf}} --output={{chemin/vers/le/fichier.pdf}}`

20
pages/common/kosmorro.md Normal file
View file

@ -0,0 +1,20 @@
# kosmorro
> Compute the ephemerides and the events for a given date, at a given 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}}`