Question

ho un dato vettoriale in cui per ogni entità ho diversi valori e devo prendere il dato con il valore massimo

  • 13 March 2023
  • 1 reply
  • 0 views

ho un dato vettoriale in cui per ogni entità ho diversi valori e devo prendere il dato con il valore massimo

1 reply

Userlevel 6
Badge +33

I have a vector data where for each entity I have different values and I have to take the data with the maximum value.

 

Multiple ways to do this, but the easiest is to use a Sorter on the attribute and a Sampler to select the first feature.

 

Reply