Closed bobbyfrasier closed 4 years ago
Great idea! I've just added that features, and it should appear in the next release of Skyfield. In the meantime you could test it out by installing master:
pip install https://github.com/skyfielders/python-skyfield/archive/master.zip
Thanks for the idea!
Hi,
Would it be possible to add a method to compute ITRF coordinates directly from Topos ?
In the current version, the only way I found to do this was to first compute the ICRF at a random date and then extract the ITRF from the ICRF :
Since the conversion between ITRF and Topos is independent from the date, it would be nice to have for example a method "itrf_xyz()" directly in the Topos class !
Have a good day