v0.5.0
Major changes
-
New function
accessibility()
to calculate access to opportunities. Closes #169 -
New function
find_snap()
to help the used identify where in the street network
the input of origin and destination points are snapped to. Closes 168. -
New parameter
max_bike_dist
added to routing and accessibility functions. Closes #174 -
Implemented temporary solution for elevation. Closes #171. Now r5r can read Digital Elevation Model (DEM) data from raster files in
.tif
format to weight the
street network for walking and cycling according to the terrain's slopes. Ideally, we would like to see a solution that accounts for elevation implemented upstream in R5. For now, this is a temporary solution implemented within r5r.
Minor changes
-
The
street_network_to_sf()
now has a more clean output when the provided GTFS covers a larger area than the street network pbf. Closes #173 -
The size of poa.zip sample GTFS data has been reduced due to CRAN policies. Closes #172.
-
Progress counter implmenented. Closes 150. When the
verbose
parameter is set toFALSE
, r5r prints a progress counter and eventualERROR
messages. This comes with a minor penalty for computation performance. Hence we have keptverbose
defautls toTRUE
.
Bug fixes
- Fixed bug that prevented r5r from running without internet connection. Closes #163.