Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paraphrases README.rst #47

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ Astral

This is 'astral' a Python module which calculates

* Sun's position: Solar azimuth, zenith and elevation angles for the specified time.
* Times for various positions of the sun: dawn, sunrise, solar noon,
sunset, dusk, solar elevation, solar azimuth and rahukaalam.
sunset, dusk and solar midnight.
* Time for the specified elevation of the sun.
* Periods of the day: blue hour, golden hour, twilight, daylight, night and Rahukaalam.
* The phase of the moon.

It ships with a geocoder and a starter database of several cities worldwide but can also access Google Maps services for geocoding.

For documentation see the https://astral.readthedocs.io/en/stable/index.html

GoogleGeocoder
Expand Down