Contents:
available
libpysal.cg.
get_points_dist
Returns the distance between a pair of points.
get_points_dist(Point, Point) -> number
a
point
the
other
Examples
>>> get_points_dist(Point((4, 4)), Point((4, 8))) 4.0 >>> get_points_dist(Point((0, 0)), Point((0, 0))) 0.0