pyguymer3.geo.find_middle_of_locsSrc

Modules

find_middle_of_locs_euclideanBox(lons, lats, ...)

Find the middle of some locations such that: a) the Euclidean distance to the most Northern point is the same as the Euclidean distance to the most Southern point; and b) the Euclidean distance to the most Eastern point is the same as the Euclidean distance to the most Western point.

find_middle_of_locs_euclideanCircle(lons, ...)

Find the middle of some locations such that they are encompassed by the smallest Euclidean circle possible.

find_middle_of_locs_geodesicBox(lons, lats, /, *)

Find the middle of some locations such that: a) the Geodesic distance to the most Northern point is the same as the Geodesic distance to the most Southern point; and b) the Geodesic distance to the most Eastern point is the same as the Geodesic distance to the most Western point.

find_middle_of_locs_geodesicCircle(lons, ...)

Find the middle of some locations such that they are encompassed by the smallest Geodesic circle possible.