So I have a project coming up that will give me lat and long for a variety of points (think cell towers). Each point will be able to service homes only in certain directions. I am curious if there's an easy way to create an Arc / Wedge from a Trade area polygon.
In the attached image, I have a point, easy enough to create. A trade area around the point, which gives me a polygon. Is there an easy way to pull the wedge out? I have a way to do it, but it's not quite what I would like.
My path now
1. Create trade area from point
2. Convert trade area poly to points. This takes one address to 100 rows of data
- Point 100 is roughly east (as near as I can tell)
- Point 75 is roughly north
4. Drop the points NOT in the direction I'm looking for. In my example I now have 26 rows of data
5. Generate Lines to the original tower point to each point
6. Generate poly from the resulting data.
I'm then able to pass that poly into to various tools to get demographics / zips / etc.
What I'd like to be able to do is have more control over the exact arc of the wedge, the direction, size, etc. My way works, but there seems like there should a cleaner way.
Thoughts?
I've attached an image and sample workflow that shows the steps above.