I have a shapefile of 10,000+ county polygons. Of these, I've identified ~5,000 that are geographically too small, and I want to combine with their immediate nearest neighbor, naming the combined county A and county B "A - B"
Current workflow:
- Manually select the two counties I want to combine
- Click "Merge Selected Features"
- Manually specify output fields and concatenations
- Click "OK"
I want to be able to manually select the two counties (some human judgment is required for that part), then run the model so it runs steps 2-4 only on those two selected features.
I've been digging around for a while and can't seem to find an answer for this. This was close, but I will have thousands of these pairs, and I don't want to select two, save them as a new file, then run the model that merges them.
That asker's previous question was also close, but I'm wondering if it's possible to do this 100% in the graphical modeler.