parent
e5325a0392
commit
a607f29259
2 changed files with 9 additions and 4 deletions
|
|
@ -14,6 +14,10 @@ data_dir = config.PERSONAL_DATA
|
|||
trip_list = agenda.trip.build_trip_list(data_dir)
|
||||
print(len(trip_list), "trips")
|
||||
|
||||
coords, routes = agenda.trip.get_coordinates_and_routes(trip_list, data_dir)
|
||||
print(len(coords), "coords")
|
||||
print(len(routes), "routes")
|
||||
|
||||
flights = agenda.travel.parse_yaml("flights", data_dir)
|
||||
print(len(flights), "flights")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue