NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

While solving a routing problem I need to figure out if certain points lay to N, S, E ,W of a given drop off location. Is there any python based solution available for this? My approach is to handle goods coming from each direction separately. e.g if 5 points lie to North of final destination I will try to find an optimized path between those points and the drop off. But couldn't figure out how to calculate/get this info I am using OSRM for route calculation.

asked 05 Aug '21, 09:44

vsaadnet's gravatar image

vsaadnet
459913
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×710
×362
×305
×85

question asked: 05 Aug '21, 09:44

question was seen: 1,124 times

last updated: 05 Aug '21, 09:44

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum