Top "Distance" questions

Distance is a numerical description of how far apart objects are.

How to find my distance to a known location in JavaScript

Using JavaScript in the browser, how can I determine the distance from my current location to another location for which …

javascript geolocation gps distance latitude-longitude
calculating distance between a point and a rectangular box (nearest point)

is there a easy formula to calculate this? i've been working on some math but i can only find a …

3d geometry distance
Distance to the object using stereo camera

Is there a way to calculate the distance to specific object using stereo camera? Is there an equation or something …

opencv camera distance stereo-3d stereoscopy
Geographic / geospatial distance between 2 lists of lat/lon points (coordinates)

I have 2 lists (list1, list2) with latitude / longitudes of various locations. One list (list2) has locality names that list1 does …

r distance latitude-longitude
Getting distance from Google Direction API in Android

http://maps.googleapis.com/maps/api/directions/json?origin=-20.291825,57.448668&destination=-20.179724,57.613463&sensor=false&mode=%22DRIVING%22 For …

android distance google-directions-api
Fastest way to compute point to triangle distance in 3D?

One obvious method for computing the minimum distance from a point to a 3D triangle is to project the point …

3d geometry distance
Computation of Kullback-Leibler (KL) distance between text-documents using numpy

My goal is to compute the KL distance between the following text documents: 1)The boy is having a lad relationship 2)…

python-2.7 numpy distance
How to convert meters to miles

I want to convert meters to miles in JavaScript. For example 12700 meters is 7.8867 miles. What formula can I use to …

javascript distance formula
Algorithm to find point of minimum total distance from locations

I'm building an application based around finding a "convenient meeting point" given a set of locations. Currently I'm defining "convenient" …

algorithm coordinates distance
Coordinates of the closest points of two geometries in Shapely

There is a polyline with a list of coordinates of the vertices = [(x1,y1), (x2,y2), (x3,y3),...] and a …

python distance geos shapely