Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This sounds like a basic latitude-longitude triangulation question. The common approaches are outlined in a Yahoo! Answers topic <a href="http://answers.yahoo.com/question/index?qid=20080613183749AAfjbPr" rel="noreferrer">here</a>. There are likely libraries to do this in many languages. A google search for "latitude longitude triangulation" plus your language of choice will likely reveal some existing code to use. "Geocoding" is another common task rolled into similar libraries, so that may be another useful keyword.</p> <p>Edit: As others have mentioned, "trilateration" seems to be the best term. However, depending on your data and requirements, there are simpler approximation solutions that may satisfy your requirements.</p> <p>The Yahoo! Answers post is quoted below for convenience:</p> <blockquote> <p>"For larger distances, spherical geometry. For relatively small ones, treat the earth as flat, and the coordinates as xy coordinates. For the distances to work with the degrees of the coordinates, you will have to use the cosine function to convert from one to the other. (While degrees of latitude are about 69 miles all over the earth, degrees of longitude vary from the same at the equator to 0 at the poles.)</p> <p>You have the center points of three circles and the radius of those circles. They are supposed to intersect at one point, so you can treat them in pairs to find the intersection points of each and throw out the ones that don't match <a href="http://mathworld.wolfram.com/Circle-CircleIntersection.html" rel="noreferrer">http://mathworld.wolfram.com/Circle-CircleIntersection.html</a>." (<a href="http://answers.yahoo.com/my/profile;_ylt=AlkukbjBaS6S7pvcVoxSIFD.xQt.;_ylv=3?show=9adfd40573a5f8454356f9c074106d83aa" rel="noreferrer">mike1942f</a>)</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload