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.

Previous topic

pyart.graph.common.radar_coords_to_cart

Next topic

pyart.graph.common.ax_radius

This Page