Clinical Trials Python Client  1.0
 All Classes Namespaces Files Functions Variables
Functions
clinicaltrials.geo Namespace Reference

Functions

def km_distance_between
 Distance in kilometers between the two given points, using the Haversine formula. More...
 

Function Documentation

def clinicaltrials.geo.km_distance_between (   lat1,
  lng1,
  lat2,
  lng2 
)

Distance in kilometers between the two given points, using the Haversine formula.