astronomy
astronomy copied to clipboard
Astronomy Engine: multi-language calculation of Sun, Moon, and planet positions. Predicts lunar phases, eclipses, transits, oppositions, conjunctions, equinoxes, solstices, rise/set times, and other e...
I am not an astronomy student. But I want to find the degrees of planets at a particular time. I used the GeoVector method, but it gives me x, y...
I think given the way seasons are calculated the following issue can be expected but I'm describing it anyway so you may want to fix or close it, I'm running...
Here is an example of the kind of events I want to predict. This text comes from the [Sky and Telescope Jupiter's Moon calculator](https://skyandtelescope.org/wp-content/plugins/observing-tools/jupiter_moons/jupiter.html). That tool also produces a nice...
Inspired by a conversation on Facebook, I want to create a demo program that calculates the amount of time it takes for a radar pulse from a specific location on...
Create a document that explains astronomy terminology. Alphabetically sorted glossary. Allow deep linking from other documents. - Observers - Heliocentric - Geocentric - Topocentric - Coordinate systems - Equatorial -...
I was trying to use GitHub Pages just so I could host live demos of the JavaScript browser examples. It worked, but at the cost of having two different versions...
It would be nice to find authoritative values for Saturn's visual magnitude to use as test data. The following paper has formulas for Saturn (and the other planets), but no...
Like its Python counterpart, the C# struct AstroVector should have a ToString override that displays x, y, z, t. Also look for other classes/structs that would benefit from formatting.
> Astronomy Engine is designed to be small, fast, and accurate to within ±1 arcminute. It is based on the authoritative and well-tested models [VSOP87](https://en.wikipedia.org/wiki/VSOP_(planets)) and [NOVAS C 3.1](https://aa.usno.navy.mil/software/novas/novas_c/novasc_info.php). Is...
I think this was broken by #263. When importing using `import * as Astronomy from 'astronomy-engine';` into a Node project that is marked as a module in package.json or into...