XtremeCurling / nextbus2pg

Save nextbus real-time vehicle location data in a postgres database
MIT License
0 stars 0 forks source link

Remove vehicle direction and speed #6

Closed XtremeCurling closed 6 years ago

XtremeCurling commented 6 years ago

This is a simple PR to remove the vehicle_direction (heading in the NextBus API) and vehicle_speed (speedKmHr in the NextBus API) columns from the package. This resolves #4 - my rationale is spelled out there.

The Python scripts have been tested on an updated version of the database that no longer has these 2 columns. They worked without error.