JuliaAstro / SkyCoords.jl

Astronomical coordinate systems in Julia
https://juliaastro.github.io/SkyCoords.jl/stable
Other
26 stars 13 forks source link

Convert from local coordinates to non-local #19

Open fincardona opened 6 years ago

fincardona commented 6 years ago

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 6 years ago

There aren't any local coordinate systems implemented here yet. You could use astropy.coordinates through PyCall as an interim solution.