pyart.graph.common.corner_to_point
-
pyart.graph.common.corner_to_point(corner, point)[source]
Return the x, y distances in meters from a corner to a point.
Assumes a spherical earth model.
Parameters: | corner : (float, float)
Latitude and longitude in degrees of the corner.
point : (float, float)
Latitude and longitude in degrees of the point.
|
Returns: | x, y : floats
Distances from the corner to the point in meters.
|