Giter Site home page Giter Site logo

aws-last-mile-district-opt's Introduction

AWS District Optimization for Last Mile Planning

This repository demonstrates our solution to the district optimization problem for package allocation and last mile planning. In our approach, we assemble basic geographic units, such as streets, post code areas, suburbs, into larger geographic districts known as polygons, in order to achieve some optimisation objectives or planning criteria. Packages are automatically allocated to different polygons based on the spatial matching between their addresses and the geo-fence of the established polygons. Our solution runs on SageMaker notebook instances.

Please check out our blog post Aramex Australia makes delivery easier for drivers using open source solutions from Amazon for technical details.

Installation

# Create the conda virtual environment
conda create --name pa-opt python=3.8
conda activate pa-opt
pip install -r requirements.txt

Quick Start

Going through Step 1 to Step 7 by running the following terminal commands on a SageMaker notebook instance. Step 2 and Step 3 can also be integrated as a SageMaker processing job.

# download data and prepare the basic geo-units
python 01_data_download_bgu.py

# follow instructions on 02_launch_vahalla.md to setup Vahalla API

# generate distance matrix
python 03_gen_dist_matrix.py

# generate the graph
python 04_gen_graph.py

# perform graph partitioning
python 05_graph_partition.py

# produce data for evaluation
python 06_eval_prep.py

# evaluation
python 07_evaluate.py

License

This project is licensed under the Apache-2.0 License.

Acknowledgements

aws-last-mile-district-opt's People

Contributors

amazon-auto avatar chenwuperth avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

rhohand

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.