Jérôme Deuchnord
c39cd3aefa
fix: handle out of range date error
4年前
Jérôme Deuchnord
75eba4977c
fix: avoid returning ephemerides for yesterday or tomorrow
4年前
Jérôme Deuchnord
d6d0106795
docs: update --help message
4年前
Jérôme Deuchnord
4ea148e8d1
feat: display a graph in the PDF output for the ephemerides
Show a graph instead of a table for the ephemerides in the PDF output
4年前
Jérôme Deuchnord
6618712030
refactor: simplify ephemerides, remove dead code
BREAKING CHANGE: the JSON format has deeply changed to enhance its
consistency
4年前
brain_face
b9454be459
feat: add support for relative dates on --date argument
4年前
Jérôme Deuchnord
5dec0dcc4c
feat: add support for environment variables
The observer's position and timezone can now be set using the following
environment variables:
- `KOSMORRO_LATITUDE`: the observer's latitude
- `KOSMORRO_LONGITUDE`: the observer's longitude
- `KOSMORRO_TIMEZONE`: the observer's timezone
4年前
Jérôme Deuchnord
1cd54f42bc
refactor: remove unused functions in ephemerides.py
4年前
Jérôme Deuchnord
32489ae355
feat: move the date to a single argument
BREAKING CHANGE: the --day, --month and --year arguments have been removed in the
favor of a single one.
4年前
Jérôme Deuchnord
d7730bd2ad
feat: add support for timezones
4年前
Jérôme Deuchnord
72527ae886
ci: add E2E tests
4年前
Jérôme Deuchnord
2fadc2a95e
feat: add ability to save PDF file
You can now use the `--format=pdf` argument to save the data computed by
Kosmorro to a PDF file. The new `--output` argument must be given with
the export file path.
4年前
Jérôme Deuchnord
38fc06657f
feat: add colors in the text return
Colors can be disabled with the new `--no-colors` argument.
4年前
Jérôme Deuchnord
c4f07a1d64
feat(i18n): make the strings translatable
4年前
Jérôme Deuchnord
467c8227df
feat(ephemerides): compute ephemerides if the position is set only
BREAKING CHANGE: invoking kosmorro command without --latitude and
--longitude arguments will now only output the Moon phase and,
eventually, the events for the given date (or today if date not given).
5年前
Jérôme Deuchnord
fa2da9e4a9
feat(events): add support for opposition events
5年前
Jérôme Deuchnord
d079fc7b20
fix(position): remove useless altitude argument
BREAKING CHANGE: invoking kosmorro command with the --altitude argument
will now fail with an "unrecognized arguments" error.
5年前
Jérôme Deuchnord
2511d31c37
fix(dumper): display the right date on output text
5年前
Jérôme Deuchnord
5f74b08d15
feat: add argument to get the current version
5年前
Jérôme Deuchnord
5c8d885707
Add --clear-cache option
5年前
Jérôme Deuchnord
da64382b3b
Add JSON output
5年前
Jérôme Deuchnord
afd2f94882
Bump version 0.1.0
5年前
Jérôme Deuchnord
392b2dd7dc
Refactorization of the computation functions
5年前
Jérôme Deuchnord
f545dfd0cd
Fix Python files header
5年前
Jérôme Deuchnord
15632cc9b3
Fix lint issues
5年前
Jérôme Deuchnord
d444e4e727
Return the ephemeris in a nice table 🤩
5年前
Jérôme Deuchnord
fda3c4fce0
Update config and docs
5年前
Jérôme Deuchnord
cb65bb99ab
Update branding
5年前
Jérôme Deuchnord
0e692e11fa
Compute planets' ephemeris
5年前
Jérôme Deuchnord
47b9297a78
Compute sunrise, sunset and phase moon
5年前
Jérôme Deuchnord
dc1b27dfbf
Init main program
5年前