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:
4
transport_accessibility/api/convenience.py
Normal file
4
transport_accessibility/api/convenience.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from pt_map.models import *
|
||||
import osmnx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user