This commit is contained in:
2022-03-01 09:46:33 +03:00
parent b25c15cbfc
commit 5eda1fae3f
20 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Calculates times of sunrise, sunset and noon, gives @ stdout just UNIX time of event
Sunrise/sunset - for particular angle below horizon (default: -18degr).
Usage:
- just `noon`, `sunrise` or `sunset` for default angles;
- `sunrise/sunset angle` for `angle` in degrees below horizon;
- `sunrise/sunset "standard"|"civil"|"nautic"|"astro" - calculates event for -0.833degr, -6degr, -12degr and -18degr.