Releases: ipeaGIT/gtfs2gps
Releases · ipeaGIT/gtfs2gps
v2.0-0
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
- Fixed CRAN bugs
- Fixed small bug that prevented creating departure times correctly
v1.5.0
v1.4.0
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 ingtfs2gps
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
1.3-0
1.3-2
gtfs2gps v1.3-2 2020-11-05
Major changes
- New function to merge GTFS feeds. Closes #34
- New pkgdown website. https://ipeagit.github.io/gtfs2gps/ . Closes #146
- Distance of 1st point of GPS trip now start with distance zero. Closes #136
Minor changes
1.0-5
First version of gtfs2gps published in CRAN.
1.0-0
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