cosinekitty / astronomy

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 events. Provides vector and angular coordinate transforms among equatorial, ecliptic, horizontal, and galactic orientations.
MIT License
496 stars 63 forks source link

moving and modifying scripts to new scripts #355

Closed testori1972 closed 4 months ago

testori1972 commented 4 months ago

because the vsop model is not suitable for calculating planets, we created a separate script but with the same name, namely "astronomy.js" so I just want to move all assets such as galaxies, rotation matrices, vectors, etc. to a new script without vsop 87 but that's not enough because we use a lot of vendor data such as stellarium etc. from other people on github to be able to calculate the planets completely, I hope you have permission

cosinekitty commented 4 months ago

That sounds fine. Astronomy Engine is provided under the MIT license, which is very permissive in how you use the code.

matheo commented 4 months ago

@testori1972 is your modification private or you will release the full-pack?