hamsci_psws.geopack.greatCircleAzm

hamsci_psws.geopack.greatCircleAzm(lat1, lon1, lat2, lon2)[source]

Calculates the azimuth from the coordinates of a start point to an end point along a great circle path.

Parameters
  • lat1 (float) – latitude [deg]

  • lon1 (float) – longitude [deg]

  • lat2 (float) – latitude [deg]

  • lon2 (float) – longitude [deg]

Returns

azm – azimuth [deg]

Return type

float