nptscot / npt

Data processing code, also use this repo for issue tracking for the Network Planning Tool. See https://nptscot.github.io for development version
https://www.npt.scot/
GNU Affero General Public License v3.0
5 stars 0 forks source link

Jitter utility destinations #476

Closed Robinlovelace closed 1 month ago

Robinlovelace commented 1 month ago

In current version of code, we force jittered destinations to be in a single point:

https://github.com/nptscot/npt/blob/2eaef82d0926e3609fa67083de16e385cca77ff1/R/utility_trips.R#L73-L83

We should allow jittered utility trips to go to the subpoints from OS data and the centroid of the grid I think.

Robinlovelace commented 1 month ago

Split out from #470