Releases: ropensci/stplanr
Releases · ropensci/stplanr
stplanr 0.8.3
- Outputs of
line_via()now have correct CRS calc_catchment()have been deprecated because the generate warnings- Minor fixes and improvements in the package's documentation
Fix my route
stplanr 0.8.2
- Bug fixed related to the
route()function: it silently failed whenpbapplynot installed. The package was promoted from Suggests to Imports (#460)
Grouping networks
- Thanks to the
stylerpackage, code instplanrnow adheres to a consistent style (using arrow<-assignment despite the maintainer's default of equals=assignment - many=had been introduced accidentally!) - New function
rnet_group()groups route network elements (#403) overline()now convertsMULTILINESTRINGgeometries toLINESTRINGSautomatically- Routing on the network using
sum_network_routes()now returns a linestring for routes that start where they end (i.e. no travel) (#444) - Routing using
route_local()fixed: thelargument now works (#448) - New
route_osrm()function (#449) rnet_breakup_vertices()is now way faster, thanks to Andrea Gilardi and others (#416)rnet_group()is now a generic function that works withsfNetworkobjects (#455)route_osrm()provides easy access to multi-modal routing (#449)- Bug in
route()function's calculation of bbox attributes fixed (#452)
line_breakup
Oxted 3 - CRAN tests pass
Oxted 2
stplanr 0.7.1
- Tweaks to the documentation and examples for CRAN tests
Oxted
stplanr 0.7.0
- Issue with
line2points()on some set-ups fixed (#418) - Old
mapshape(),line_match()andgclip()functions deprecated, maintained alternatives can now be found in other packages. spobjects updated for latest version ofsp(#364)sfobjects updated to support more recent CRS encoding (#393)- Deprecated functions including
od_aggregate(),onewayid(),gtfs2sldf(), andod_radiation()have been removed
route_google()
New features
- New interface to Google Directions API via
mapsapipackage (#410)
Fix geocompr
Slopes and routes
BUG FIXES
- Bug in
SpatialLinesNetwork()fixed thanks to Andrea Gilardi (#394) - Updated documentation for finding shortest paths
- Check
startandendarguments in short path calculations are numeric dodgrremoved as Suggests until it's back on CRAN (#398)- Updates to
dplyrcode to prevent warnings when using the dev version (#395)
NEW FEATURES
- Improvements to
route()allowing you to save a list of raw outputs and usedata.tablefor faster performance if available - A fleet of new
route_rolling_*()functions have been added:route_rolling_gradient()calculates a rolling gradient from elevation and distance data at the segment levelroute_rolling_average()calculates the rolling average of valuesroute_rolling_diff()calculates the rolling difference between each value and the next
geo_toptail()function now hassfimplementation (#390)- New
clargument inroute()for parallel routing (#388) - New and updated datasets representing
od_data_samplein different ways:od_data_linesandod_data_routes route_graphhopper()deprecated (#389)- Old functions that use legacy
spanddplyrcode,sp_aggregateandod_aggregate, have been deprecated - New work-in-progress
route_slope*()functions