top | item 40312527

Ask HN: How to Optimize a Delivery Route?

2 points| joaov | 1 year ago

I am setting up a business of cleaning clothes. Having a departure location, specific pick-up points, and a destination (laundry), how can I calculate the most efficient route to not waste time and gas?

I've tried Meta AI but it doesn't seem to be extremely reliable. Thank you for your time!

6 comments

order

vitovito|1 year ago

This is a geospatial analysis or geographic information systems (GIS) problem. Applications like ESRI ArcGIS on the commercial side, QGIS or GRASS on the open source side, PostGIS with something like pgRouting on the DB side.

joaov|1 year ago

Thank you so much. I'll look into that

throwaway11460|1 year ago

Here.com tour planning API (not affiliated, happy customer). Supports traffic prediction too.

joaov|1 year ago

Thank you!