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.

Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.