Skip to content

Releases: ropensci/stplanr

R 4.0.0 Compatible

02 Mar 06:59
Compare
Choose a tag to compare
  • Changes for compatibility with R 4.0.0

Progressing route()s

26 Jan 10:08
Compare
Choose a tag to compare

stplanr 0.5.0

  • route_graphhopper() should now work with a local graphhopper instance. See #369
  • The old line2route() function now works with routing functions that return sf objects
  • The new route() function is now more resilient, providing a progress bar if you have pbapply package installed, returning a result even if some routes failed, and telling you which routes failed
  • The package has fewer dependencies, readr, openxlsx and lubridate removed
  • Deprecated function buff_geo() removed

BUG FIXES

  • destination now works again as an argument in line2route() (#368)
  • overline() now accepts sf objects regardless of the name of the geometry column
  • line2points() now works with sfc objects (#361)

line2route docs

23 Nov 11:32
Compare
Choose a tag to compare

stplanr 0.4.1

NEW FEATURES

Network Breakup

14 Oct 12:06
Compare
Choose a tag to compare

stplanr 0.4.0

NEW FEATURES

  • A family of new functions, including route_split(), rnet_add_node() and sln_add_node() for adding new nodes to routes, route networks and sfNetwork objects, closing #342
  • Updated vignette on route networks, solving #237, which can be found here: https://docs.ropensci.org/stplanr/articles/stplanr-route-nets.html
  • Fix in line2points()
  • line_to_points() function removed in favour of line2point().
  • New function sln_clean_graph() removes unconnected elements of sfNetwork objects. Credit to Andrea Gilardi. See (#344).
  • New functions rnet_breakup_vertices() and line2vertices() for breaking up linestrings representing route networks into smaller segments, in preparation for routing. See (#282) (which these functions address) and PR 347 for details.

BUG FIXES

  • Bugs in route_dodgr() and associated examples fixed (#348)
  • Annoying message printed on load removed (#355)

OTHER

  • Andrea Gilardi added as author.
  • Deprecated functions related to road crash (STATS19) data removed

New logo!

18 Sep 09:35
Compare
Choose a tag to compare
  • stplanr now has a logo! See #334
  • line_to_points() depreciated in favour of od2line(), the latter function name being more consistent with the package's other functions
  • line2pointsn() now works with sf objects
  • Documentation fixes - see #329

OTHER

  • Various improvements made to the stplanr-od vignette, thanks to Edward Leigh
  • URLs updated to link to stplanr's new, official website: https://docs.ropensci.org/stplanr/

od_oneway

30 Jul 16:20
Compare
Choose a tag to compare
0.3.0

Update vignette - matsim link

Concepts

18 May 08:57
c066f39
Compare
Choose a tag to compare
  • Fix in documentation. See #311

Aggregating lines

10 May 11:31
Compare
Choose a tag to compare

stplanr 0.2.9

NEW FEATURES

  • New functions od_aggregate_from() and od_aggregate_to() provide easy ways to aggregate origin-destination pairs. See #303.
  • Updated overline2() is now faster and better documented, thanks to #307
  • Updates to route_dodgr() function, which provides an interface to the dodgr package, accepts wider range of inputs
  • Better website and updated function list. See https://ropensci.github.io/stplanr/index.html
  • The sf method for overline() has been updated so it calls the much faster overline2() function
  • Updated documentation for route_local()

BUG FIXES

  • Bug in sum_network_routes() fixed. See #267

overline2

22 Mar 23:13
Compare
Choose a tag to compare

stplanr 0.2.8

NEW FEATURES

  • The stplanr paper has been published! See it here: https://journal.r-project.org/archive/2018/RJ-2018-053/index.html
  • STATS19 functions such as dl_stats19() are depreciated. They have been split-out into the new package stats19
  • route_dodgr() has now been implemented
  • A new function overline2() has been added, thanks to Malcolm Morgan. This is faster than overline().
  • A substantial refactoring operation has begun. This has resulted in fewer lines of code in the od functions, a new stplanr::od_coords2line() function, and more support of sf
  • route_dodgr() has been added
  • A new example dataset, osm_net_example, has been added for local routing purposes.
  • A citation to the package has been added. Try citation("stplanr")
  • The package has a shiny new website thanks to @maelle: https://ropensci.github.io/stplanr/
  • The package looses its Imports dependency on rgdal, which has been demoted to a Suggests

BUG FIXES

  • An issue with route_graphhopper() has been fixed, see #297

dplyr dev

07 Jan 20:29
Compare
Choose a tag to compare

Fixes for the development version of dplyr.