Thanks I'll give this a try ultimately my goal is to run network analyst to determine the distance and time (round trip) it takes to get from the points to a set destination and I needed a way to tell what points were in each buffered area so I can get an overall average for each buffer. I'm trying to avoid double counting so maybe I''ll try one of the latter methods first
def Output(FirstPoint): FPX = round(float(FirstPoint.X), 4) FPY = round(float(FirstPoint.Y), 4) return "{%(FX)012.4f}{%(FY)012.4f}" % {'FX': FPX, 'FY': FPY}
Hi I have zip code point data and a multi ring buffer I'd like to be able to clip the point file by it's respective ring and I can't seem to get it to work Ive tried splitting the point file by the buffer layer clipping and the select tool in the extract tool kit. The latter works but when you open the attribute table it only shows the data for one point in the layer even though there are multiple points within the buffer. please help
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.