.. _gps_util: GPS utilities ############################################################ .. automodule:: mtldp.utils.gps_utils GSP to distance ============================= .. autofunction:: mtldp.utils.haversine_distance .. autofunction:: mtldp.utils.get_trace_length GPS to heading/angle ================================ .. autofunction:: mtldp.utils.get_directed_segment_heading .. autofunction:: mtldp.utils.get_gps_trace_heading_info .. autofunction:: mtldp.utils.get_angle_difference .. autofunction:: mtldp.utils.get_closest_angle .. autofunction:: mtldp.utils.reverse_degree GPS shift and segmentation ============================================== .. autofunction:: mtldp.utils.segment_gps_trace .. autofunction:: mtldp.utils.shift_geometry .. autofunction:: mtldp.utils.get_shifted_gps_trace