Return the x, y distances in meters from a corner to a point.
Assumes a spherical earth model.
corner : (float, float)
Latitude and longitude in degrees of the corner.
point : (float, float)
Latitude and longitude in degrees of the point.
x, y : floats
Distances from the corner to the point in meters.
pyart.graph.common.radar_coords_to_cart
pyart.graph.common.ax_radius
Enter search terms or a module, class or function name.