Hi Alteryx Community,
I would like to calculate the distance between 1000s of points (in rows) in a table.The points are records from GPS Telematics data, with each point representing a point on a road that a car travelled on. The points are spatially distributed and I applied a buffer. I now like to have a workflow that calculates the distance between row 0 and row +1, as in the distance between the current and following row data going through the entire table.
I have these data:
Record ID, Long, Lat, Date (UTC format) , Time (UTC format), Direction (Degrees), Vehicle ID
Anyone have any ideas?Even partial solutions? Thank you!