Convert your multipoints into lines, then use the GeographicLengthCalculator (from FME Hub) to calculate the distance in meters.
Counter
De aggregate it
Line joiner group based
Length calculator
Feature merger if you want
bring back original points
Use counter attribute
Like @f.kemminje says, use Deaggregator and LineBuilder (group by attribute externid). But as your data is in a geographic coordinate system, use GeographicLengthCalculator instead of LengthCalculator.
Some of the multipoints contain identical points, so look into the setting of the LineBuilder to Remove Duplicate Points.
Like @f.kemminje says, use Deaggregator and LineBuilder (group by attribute externid). But as your data is in a geographic coordinate system, use GeographicLengthCalculator instead of LengthCalculator.
Some of the multipoints contain identical points, so look into the setting of the LineBuilder to Remove Duplicate Points.
Hello,
Thank you it worked perfectly! :)
Like @f.kemminje says, use Deaggregator and LineBuilder (group by attribute externid). But as your data is in a geographic coordinate system, use GeographicLengthCalculator instead of LengthCalculator.
Some of the multipoints contain identical points, so look into the setting of the LineBuilder to Remove Duplicate Points.
Good to hear, glad to be of help!