Added prerequisites to add tests and db convenience

- api/convenience will hold convenience functions for database lookup
  and data grouping
- pt_map/model_test_fields holds the data from the GTFS reference
  relevant to model development
- pt_map/test_data holds example data to be used to test models
This commit is contained in:
Johannes Randerath
2024-06-26 15:34:02 +02:00
parent 6472673d0a
commit 7962ec4b6c
4 changed files with 1047 additions and 139 deletions

View File

@@ -0,0 +1,4 @@
from pt_map.models import *
import osmnx