Getting repeatedly the geometry object as delta on multiple runs
Page 1 / 1
@sudhakary Thanks for including the detailed description as a Word Doc and the sample data and the workspace. ChangeDetector does not include a tolerance so the coordinates need to match exactly. Also, one of your datasets has measures and the other does not. An example below
GlobalID {65F63438-E3AC-4C81-8072-24980597A510}
Revised
IFMEPoint 2300164.38, 506477.38 <nan>
Name (encoded: UTF-8) shapefile
Measures (1) <default_measure>
Original
IFMEPoint 2300164.379999995, 506477.37999999523
Name (encoded: UTF-8) shapefile
So, to get ChangeDetector to match your geometries:
- CoordinateRounder
- MeasureRemover
I've attached an example workspace. (FME 2022.2)