RCAIDE.Framework.Analyses.Geodesics.Geodesics

Geodesics#

Functions

Calculate_Distance(coord1, coord2)

This passes the coordinates to the distance calculation method and then returns the results in kilometers

Calculate_Distance(coord1, coord2)[source]#

This passes the coordinates to the distance calculation method and then returns the results in kilometers

Inputs: - Coordinates (lat, long)

Outputs: - Distance in kilometers between the two coordinates.

Assumptions: None

Source: None