A flow-chart like tool in ArcMap that allows users to visually build geoprocessing procedures.
0
votes
0answers
24 views
Is there a method to automate layer creation in ArcGIS? [on hold]
I have a feature class with about 100 fields, is there a way to automate the creation of each unique layers? I was thinking apply symbology with an iterator in modelbuilder, is this a viable ...
0
votes
0answers
23 views
Why does Kernel Density fail in model with ERROR 000865?
I am attempting to build a model using variables for automation. (see below)
The problem I am having is when the model attempts to run the Kernel Density. It seems as if the Kernel Density will not ...
1
vote
2answers
37 views
Can input to ModelBuilder be selected features in ArcMap?
I want to find out if the manually selected features in ArcMap can be the input to a ModelBuilder tool. If not, is it possible to copy or export selected features in ArcMap using ModelBuilder? Once ...
0
votes
2answers
32 views
Model Builder Error populating attributes with Calculate Field
I would like to run a model that iterates over all feature classes in a feature dataset and uses the feature class name to populate an attribute field (see model below). However, when running the ...
0
votes
1answer
48 views
How does ModelBuilder compare with Vensim and Stella for environmental modeling? [on hold]
Does anyone have any advice or has anyone experienced any limitations in ArcGIS software when trying to use model builder for any type of environmental phenomenon? I know that Vensim and Stella can be ...
0
votes
1answer
36 views
Model Builder: Enable / Disable parameters based on Conditions / Preconditions
I have been working with Model Builder and am having trouble placing a precondition on an input parameter. However, I may be going about it in the wrong way and may just need a Python script.
My ...
0
votes
1answer
24 views
ArcGIS 10.1 Cost Distance Calculations
I have a study area that is a polygon feature class, and am running the Cost Distance Tool on it in ModelBuilder. However, everytime I run the tool, it only calculates a cost distance and cost ...
2
votes
0answers
27 views
How to Complete ModelBuilder Process Quicker?
I've built a script tool in ArcGIS's ModelBuilder to collect parameters from the user and use them as arguments for another python script. The output of this script is a text file. The only GIS ...
0
votes
0answers
20 views
Why does the time taken for a process or tool to operate differ depending on changes made in a Model, downstream ? (ArcGIS, ModelBuilder)
Has anyone experienced this issue, do you have any advice to share?
An example situation in a model,
Model =
Input is a feature class, a field is added, the field is calculated using calculate ...
0
votes
0answers
29 views
How to Geocode single address in ModelBuilder?
how to geocode a single address (not table of addresses) in ModelBuilder? Something like that in the geocoding toolbar but can be dragged and dropped in the ModelBuilder.
1
vote
1answer
35 views
Connect a sub-model with multiple outputs to current model
I have a model in model builder that is clipping multiple feature classes to my study area. It is running with an iterator and creating 4 new clipped feature classes that are only represented by one ...
1
vote
1answer
31 views
Batch Clip in Model BUilder ArcGIS 10.1
I have multiple rasters and feature classes that I want to clip to a study area. Im pretty new to model builder. I know you can right click the clip tool to batch clip outside of model builder but how ...
0
votes
2answers
24 views
ArcGIS - ModelBuilider - Collect Values not working as expected
I am trying to iterate through a folder of rasters, reclassify each raster, then combine all of the reclassified rasters using Cell Statistics (to get the overall SUM of the reclassified rasters). I ...
2
votes
1answer
50 views
SQL expression to python expression
I have a SQL expression that I use in Make Feature Layer in Model Builder ("HOSPITAL" = '% HOSPITALNAME%'). The expression makes a selection in a OD Cost Matrix that a patient is patient only at one ...
0
votes
1answer
21 views
ArcGIS Add Join Attribute Table on ModelBuilder
I can Add Join Attribute Tables using two shape files by manual on ArcMap.
But I want to add join attribute tables using two shapre files on ModelBulder without ArcMap.
Can I do it ?
Please let me ...