Geographic obstructions in radius searches

Posted by Michael Papile on Stack Overflow See other posts from Stack Overflow or by Michael Papile
Published on 2011-01-10T05:12:31Z Indexed on 2011/01/10 14:53 UTC
Read the original article Hit count: 174

Filed under:
|
|

Suppose I have an application a search for all gas stations within 10 mile radius of a certain location. However one side of this location is surrounded by a mountain range that you have to drive 50 miles to get around. You would not want to return results from the other side of the mountain. What are some good algorithms/techniques to deal with such a problem? I know with point to point searches you can use path costs but I am not sure what the technique is with radius searches.

© Stack Overflow or respective owner

Related posts about mapping

Related posts about gis