NEWS.md
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_coordinates_ids()
exportedod_coordinates_ids()
faster, uses vctrs::vec_interleave()
(#45)od_disaggregate()
can now take route networks as inputsod_disaggregate()
is now used as a ‘back-end’ for od_jitter()
where possible by defaultpd
argument in points_to_od()
allows calculation of OD pairs associated with destinations that have a different geometry than the origins (#41)sf
packageod_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_jitter()
allows offsetting of origin and destination points of desire lines (#11)od_disaggregate()
to allow non-integer outputsod_disaggregate()
so it’s less likely to fail with unfathomable message (#30)od_split()
function, a copy of od_disaggregate()
od_aggregate()
and od_group()
functions (#24)od
vignette (#16)NEWS.md
file to track changes to the package.od_disaggregate()
stplanr
had been ported