Intersection coordinates (lat/lon) of two circles (given the coordinates of the center and the radius) on earth
问题 I am not that experienced in python but improving it thanks to this community! I desperately need a function which takes the input and gives the ouput below: Input : 1- Latitude/longitude coordinates of the center of circle 1 (e.g. (50.851295, 5.667969) ) 2- The radius of circle 1 in meters (e.g. 200) 3- Latitude/longitude coordinates of the center of circle 2 (e.g. (50.844101, 5.725889) ) 4- The radius of circle 2 in meters (e.g. 300) Output : Possible output examples can be; The