Hi,
I have a point dataset of vehicle locations being turned into lines using the LineBuilder and self-intersections are being created.
While I can write successfully to the MSSQL SDE using the SDE writer, I’d prefer to use the SQLSpatial writer (due to speed and licencing). SQLSpatial fails due to what looks like the self-intersections. GeometryValidator can’t seem to fix the issues, with the repair failing.
The source points are the last hour of locations so they’re continuous being added and removed per vehicle.
I thought this would a common situation for FME users to be in. Processing tracking data.
Also, would it make more sense to add the line segments on to the end of the line rather than rebuild the line? I’m not sure how to go about that in FME.
Thanks

