libpysal.cg.fast_threshold(pts, dist, radius=6371.0)[source]¶Find all neighbors on a sphere within a threshold distance
| Parameters: | pointslist : list of lat-lon tuples (Note, has to be a list, even for one point) dist: float
radius: float
|
|---|---|
| Returns: | dict:
|