I have two datasets:
- A calibrated road dataset. Every vertex of the line has the measure value (kilometer point).
- A table with car accidents with a field that indicates the kilometer point where it happpened
I need to create Point geometries for the accident using both datasets. In other words, I need to create a point event layer.
As you can imagine, the accidents don't happen at an exact vertex of the road.
Can FME create that point event layer?
I've tried using the Snipper transformer, but I'm not getting the results I want.