astro-rust
astro-rust copied to clipboard
Astronomical algorithms in Rust
See #13.
Hi! I want to use this library, but I noticed some differences with others (notably ERFA https://github.com/liberfa/erfa). I didn't go through the differences in the mathematics, but I did do...
Because of this semicolon, the fourth term of the expression was just getting ignored.
The server seems to be not working anymore: https://downforeveryoneorjustme.com/62.161.69.131 .
The existing code in decimal_day is incorrect. It doesn't divide minutes by minutes/day, but by minutes per hour, and seconds not by seconds/day but by seconds/minute. Corrected version: fn decimal_day(day:...
Hi there, I just found out about astro-rust, and I wanted to let you know about the [VSOP87](https://crates.io/crates/vsop87) crate. I think it could be useful, since it can be used...
I'm trying to use this library to calculate sunset times for locations on Earth on a given date but I don't have a background in astronomy and I can't figure...
Very nice library! It would be awesome to see [TLE](http://www.celestrak.com/NORAD/elements/cubesat.txt) support in this library so it can be used for tracking satellites. Currently [rust-gpredict](https://github.com/cubehub/rust-gpredict/blob/master/examples/predict.rs) can be used for that, however...
I was wondering if I can use this project to compute the topocentric azimuth and elevation of a planet/celestial body on Earth. Given that I don't have a lot of...