Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 815 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 815 Bytes

Sunrise-sunset Calculator

This simple Java application will become the reference Sunrise-sunset calculation algorithm for a later C program. The original implementation came from an ancient GW-BASIC program published by Sky & Telescope in the August 1994 issue on Page 84. Sky & Telescope has made the source code available for download here. The mathetmatical algorithm was published in 1979 in the Astrophysical Journal Supplement Series, vol. 41, p. 391-411, which you can view here.

For other related algorithms, you may find this page useful.

Technologies Used

  • Maven 3 (Build Tool)
  • Java 1.7