If I have some adresses on a street, how can I asses their position one side or another. For example: even zip codes on the right and odd zip codes on the left.

2718
0
09-24-2014 05:44 AM
CristinaVrinceanu
New Contributor II

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!

Tags (1)
0 Kudos
0 Replies