I have a table of data that I’m trying to map. The locations are essentially polygons with their bounding streets entered as attributes:
I have street data and have been able to create polygons using AreaBuilder, but am stuck on trying to add all of the streets back as searchable/joinable attributes rather than items in a list.
I’ve tried the ListExploder and gotten a stack of polygons, each one with one street’s attributes, but I aggregating isn’t quite getting me the results I’d expect.
In a perfect world, I’d be able to run FeatureJoiner or something similar on every item in the list, but it only seems to allow one.
Any advice is very much appreciated!