Attributes for the points layer: x,y, zip code, street name and town code
Attributes for the streets layer: name and town code.
I've got the following problems to solve:
- asses the points position on the street according to coordinates or other methods
- asses the coherent position of the points : zip codes must be in order. E.g; 1, 3, 5, 7, 9. not 1,5 ,3, 7, 9
- asses the distance betweent points: two points with close values must not be miles apart. Maybe setting a limit/range. E.g. point with zip code 1 must not be 2 km apart from point with zipcode 3.
All this should be solved either in python or model builder.
Thank you!