Skip to content

Releases: ipeaGIT/gtfs2gps

v2.0-0

23 Feb 17:28
63dcd4d
Compare
Choose a tag to compare

gtfs2gps v2.0-0

Major changes

  • 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.
  • 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.
  • Names of the output columns of gtfs2gps() were updated
  • New function adjust_arrival_departure() to allow users set a minimum time for dis/embarking times at each stop.
  • 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.
  • Fixing several small errors in the output of gtfs2gps(), what breaks compatibility with previous versions of the gtfs2gps package.

v1.5-4

12 Sep 12:34
3d309df
Compare
Choose a tag to compare
  • Fixed CRAN bugs
  • Fixed small bug that prevented creating departure times correctly

v1.5.0

16 Aug 11:36
2ab5970
Compare
Choose a tag to compare

gtfs2gps v1.5.0

Major changes

  • Fixed the update of trip_number attribute. This affects the output of gps_as_sflinestring(). Closes #189.
  • Imports the gtfsio package, used in the read_gtfs() and write_gtfs() functions. Closes #191.
  • New parameter snap_method added to gtfs2gps().

Minor changes

  • Function filter_single_trip() now also filters the stop_times table. Closes #195.
  • Change default spatial_resolution of gtfs2gps() from 50m to 100m. Closes #202.

v1.4.0

18 Apr 17:43
Compare
Choose a tag to compare

gtfs2gps v1.4-0

Major changes

  • Allows filtering a GTFS feed by weekday and accounts for calendar_dates.txt info. Closes #103, #124 and #141
  • New sample GTFS.zip data for Berlin
  • New compress parameter in gtfs2gps function so that users can save the function outputs in compressed .RDS format.
  • New function remove_by_route_id() to remove GTFS data by route ids. Closes #180
  • Stops are now snapped to shapes using a simpler and more restrictive algorithm. This help identifies when a route is has problem with stop_sequence in the wrong order

Minor changes

  • Fixed a bug in filter_day_period. Closes #96
  • Fix the treatment of midnight trips. Closes #43
  • Fix linebreak gps_as_sflinestring. Closes #171
  • Warnings are now printed as messages
  • Order stop sequence before converting to GPS.
  • Additional verifications in gtfs2gps
  • Added package Hex sticker Closes #75

1.3-0

30 Mar 12:01
bfc0259
Compare
Choose a tag to compare

gtfs2gps v1.3-0 - 2020-09-15

Major changes

  • Use progress bar from progressr. Closes #142
  • Handling units of measurement
  • Speeding up some algorithms

1.3-2

30 Mar 12:03
bfc0259
Compare
Choose a tag to compare

gtfs2gps v1.3-2 2020-11-05

Major changes

Minor changes

  • changes parallel execution to conform new future standards. closes #55
  • Improve time filter in filter_day_period. Closes #89 and 147
  • Improved documentation of spatial_resolution parameter. Closes #116

1.0-5

16 Mar 17:06
f2cecd7
Compare
Choose a tag to compare

First version of gtfs2gps published in CRAN.

1.0-0

28 Jan 17:55
0147398
Compare
Choose a tag to compare

First release of the package, with the following functionalities:

  • Load GTFS data as data.table
  • Subset GTFS data using different strategies
  • Convert GTFS data to GPS-like format
  • Convert GTFS and GPS data to simple feature format