Tuesday, 16 August 2016

spherical geometry - Calculating third coordinate on earth given two points and their distances to third point EPSG:4326 (WGS84)


Sample coordinates in EPSG:4326 (WGS84)


I am trying to find the latitude and longitude of a 3rd point on a map with EPSG:4326 (WGS84) projection. I know the coordinates of two other points and the distance in meters to the 3rd point. Ideally, I am trying to create a function to return said coordinates of the 3rd point.




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...