urban-meal-delivery/src/urban_meal_delivery
Alexander Hess cc75307e5a
Add DistanceMatrix class
- the class stores the data of a distance matrix between all addresses
  + air distances
  + bicycle distances
- in addition, the "path" returned by the Google Directions API are
  also stored as a JSON serialized sequence of latitude-longitude pairs
- we assume a symmetric graph
2021-09-12 16:51:10 +02:00
..
console Merge branch 'main' into develop 2021-03-01 14:45:24 +01:00
db Add DistanceMatrix class 2021-09-12 16:51:10 +02:00
forecasts Merge branch 'main' into develop 2021-03-01 14:45:24 +01:00
__init__.py Add stl() function 2021-01-11 16:10:45 +01:00
configuration.py Create tactical demand forecasts 2021-02-09 17:06:37 +01:00
init_r.py Rename existing notebooks using order numbers 2021-02-04 15:10:14 +01:00