urban-meal-delivery/migrations
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
..
versions Add DistanceMatrix class 2021-09-12 16:51:10 +02:00
env.py Add confidence intervals to Forecast model 2021-01-20 16:57:39 +01:00
README.md Add database migrations 2020-08-11 10:29:58 +02:00
script.py.mako Add database migrations 2020-08-11 10:29:58 +02:00

Database Migrations

This project uses alembic to run the database migrations