Searched refs:latitude (Results 1 – 2 of 2) sorted by relevance
1091 def calculate_position_error(latitude, longitude, true_position): argument1104 dlat = math.radians(latitude - true_position[0])1108 math.cos(math.radians(latitude)) * math.sin(dlon/2) * math.sin(dlon/2)
2889 def sector1_latitude(self, latitude): argument2898 cmd = "S1LATITUDE {},{}".format(latitude, self._bts_number)