Documentation
¶
Index ¶
Constants ¶
View Source
const CoordinatesPerRow = 2000
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GTFSDB ¶
type GTFSDB struct { Agencies *column.Collection Routes *column.Collection Services *column.Collection ServiceExceptions *column.Collection Shapes *column.Collection Stops *column.Collection Trips *column.Collection // Metadata MaxShapeLength int }
func (*GTFSDB) Populate ¶
func (db *GTFSDB) Populate( agencies models.AgencyMap, routes models.RouteMap, services models.ServiceMap, serviceExceptions models.ServiceExceptionMap, shapes models.ShapeMap, stops models.StopMap, trips models.TripMap, ) error
Populates the GTFS database with data from the provided maps.
Click to show internal directories.
Click to hide internal directories.