Skip to content

Releases: itsleeds/od

od 0.5.1

21 Aug 12:32
Compare
Choose a tag to compare
  • Bug fix that was causing incorrect column names (#50)

od 0.5.0

21 Aug 12:30
Compare
Choose a tag to compare
  • New max_dist argument in points_to_od() (also applicable to points_to_odl()) to limit the distance between origins and destinations. Credit to Malcolm Morgan @mem48 for this contribution, closing 4-year-old issue #18.

od 0.4.2

01 Oct 08:51
Compare
Choose a tag to compare
  • od_coordinates_ids() exported
  • Fixes for CRAN checks

od 0.4.0

19 Apr 21:38
Compare
Choose a tag to compare
  • od_disaggregate() can now take route networks as inputs
  • od_disaggregate() is now used as a 'back-end' for od_jitter() where possible by default
  • New pd argument in points_to_od() allows calculation of OD pairs associated
    with destinations that have a different geometry than the origins (#41)
  • Remove 'old style CRSs', preventing warnings emitted by the sf package

od 0.3.1

11 Jul 23:06
Compare
Choose a tag to compare
  • od_jitter() succeeds with wider range of input datasets, and can work with fewer subpoints than OD pairs thanks to the replace = TRUE setting in the base R function sample()

od 0.3.0

10 Jul 20:54
Compare
Choose a tag to compare
  • New function od_jitter() allows offsetting of origin and destination points of desire lines (#11)
  • Add new argument to od_disaggregate() to allow non-integer outputs

Recombining

22 Apr 15:12
Compare
Choose a tag to compare

od 0.2.1

  • Updated od_disaggregate() so it's less likely to fail with unfathomable message (#30)

od 0.2.0

  • New od_split() function, a copy of od_disaggregate()
  • New od_aggregate() and od_group() functions (#24)
  • Updated datasets for improved documentation and examples (#28)
  • Updated introductory vignette building on the stplanr od vignette (#16)

0.1.0

27 Mar 13:29
Compare
Choose a tag to compare
Update example data, close #28

0.0.1

15 Feb 12:13
Compare
Choose a tag to compare
Update readme for #1 and #2