Node Gtfs Versions Save

Import GTFS transit data into SQLite and query routes, stops, times, fares and more.

4.10.2

1 month ago

Added

  • Better error message for gtfsrealtime-update command
  • Support additional fields for vehiclePosition GTFS-Realtime data

Updated

  • Dependency updates

4.10.1

1 month ago

Updated

  • Dependency updates

4.9.0

2 months ago

Updated

  • Close DB if not :memory: from CLI after import

4.8.0

2 months ago

Added

  • ignoreErrors config option
  • downloadTimeout config option
  • db config option

4.7.2

2 months ago

Updated

  • Show info about ignoreDuplicates option when primary key constraint issue happens
  • Dependency updates

4.7.1

3 months ago

Updated

  • Support null arrival and departure in StopTimeUpdate

4.7.0

3 months ago

Added

  • Added bounding_box_side_m option to getStops and getStopsAsGeoJSON to find all stops within a bounding box.

Updated

  • Dependency updates

4.6.0

4 months ago

Changed

  • Renamed getStopTimesUpdates to getStopTimeUpdates.

Added

  • Added schedule_relationship, trip_start_time, direction_id and route_id fields to stop_time_updates and trip_updates tables.

Updated

  • Dependency updates

4.5.1

6 months ago

Updated

  • Dependency updates
  • Use path to types file instead of directory in package.json

Fixed

  • Exclude agency_id from export if empty

4.5.0

8 months ago

Updated

  • Increase maxInsertVariables to 32,000
  • Dependency updates