shred / commons-suncalc

Calculate sun and moon times in Java
Apache License 2.0
127 stars 23 forks source link

How to get Solunar day Rating #33

Closed binu8051 closed 2 years ago

binu8051 commented 2 years ago

Hi i am using your library for calculating solunar calendar, its works fine thanks. How to calculate the day rating for fishing?

shred commented 2 years ago

I don't know much about fishing. A quick search on the internet brought me this page: https://www.fishingreminder.com/best-fishing-times-explained

According to that description, you will need New Moon/Full Moon times, as well as Moon Rise/Moon Set times and Sun Rise/Sun Set times. All of that is explained in the examples of the suncalc documentation.

binu8051 commented 2 years ago

Thanks and i am going through it.