Here are some features I'd love to see here:
get the position angle between two coordinates
Unitful.jl integration (this may require some restructuring of the core SkyCoords type
Given a separation and position angle, calculate a skycoord from another
EG c1 = ICRSCoord(0, 0); c2 = offset(c1, sep, theta)
FK4Coord (Add Ecliptic and FK4 coordinates #8 )
EclipticCoord (Add Ecliptic and FK4 coordinates #8 , add EclipticCoords #46 )
AltAzCoord (or maybe HorizontalCoord)
CartesianCoord (x, y, z, requires a known distance or can normalize to unit distance) (add CartesianCoords #45 )
String representation of coordinates
astropy does this really nicely, you specify a format string like "hmsdms" to get "hr min s, deg arcm arcs" just like simbad would show
some more utilities for converting between hour angles, degrees, and radians
I'm happy to crack open some of these but some of these implementations would make good first issues for possible contributors.
Here are some features I'd love to see here:
c1 = ICRSCoord(0, 0); c2 = offset(c1, sep, theta)I'm happy to crack open some of these but some of these implementations would make good first issues for possible contributors.