Hello community, I am planning to develop a buffer program using ArcPy. I want this to succeed with the input function, as the user should specify how big the buffer value should be. The user can see these given values before from a print function. The user can also enter all buffer values at once. The newly created file names should then be validated. In addition, it should be tested with each loop pass whether a data set with the same name already exists. How should I proceed there? 😊
... View more