Convert from local coordinates to non-local
Opened this issue · 1 comments
fincardona commented
Hi, there! I would need to convert from (local) horizontal coordinates (Altitude, Azimuth) to non-local coordinates, such as ICRSCoords
, given a Julian Date and the exact location on the Earth. Is it currently possible?
kbarbary commented
There aren't any local coordinate systems implemented here yet. You could use astropy.coordinates through PyCall as an interim solution.