RCAIDE.Library.Methods.Geodesics.compute_point_to_point_geospacial_data

compute_point_to_point_geospacial_data#

compute_point_to_point_geospacial_data(settings)[source]#

This computes the absolute microphone/observer locations on a defined topography

Assumptions:

topography_file is a text file obtained from https://topex.ucsd.edu/cgi-bin/get_data.cgi

Source:

N/A

Inputs:

topography_file - file of lattide, longitude and elevation points origin_coordinates - coordinates of origin location [degrees] destination_coordinates - coordinates of destimation location [degrees]

Outputs:

latitude_longitude_micrphone_locations - latitude-longitude and elevation coordinates of all microphones in domain [deg,deg,m] flight_range - gound distance between origin and destination location [meters] true_course - true course angle measured clockwise from true north [radians] origin_location - cartesial coordinates of origin location relative to computational domain [meters] destination_xyz_location - cartesial coordinates of destination location relative to computational domain [meters]

Properties Used:

N/A