Skip to main content

I would like to group the parts of pipeline by the name (OZNAKA_ODS) and than length (Dolzina) of the pipeline.

Further i would like to write a new atribute table with only identical names of pipelineand and longest and second longest street name.

data looks like:

For the first part the Aggregator transformer might help, or if you just want the features in order (not joined as a group) then the Sorter might be helpful, along with a Counter.

For the second part, the DuplicateFilter is probably the transformer to use.


Hi, Thanks i will try and give feedback if worked


Reply