Question

Transformer to add merge spatial data set with non-spatial data set

  • 15 July 2021
  • 1 reply
  • 1 view

I've got two data sets with some commonality in length data, one coming from KMZ (S1) and one a csv with no spatial data (S2). I would like to merge the datasets.

S1 stores lengths as stationing with start and stop (St. 0, End 100)

S2 stores lengths as stationing but more granular (St 0, End 25 etc)

 

My first thought is to try and split stationing from S1 to match S2 then merge the geometry to S2 since that has the data I want to keep but I'm wondering if there is a way to do this I haven't come across yet.

 

Any Ideas?


1 reply

Userlevel 3
Badge +18

I ain't got no clue what you are trying to do.

 

You have a dataset with an attribute that you want to merge with another dataset based on the attribute. Use a featureMerger. On default it merges the geometry from the requestor and all the missing data from the supplier.

 

Reply