Hello,
I am trying to create a model to automate the count of wells based upon a specific watershed boundary and then based upon that result the number of wells that meet different select by attribute queries.
I've been able to get the first part of the model to work where it picks the desired watershed (This is done by a Select by Attribute tool) then by a select by location tool it picks the wells that intersect with that watershed boundary. My issue comes into play when I try and do a Select by Attribute tool upon these selections with varying attributes. (I found I had to set the selection type to be Select subset from the current selection to get the selection within the desired watershed boundary and wells) It runs just fine for the first round but if I try and run it with more Select by attributes for the different types of wells I'm looking at, it just gives me the first selection. I've tried putting in a clear selection as one of the Select by Attributes but that still does not work. I know if I were to do this in python it'd be easier but I'm not very proficient in python, hence trying to figure it out in model builder first. If anyone can give me tips, I'd appreciate it.
Here is a picture of the Model.
