Question

Spatial Relator by field

  • 5 May 2023
  • 1 reply
  • 5 views

Badge +6

Hi,

 

I have two datasets, each with thousands of features, I need to check the spatial relationship between them, but if for example 2 features are the same, I would like that based on a certain field with the value of the year for example, it would always be considered the most recent year.

 

Can you help me?

 

Thank´s


1 reply

Userlevel 2
Badge +13

Hello @mr_fme​, thanks for posting! Sounds like an interesting use case, one suitable for FME, but are you able to elaborate on the process a bit more? For example, what sort of datasets are we reading and how should they spatially relate to one another? You could likely use some conditional statements or Tester transformer to determine if 2 features are the same (or even a Matcher), and then an AttributeManager or AttributeCreator to set the value of the year? Happy to help, Kailin.

Reply