Wednesday 15 May 2013

Distance of a gps point to a polyline -



Distance of a gps point to a polyline -

i find algorithm available solve problem of calculating distance gps point polyline(set of gps points).

thanking in advance, adam

you can seek shapely geometry library:

point = somepoint; linestring = somelinestring; dist = point.distance(linestring); // cartesian distance, not great circle distance!

it straightforward create these objects other type or collection.

if need java (as commented below), want utilize distanceop (docs).

gps distance point polyline

No comments:

Post a Comment