gtfs2gps v2.1-2
CRAN release: 2024-10-08
- Minor changes
- puts package back on CRAN
- remove {magrittr} from Suggests
- Clarifies in the documentation the default behavior of the parameter
ncores
. closes #271. Whenparallel = FALSE
, this argument is ignored. Whenparallel = TRUE
, then by default the function uses all available cores minus one.
gtfs2gps v2.1-1
CRAN release: 2023-04-28
- Major changes
- Filter functions were removed from the package because gtftools alredy implements them
- Function
gtfs2gps
now usesparallel = TRUE
by default. - Function
gtfs2gps
now usesgtfstools::frequencies_to_stop_times()
to convert. frequency-based GTFS feeds to stop times before processing the data.
- Minor changes
- New argument
quiet
togtfs2gps()
- Removed
readr
,pbapply
,lwgeom
andmagrittr
from package dependencies.
- New argument
gtfs2gps v2.0-3
- Minor changes
- Saving units when using argument
filepath
ingtfs2gps()
.
- Saving units when using argument
gtfs2gps v2.0-1
CRAN release: 2022-03-05
- Major changes
- Imports
gtfstools
package.
- Imports
- Minor changes
- Fixing CRAN error and warning related to the vignette.
- The function
adjust_speed()
now does not change very low speed (1.000000e-12 [km/h]) because these values indicate a situation of a stopped vehicle. Closed 249.
gtfs2gps v2.0-1
CRAN release: 2022-03-05
- Minor changes
-
gtfs2gps()
now prints a message alerting if there are any trips with negative speed values in the output. Closes #172. - Fixing small bugs in the output of gtfs2gps().
-
gtfs2gps v2.0-0
CRAN release: 2022-02-22
- 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.
-
gtfs2gps v1.5-4
CRAN release: 2021-09-06
- Major changes
- Fixed CRAN bugs
- Fixed small bug that prevented creating departure times correctly
gtfs2gps v1.5
- 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 theread_gtfs()
andwrite_gtfs()
functions. Closes #191. - New parameter
snap_method
added togtfs2gps()
.
- Fixed the update of trip_number attribute. This affects the output of
- Minor changes
- Function
filter_single_trip()
now also filters thestop_times
table. Closes #195. - Change default
spatial_resolution
ofgtfs2gps()
from 50m to 100m. Closes #202.
- Function
gtfs2gps v1.3-2
CRAN release: 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
gtfs2gps v1.3-0
CRAN release: 2020-09-15
- Major changes
- Use progress bar from progressr. Closes #142
- Handling units of measurement
- Speeding up some algorithms
gtfs2gps v1.2-1
CRAN release: 2020-06-12
- Minor changes
- Allowing to read gtfs files without calendar/agency
- New verifications to create a better feedback for the user
gtfs2gps v1.2-0
CRAN release: 2020-05-28
- Major changes
- Processing mixed detailed and frequency-based GTFS files
- Small changes in
gps_as_sflinestring()
due to new GDAL - Function to simplify shapes
gtfs2gps v1.1-0
CRAN release: 2020-04-12
- Major changes
- New function append_height(), to create height column to GPS data
- Update related to the newest versions of lwgeom and sf (#112)
- Replacing
sf_multipoint
bysf_point
ingps_as_sf()
to keep all the data