Closed gahjelle closed 2 months ago
See #17
Adds distance() measurement. The distance is calculated in meters per default, based on a new EARTH_RADIUS_METERS constant. The radius can also be customized in the call to distance().
distance()
EARTH_RADIUS_METERS
Thanks @benbovy I've updated the docstring.
Many thanks @gahjelle !
See #17
Adds
distance()
measurement. The distance is calculated in meters per default, based on a newEARTH_RADIUS_METERS
constant. The radius can also be customized in the call todistance()
.