You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the batchUD function, there are frequent errors due to the 'grid too small'. This is a misnomer, because usually the grid is not too small, but the grid CELL SIZE is too small, so increasing grid from 100 to 1000 makes things worse.
To fix it we should reduce the extent.
These lines need to be fixed and tested against all possible datasets:
In the tripSplit function, the number of trips that are returned depends enormously on the Return Buffer - more guidance needed on what this actually means