Skip to main content

Hello everyone

 

I have street numbers. I have the first and last number of each street. I would like to know witch are missing from my database. My idea is I set the min number ect 1 and the max 60 and creat a list or array to this street has theses numbers. A di could compare it with my database and find with is missing.

Thanks advice

If the min and max are in the same row, use an AttributeCreator to calculate the difference. Then use a Cloner to create the missing features based on the difference, followed by another AttributeCreator to create the number for each feature. (MinNumber + _count)


Reply