Skip to main content

I have a csv with start and end lat longs and other attributes like road name and road number. I want to snap it to the route (road network) polyline dataset based on matching attributes (road name/road number) and then generate the line geometry of that road network from start to end coordinates provided.

 

Is this possible to accomplish in FME?

 

 

Hey @vral​ 

 

of course you can do this with fme.

 

1.) first you need to read your csv file with the CSV reader.

2.) Then can you merge features from the csv to the line network with the featuremerger

3.) you can also generate points from the start and stop with (lat/long)

4.) you could use the points from the csv file to splitt the poly from the road network

5.) with the linebuilder you could make lines from points

 

Would you like to generate a new route over a road network with gps coordinates ? ^^

so if yes, i hope you have timestamps of something else like an id to generate the right route in the csv file.

 

greetings Michael


Reply