https://github.com/jharsh1202/calculate-edd
Calculate EDD of a Shipment
https://github.com/jharsh1202/calculate-edd
Last synced: about 2 months ago
JSON representation
Calculate EDD of a Shipment
- Host: GitHub
- URL: https://github.com/jharsh1202/calculate-edd
- Owner: jharsh1202
- Created: 2021-08-30T04:41:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T11:28:01.000Z (over 3 years ago)
- Last Synced: 2025-02-14T21:27:09.538Z (3 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculate-EDD
Step 1 – Take Input – AWB Number
Step 2 – Find Origin and Destination
Step 3- Calculate the path between origin & destination
Step 4 – Calculate the travel time between origin hub to destination by diving the path into pairs ((Origin Hub – Next Hub), (Next Hub- Destination Hub), (Destination hub – Destination DC))
Step 5 – Final EDD at Destination DC