Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lintang-b-s/guugli-map
simple google map clone with shortest path finder & vehicle routing problem with time windows solver from scratch. project algoritma genetika
https://github.com/lintang-b-s/guugli-map
Last synced: about 2 months ago
JSON representation
simple google map clone with shortest path finder & vehicle routing problem with time windows solver from scratch. project algoritma genetika
- Host: GitHub
- URL: https://github.com/lintang-b-s/guugli-map
- Owner: lintang-b-s
- Created: 2024-09-28T02:09:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T19:47:09.000Z (2 months ago)
- Last Synced: 2024-11-06T20:36:50.597Z (2 months ago)
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guugli-map
simple google map clone. Vehicle Routing Problem With Time Windows Solver (using Genetic Algorithm) & shortest path (see https://github.com/lintang-b-s/navigatorx) from scratch.
## Quick Start
```
- git submodule update --init
- docker compose up -d --build
- wait until container navigatorx up & running
- docker logs navigatorx -f (wait until contraction hierarchies processing 100% complete)
- python3 leaflet-vrptw/manage.py runserver
- open localhost:8000/home
- do shortest path query (only for yogyakarta, surakarta, klaten maps)
- or do vehicle routing problem with time windows queryNote: Try to make sure the location where the query is carried out is close to a road, so that road snapping works.
```## Hasil parameter tuning
```
https://drive.google.com/drive/folders/1J6QutrRxUFfsqJMZiO0kMgfk7khSrC6z?usp=sharing
```