Geo Distances Node

I'm new to KNIME and playing around with the Geo Distances node from Palladian.

Can anyone explain how you're meant to use this? I would ehave expected it to take as input two pairs of Lat/Lon but it only appears to have input for one pair.

The "Geo Distances" node outputs a "Distance Measure" port. You can use this e.g. in the "Distance Matrix Calculate" node to actually calculate distances, or e.g. in different clustering nodes. I've attached a sample workflow which demonstrates the calculation of distance pairs.

Hope that helps,
P.

Thanks for the example, starting to make more sense now!

I ended up implementing haversine with a math node, but I'll see if I can replicate what I did with the geo distance node.