2
votes
1answer
29 views

Schema Lock Test in Model Builder for ArcGIS 10.0 Desktop

I have made a model (Model Builder) that exports a Polygon Layer from a Parcel Fabric and Exports it as a set of Features Classes into a set of Feature Datasets. However, there are often other people ...
2
votes
1answer
97 views

ArcGIS: applying different formulae based on a raster's VALUE field

(using ArcInfo 10.0 sp3) As part of the creation of a cost-map for a cost-distance analysis, I need to create map A that is based on the following on two formulae, where S stands for slope in degrees: ...
1
vote
0answers
29 views

How to join two fields after calculating ?

I have been working with two layers and I am trying to join them and turn them into a raster data. The first layer is a watershed layer which I have assigned each shed a location from the center point ...
1
vote
0answers
64 views

Calculating the Centroid of polygon in modelbuilder (VBA to Python) [closed]

Got an easy one, that's got me stuck. I'm moving some models that were created in 9.3.1 to work in 10. Part of the model is calculating the X coordinate of a polygon to a specified field. The code ...
3
votes
1answer
45 views

How to make selection tool with 3 variables which depend on each other (ModelBuilder)?

I try to create model to selection feature by attribute with 3 variables which depend on each other but i don't know how. for example: variables: kat_1, kat_2, kat_3 Kat_1{ gastronomy, education, ...
0
votes
1answer
76 views

Join multiple shapes in a workspace based on a common field

I’m completely stucked!!! I’m working with meteorological data (wind) but I have to arrange the data for a program to be able to process it. I have text files, two per day (one with the wind direction ...
1
vote
1answer
57 views

Custom Model should be used with ArcMap or ArcCatalog?

I have one basic question , when you create custom model using model builder in ArcGIS. It should be used with ArcMap or ArcCatalog? Reason I am asking this question is I have created a model and I am ...
0
votes
1answer
48 views

How can I hide custom model from mytoolbox in ArcGIS

I am created model in ArcGIS using model builder and python script. To build main model I have created some submodel and script in the same toolbox. I just want to show main model in the toolbox and ...
3
votes
1answer
138 views

Model Builder: An error has occurred in the script on this page. MdDlgContent.htm

I've been creating a model in Arc 10.0 for a few days now without problems. Then I added the Calculate Field Tool. I selected Make Variable --> From Parameter --> Expression. When I check off "Model ...
0
votes
3answers
115 views

Summarize values per row using field calculator via Model Builder

I think my problem is easy to solve, but so far I couldn't find a solution. I have a Feature Dataset created with the Union tool in Model Builder and now try to sum up all values of one specific field ...
3
votes
1answer
80 views

Collect Values Tool and Union in Model Builder

I would like to feed a list of feature classes (only one polygon per feature class, but up to 150 feature classes) into the Union tool in ModelBuilder by using a Feature Class Iterator and the Collect ...
1
vote
1answer
38 views

Has anyone tried implementing Project Repair for customised ArcGIS Geoprocessing Tools?

I'm currently testing a model with a large number of elements (about 400) which takes five input feature classes and three workspaces. When I test it against my test data locations I can open up the ...
2
votes
1answer
55 views

How can I do edit-and-continue in ModelBuilder?

I'm constructing a model in ModelBuilder, and I ran into an error with one of my tools. I fixed the error and want to continue running my model from that step onward without having to repeat the ...
1
vote
0answers
49 views

Iterated field create to continue after failure

I am not a very good programmer and do not claim to be an expert in arc. I am going to try to explain this problem as clearly as possible and any solutions that you guys may have would be helpful. I ...
2
votes
1answer
83 views

How to decrypt/decompile old toolbox tbx-file in ArcGIS 10

I have inherited an arcgis 10 toolbox tbx file for a web application. Are there any way to open the fil in for example Model Builder to see its interiors?
4
votes
0answers
112 views

nested iterator, 2 iterations in one model, collect values, cell statistics, batch processing dialogue box

(ArcGIS10, SP2, ArcInfo) Dear all, this is my model, and it works perfectly, but .... I do have a large amount of data to process. The interim output files (from raster calculator, collect value) ...
2
votes
1answer
249 views

How can I solve “The Network Analyst solver could not determine a solution”?

I am using ArcGIS 10.0. I have network data for undulated terrain so there are lots of inaccessible parts of the network. When I was using this model, I get "The Network Analyst solver could not ...
5
votes
2answers
186 views

How do I remove unwanted attributes from spatial join using ModelBuilder?

I am new to ArcGIS 10 and am currently building a model. This is a brief rundown of what I am doing at the moment. I have 2 shapefiles: one a polyline and the other is point data. I have joined both ...
5
votes
1answer
365 views

How to create a generic tool with ModelBuilder in ArcGIS?

We are working on the creation of a tool with model Builder in ArcGIS 10.1. We want to build a generic tool that can be launched from any computer. In order to do so, we have set the input files as ...
2
votes
0answers
108 views

ModelBuilder Run Time Errors Using ArcGIS 10.0

I recently susccesfully ran a watershed delineation model using both ArcHydro Tools for Arc GIS 10.0 and Model Builder in ArcGIS 10.0 on Windows 7 system (Dell Inspiron N4110 Intel Core TM i3 CPU @ ...
3
votes
1answer
273 views

Using ArcGIS ModelBuilder with a “While” Iterator

I am struggling to get the ArcGIS ModelBuilder "While" Iterator to work as I would expect it. I have a hunch it's user error, but even reading the help hasn't seemed to get it working for me. I have ...
2
votes
0answers
288 views

What is fastest way to copy feature dataset from ArcSDE to File Geodatabase in ModelBuilder?

What geoprocessing tool is the fastest for copying feature datasets from SDE to fgdb? I want to make a model in ModelBuilder that copies an entire featuredataset from my SDE database to a file ...
4
votes
1answer
155 views

Calculate field based on a set value if optional parameter is not specified

In my model, I have a Calculate Field which will populate the field with a certain integer (in this case, 0). I've added an optional integer model parameter Start ID, where the user can specify the ...
4
votes
1answer
245 views

Python script/Model to populate cross street names at intersections

Has anyone created a Python version/model of this VBA script from ArcScripts which populates the to and from street names at street intersections? A logical workflow is outlined quite nicely in this ...
4
votes
2answers
168 views

How to use Collect Values with Cell Statistics in iterative model in ModelBuilder?

I'm trying to run multiple viewsheds in ArcGIS 10, reclassify these rasters and finally add them together. This is for a wind farm project where we need to repeat multiple viewsheds from various ...
0
votes
1answer
128 views

Remove Illegal Characters in Model Builder [duplicate]

Possible Duplicate: Arcpy remove invalid character I've created a model that iterates through a shape file and pulls out unique values in a field. These unique values are then used to ...
2
votes
1answer
118 views

How to publish model in toolbox as Geoprocessing Service?

I am using ARCGIS 10.0. I have created a model . This models takes three shape files and return the result in the form of shape file. I run this model and found it works fine and a shape file is ...
3
votes
1answer
488 views

how do I relate tables in model builder

I inform you that I am an intermediate user of arcgis for desktop (version 10x), and the process that I do manually is: I relate the table of a feature class (representing parcels, cadastral division ...
2
votes
1answer
108 views

How can models be integrated into Workflow Manager?

I have a ModelBuilder model that determines whether a field in a table contains null or duplicate values. The outputs of the model are two integer parameters, one with the count of nulls and one with ...
1
vote
0answers
174 views

Should Delete Field work in ModelBuilder while there is a Join present that appears unrelated?

I am having an issue with a very simple Model, both in ArcGIS 9.3 and ArcGIS 10.0. The part of the Model that is causing trouble is shown below, along with ModelBuilder's error message (in ArcGIS ...
1
vote
1answer
197 views

Spatial join drops values from fields in ArcCatalog

I'm running ArcEditor 10.0 SP5 with the Spatial Join patch installed. I am aware that spatial joins tend to fail on larger datasets, so I have two polygon feature classes with about 700 features ...
1
vote
1answer
460 views

how to get ALL FIELD NAMES from table? (using arcpy.ListFields)

I have a table: , Script at ModelBuilder's "calculate values": Expression: a("%path%") Code BLOCK: def a(path): fields = arcpy.ListFields(path,"FID_*") for field in fields: return ...
3
votes
1answer
167 views

How to prevent running part of a model when iterator is used?

My process is to run Buffer on two feature layers, intersect the buffers and then Clip intersected buffers with polygon object from Iterate Feature Selection iterator. Here's my model: The model runs ...
3
votes
2answers
338 views

Check if field value for selected features is null

My feature class contains two fields: an identifying field U_ID, and a descriptive text field DESC. This field currently has <Null> for all features. I would like to select all the features with ...
3
votes
1answer
75 views

Show feature classes as a checklist in a workspace in ModelBuilder

In my model, I would like to show all the feature classes inside a file gdb as a "checklist", similar to how the tool dialog window for Make Query Table looks: So instead of the input being a ...
4
votes
1answer
210 views

Nested Iteration with model builder - using nested models

I'm new to using model builder and have to do a nested iteration (for every month I have to iterate through 6 parameters). I am thinking of doing that by using nested models. One model doing the ...
1
vote
0answers
377 views

Looping multiple feature classes in python for ArcGIS 10

I currently have a large list of feature datasets and dbf tables in a geodatabase. I would like to join each shapefile with its matching DBF file using the "Make Query Table" tool and then "Copy ...
3
votes
3answers
582 views

How do I access a multivalue output parameter from a python script in modelbuilder in ArcGIS 10.0?

How do I access a multivalue output parameter from a python script in modelbuilder, in ArcGIS 10.0? That is, I have a python script that loops through several input layers (working through a script ...
4
votes
3answers
123 views

Store “template” mxds inside model

Since the ability to store mxds inside a file gdb is still just an idea, I've been mulling over my options for using a "template" mxd within a model. My model uses 4 different mxds, but currently it ...
1
vote
0answers
153 views

tools from Geospatial Modelling Environment in ArcMap model [closed]

How to extract raster DEM elevations to vector attribute tables in ArcGIS 10? Can GME tools be used in model for publishing a tool on web? I want to use it in integration with other tools in ArcMap. ...
2
votes
0answers
113 views

Iterate Workspaces in Modelbuilder not executing all tools

I have a folder which contains a number of file gdbs. These gdbs all have the same structure i.e. a feature dataset FD_1 and several feature classes within the dataset (the two I am interested in are ...
2
votes
1answer
77 views

How to Improve a Distance Model

I am working on a distance model that creates distance rings around a given point and assigns those rings a probability. The point is in the center of a 25 x 25 km area, and the model fails to assign ...
0
votes
1answer
465 views

Select by Location tool

I am using the Select by Location tool to select certain polygons on my shape-file layer. I start by having a given point as my Selecting Feature and that its relationship is completely_ contains. ...
1
vote
1answer
1k views

Feature Class to Geodatabase (multiple) in ModelBuilder => ERROR 000210: Cannot create output

I used modelbuilder, and the last step is to collect feature classes after iteration results to geodatabase using conversion tools of feature class to geodatabase(multiple). However, I met an error: ...
3
votes
2answers
831 views

Python in ArcGIS: How to use a variable as part of the output path

I´m trying to use a variable as part of the output path of a shutil command. Unfortunately I couldn´t work it out how to do it. Can anybody help? import arcpy import shutil Name = ...
1
vote
0answers
97 views

Set feature class based on IF statement in Modelbuilder

My model selects a feature class within a user specified file geodatabase, based on the output of an IF statement which checks the user specified string value e.g. If the user specifies a file gdb ...
1
vote
1answer
138 views

Appending in Modelbuilder to a derived dataset

I have a simple model with a file gdb model parameter InputGDB, which contains a feature class fc1. Inside the model is a preset output folder and a template (empty) file gdb TemplateGDB, which ...
0
votes
1answer
263 views

use a variable as a fixed input value for buffer in ARCgis 10.0

I need one help. i am using arcgis 10. I actually want to show to create a buffer of a single point. But, the radius of that buffer depends on a simple formula (say Radius = a*b*c) instead of entering ...
6
votes
2answers
1k views

How to calculate XY coordinates in Decimal Degrees from projected dataset in model or script?

Is it possible to calculate points XY coordinates in Decimal Degrees in model or script when a feature class is in projected coordinate system? It's easy when a FC is in geographic coordinate system: ...
1
vote
1answer
300 views

Replace data source of layer in ModelBuilder

After reading through the documentation about MapDocument and Layer classes, I have been trying to use the replaceDataSource method in ModelBuilder to replace the data sources of certain layers within ...

1 2