2
votes
1answer
28 views

ArcObjects Tool via Model Builder?

I have created a series of custom tools using Arcobjects (VB.NET) that reside in a toolbar. Each launches a windows form, takes some parameters and then performs its task. Is it possible to hook ...
3
votes
2answers
67 views

Need to get the minimum cell size of collection of rasters

I have the following model in ModelBuilder: Get Raster Properties looks like this . . . I need to find the minimum cell size value to use as output. Any ideas on what tool I should use to replace ...
1
vote
0answers
42 views

Append or merge consecutive line segments (contours) as one single line of the same elevation value

Is there a way using python (ArcPy) or ArcGIS 10.1 tools to collect consecutive line segments having the same elevation value and appending/merging/generating one single line from them? Each resulting ...
0
votes
0answers
26 views

Does a geoprocessing tool exist that can find all DTED tiles that intersect an AOI?

Does a geoprocessing tool exist that can find all DTED tiles that intersect an AOI? I have a area of interest represented by a polygon and DTED tiles (some of which intersect with the AOI). Is there ...
0
votes
0answers
23 views

Export ArcGIS Model to Python - Iterate Rasters, Collect Values, Calculate Values

I want to batch process a large number of raster files, calculate some values and properties and export these to a .csv or .xls. I managed to get a good working model that does this perfectly. ...
2
votes
1answer
33 views

How to combine more iterations of a for loop to bands of a single raster?

My model consists of a for loop, where the original raster is hillshaded from different angles. I want to combine the resulting images to a single multiband image. What I already tried was to put the ...
2
votes
2answers
64 views

Create line from two points, two different feature class

I'm attempting to automate this in ModelBuilder in ArcMap. I have one feature class with one point (Start) and one feature class with multiple points (Destinations). I want to iterate through the ...
0
votes
1answer
45 views

Model not editable on a different PC

I am using ArcGIS 10.1 model builder on windows 8 to create create models for my processes. But when I open the model using Arc GIS 10.1 open model for editing with Arc GIS 10.1 running on Windows 7 ...
4
votes
1answer
154 views

ArcGIS 10.1 Model cannot be transferred between Win7 and Win8 machines

We created a model (created in a file geodatabase) using Model Builder on a trial version of ArcGIS 10.1 (build 3035, License: Advanced). We are trying to ...
0
votes
2answers
57 views

Need help in ArcGIS Desktop: Automate the task

I am using ArcGIS 10.1 desktop on Windows 7 and I want to run few task automatically. Scenario: I have plane table from sql server contains lat,lon information. I have added that table in Arc Map ...
0
votes
0answers
47 views

Model Builder not completely honoring lyr file

I have created a series of map templates for one of our departments that each have an associated model. As part of the model I also created a lyr file for symbology and labeling (the subject parcel ...
2
votes
1answer
173 views

Why can't I use a Join in a model?

I'm trying to build a model using Model Builder in ArcGIS 10.1 that starts off by joining two shapefiles together based on a common field. I would like to make this open ended (not hardcoded) so I can ...
3
votes
2answers
108 views

ModelBuilder routine to remove spatially duplicate features

I'm attempting to build a ModelBuilder routine in ArcGIS 10.1 based off of an existing post on Stack Exchange. The response from 'Get Spatial' gave a great screen shot of a model that would run an ...
0
votes
0answers
106 views

Error 000800 the value used is not a member of <none> in Model Builder

Although I used my model (see it's description in another post) succesfully before, when I try to execute it, even before starting it throws an error message: Inputs don't make difference (except ...
2
votes
0answers
57 views

Relative paths not working in model builder

I checked "Store relative path names" in my model, but ArcGIS seems to ignore the settings - the paths are always the same as on my computer. Plus, the "Store relative path names" unchecks ...
1
vote
1answer
181 views

ModelBuilder: How2 pipe output of Iterate Raster tool into Raster Calculator tool?

Re: ArcGIS v10.1 ModelBuilder Hello, THE PROBLEM: Using ModelBuilder and map algebra, I want to compute a ten year average grid from a stack of 10. The problem is that only 1 grid (%raster%), the ...
2
votes
1answer
83 views

Is it possible to set a tool as optional within ArcGIS Model Builder?

I have a model with two output files - one is useful always and the other only under certain circumstances. The first (always wanted) is a raster dataset, the other (optional) is a vector feature ...
2
votes
1answer
96 views

Mysterious Invalid Syntax in Field Calculation

I'm trying to calculate a field in Model Builder using the Calculate Field tool. I'm using the following code block and expression in the calculation, but am getting an "invalid syntax (, line 1)" ...
5
votes
0answers
143 views

How to create iterative Select by Location, Summary Statistics tool using ModelBuilder?

I do a lot of proximity analysis using "select by location" and would like to cut down on the effort spent each time doing this! I have put together a model using ModelBuilder that: Iterates over ...
3
votes
1answer
168 views

Model builder - Nesting models to extract raster values to points

Hello! Hopefully a quick question. I have a simple model below that iterates through a folder full of rasters, taking each in turn to extract data values based on a single shapefile of Random point ...
9
votes
0answers
96 views

Iterating a model to create 3 buffers around three points and find their intersection (trilateration) in arcgis 10 [duplicate]

This past summer I recorded the location of a large number of plants I was working with by calculating the distance from each plant to each of 3 tripods for which I have GPS coordinates. I'm trying to ...
2
votes
1answer
52 views

Restricting dataset types does not work correctly in a dataset iterator

I need to obtain a list of all the CAD drawings within a specified folder (and subfolders). I initially tried using a Files Iterator in ModelBuilder, but when I specified the extension, it prompted me ...
1
vote
0answers
57 views

Performance of dataset iterator over a network

I have a copy of the same folder on two (separate) network drives. I'm using a dataset iterator in a model to collect all the paths of files containing *_road*. There are a few dozen files in the ...