TimothyHales
Esri Notable Contributor
since ‎04-10-2014
50 Badges Earned
Pathfinder Pathfinder
View All Badges Earned
‎01-15-2026
2859 Posts created
965 Kudos given
226 Solutions
2129 Kudos received
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

My Ideas

(3 Idea Submissions)

Latest Contributions by TimothyHales

POST
0
0
1626
POST
0
0
2067
POST
0
0
764
POST
1
0
5958
POST
0
0
2849
BLOG


In order to clip the data, you have the options to clip the features individually or set up a batch clip. However, there's a more efficient way. With the iterator functionality available in ArcGIS 10, a simple model using the Iterate Feature Class iterator and the Clip tool can provide an efficient way to extract the subset of data.

Within ModelBuilder add the Iterate Feature iterator (Insert Menu > Iterators > Feature Classes) and the Clip tool.  Connect the iterator output feature class as the input to the Clip tool.

Below are the parameters that can be specified for each of the components.
    • Iterate Feature Classes
      • Workspace or Feature Dataset
      • Wildcard
      • Feature Type
      • Recursive
    • Clip
      • Input Features
      • Clip Features
      • Output Feature Class
    • XY Tolerance

For the clip output feature class, you can use a variable based upon the name being generated from the iterator.   An example of this can be seen in the interface below with the percent symbols.Examples of inline model variable substitution

Based upon the variable for the output feature class name, the output of the model keeps the original name with ‘_clip' added on.

After setting up the model and defining the desired parameters, this process can be accessed from your toolbox to easily clip a workspace or feature dataset for any project requiring you to work with only a subset of you master data.

The above model example can be downloaded from the ArcGIS Geoprocessing Model and Script Tool Gallery: Clip Workspace.Timothy H., Support Analyst - Geodata Raster Group, Esri Support Services
-->
1
0
4196
POST
0
0
1470
POST
0
0
547
POST
0
0
1470
POST
0
0
4002
POST
0
0
1678
POST
0
0
367
POST
0
0
1678
POST
1
2
11691
POST
0
1
11691
Activity Feed