I'm merging several databases and clipping out certain areas of interest. Sometimes there are no points that are clipped because there is nothing in the clip. I have each of the features output to a geodatabase. Is there a way for it not to export the feature class to the geodatabase if the file is empty?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
||||
|
|
|
You can use the result of the Get Count (Data Management) tool, and check it within Using If-Then-Else logic for branching logic to check for features. |
|||||
|