Questions tagged [modelbuilder]

An application of ArcGIS Pro and also of ArcGIS Desktop 10.x that is used to create, edit and manage models within its Geoprocessing Framework

ModelBuilder is an application of ArcGIS Pro and also of ArcGIS Desktop 10.x that is used to create, edit, and manage models.

Models are workflows that string together sequences of geoprocessing tools, feeding the output of one tool into another tool as input.

ModelBuilder can also be thought of as a visual programming language for building workflows.

References:

2230 questions
5
votes
1 answer

If then statement in model builder for several features after a clip

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…
MjonesGEO
  • 791
  • 1
  • 10
  • 27
3
votes
2 answers

How can I convert lots of ASCII files (.xyz format) into shapefiles by iterator in the Modelbuilder of Arcgis 10?

I have a plethora of xyz format files and I want to convert them into shapefiles separately and it is really time-consuming to do this conversion one by one. I tried to create a model in ModelBuilder to read them from an input folder and does the…
Mehdi
  • 783
  • 8
  • 21
0
votes
1 answer

ModelBuilder error on validating when deleting not yet created gdb

I have a parent model with a submodel nested in it and tools outside the submodel but within the parent model that connect to the submodel. In the submodel, the first tool is "create geodatabase". In the parent model, the last tool deletes the gdb.…
Steve
  • 773
  • 10
  • 21
0
votes
1 answer

ModelBuilder Branching & Conditions

I have a modelbuilder model setup that, in short, takes all selected features from ArcMap and exports it to a dwg. I need to add two things to this model which I'm not sure can be done in modelbuilder. The ArcMap document has several feature…
Steve
  • 773
  • 10
  • 21
0
votes
1 answer

Copying features from if field value is using ModelBuilder

I am currently trying to understand ModelBuilder and have decided to break apart a big project into smaller ones to understand how everything works. Currently I am stuck on trying to copy features from an if field value is logical tool. The problem…
0
votes
1 answer

Iterating through multiply fields

I have a rather large model that works fine with the exception of one part (See Figure 1). What I can't seem to figure out is how to select all "NULLs" (for example) in a field and then perform a calculation on the NULLs selected, then move on to…
Jeff
  • 399
  • 1
  • 17