Skip to content

Commit 63dcd4d

Browse files
Update NEWS.md
1 parent fff5ebf commit 63dcd4d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

NEWS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
-------------------------------------------------------
44
# gtfs2gps v2.0-0
55
**Major changes**
6-
* gtfs2gps() now creates two points for a stop when arrival and departure exist
7-
* Fixing several small errors in the output of gtfs2gps()
6+
* `gtfs2gps()` now creates two points for a stop when arrival and departure exist. Speed and travel time are now calculated considering both departure_ and arrival_time columns.
7+
* The travel statistics in the output table (speed, dist, cumdist, cumtime) for a given point are now calculated in relation to the previous point. More details in the documentation of the `gtfs2gps()` function.
88
* Names of the output columns of gtfs2gps() were updated
9-
* New function adjust_arrival_departure()
10-
* New function adjust_speed()
9+
* New function `adjust_arrival_departure()` to allow users set a minimum time for dis/embarking times at each stop.
10+
* New function `adjust_speed()` to fix outlier speeds and replace missing speed values with a speed set by the user or the average speed of the system. The timestamp values are updated accordingly.
11+
* Fixing several small errors in the output of gtfs2gps(), what breaks compatibility with previous versions of the gtfs2gps package.
1112

1213

1314
-------------------------------------------------------

0 commit comments

Comments
 (0)