I've been mulling over some ideas about how to add another process to a model I've created that contains an iterator. My model currently uses a series of arcade expressions to calculate attribute values in a point feature class. Next, I would like to do the following:
1. see if the value in the IssueLicense field is 'yes'
2. if IssueLicense == 'yes', see if the point falls within 5m of a point in another point feature class (LicenseApproved)
3. append the point to a new feature class if there are no LicenseApproved points within 5m
Any advice on tools/calculations that I could potentially use would be appreciated!