1
vote
2answers
69 views

How to query points that fall outside their designated regions?

I have a shapefile with 250 points. Each point has a region attribute. In another shapefile I have all the possible regions with their names (it is polyline geometry). Unfortunately the coordinates ...
1
vote
1answer
305 views

Aggregate Data between Polygons

I have data at the ZIP3 level and I need to join it to a state file. I also need the data within the zip3 file to be averaged, but for some reason when I use the join tools, i'm not getting the ...