flosse / rust-sun

A Rust library for calculating sun positions
46 stars 9 forks source link

🌓 moon functions 🌗 #1

Open laduke opened 5 years ago

laduke commented 5 years ago

Hello! I was looking into porting the moon functions from mourner/suncalc. Would you want those in this repo?

I've done the moon position function so far, and I noticed to you add PI to the azimuth in the rust version. Just curious why; I don't know anything about astronomy math :)

flosse commented 5 years ago

Hello! I was looking into porting the moon functions from mourner/suncalc. Would you want those in this repo?

yes, that's great :)

I've done the moon position function so far, and I noticed to you add PI to the azimuth in the rust version. Just curious why

to convert between radian and degree