Skip to main content

Hello,

I have a point shapefile and my goal is calculate the distance time

In my workspace i used the transformer NeighborFinder to find the distance in meters between the features. Another information is the speed in KM / h to arrive point A until B.

 



How can i calculate how many minutes my point A will arrive in point B.

 

Informations:

 



Distance: 443.81979158381 mSpeed = 2.778 KM - h

 




Thanks,

Danilo

With the given information, if you can use the AttributeManager to create a new attribute – for example, _time – and use the Arithmetic Editor for Distance / Speed * 60 / 1000.

For the above values this would be 443.81979158381m / 2.778km/h * 60min/h / 1000m/km = 9.58574.. minutes.

Edit: Accidentally wrote Time instead of Speed!


Hi @RylanAtSafe,

Thanks your quicly answer.

Danilo


Reply