Python Route Optimization for Last Mile Delivery (with Kepler gl Map) - Google Map, Map Box, Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 3

  • @jorgedominguez7863
    @jorgedominguez7863 12 วันที่ผ่านมา

    Hi. Thank you for the video as it is useful for learning how to use multiple libraries and technologies! However to avoid confusion to viewers it must be clarified that there is no route optimization here. The last thing you show where you send all points to osrm just prints the route in the provided order on how you sent those points. In order to optimize the route (like a TSP) a routing engine should be used (like VROOM for example).

  • @tynwra
    @tynwra 19 วันที่ผ่านมา

    What algorithm are you using?

  • @mahmoudramadan6581
    @mahmoudramadan6581 10 หลายเดือนก่อน

    Great, but how can i use vehicles here with weight and cbm and delivery window?