Changes to geometry calculations to improve performance:
Change behaviour so that rather than the non vector arguments being put into vectors, the default calculation is done with scalars. If vectors are inputted, the default calculation is broadcasted
Make RADIUS_OF_EARTH_KM a Float64 to remove type conversion
Changes to geometry calculations to improve performance:
RADIUS_OF_EARTH_KM
aFloat64
to remove type conversionto_matrix
Examples of performance improvement