Modelbuilder Iteration with Intersect Tool
I am trying to create a model that will select each feature within a feature class, then perform an intersect between that selection and another layer. The model setup seems rather straightforward, but...
View ArticleCopy Features (Data Management) and replace the new features
I am wondering if there is a method to copy and replace features from a source file geodatabase to destination geodatabase that have the same features name. example : if i have a file named ( A.gdb)...
View ArticleArcGIS scratch directories
Assuming I start ArcGIS 8 times on my PC. One for each processor on my PC. Now lets say I run similar but slightly different models in each ArcGIS. Lets say reclass, zonal stats, or math. Now assume...
View ArticleDoes ModelBuilder have Iterate Field Values bug when model run without being...
I think I may have found a ModelBuilder bug. Would it be possible for someone to try and follow my procedure to see if they agree, and if so, to try and suggest a workaround that still uses...
View ArticleThiessen Polygon Total Area Calculations Model Builder/Python Code
I am attempting to create a tool using Model Builder (and Python code) for calculating the average annual precipitation of a study area using the Thiessen Polygon Method. My model runs good other than...
View ArticleJoin only if one line line intersects buffer. Do not if two
I’ve got a road network (line features) and a trip of GPS-Points. I want to join attributes from the road network to every point. So for each point i create a buffer. If the buffer intersects with a...
View ArticleHow to select feature by attribute with expression to use it in ModelBuilder?
I want to create ModelBuilder that contain two process . The first process is select feature using expression then the second process is delete the feature that we selected in first process . I want to...
View ArticleApply Symbology from Layer in ModelBuilder?
I have a model in ModelBuilder that takes a shapefile, runs some tools on it, adds it to a geodatabase, applies symbology from a layer file and converts it to a KMZ. It all works fine except for the...
View ArticleHow to select top 10 records in an attribute table
I am using Modelbuilder in Arcmap 10.2 to try and find a way to select the first 10 records sorted by Category and then by Distance. For example, my table has 100 banks and 100 churches, which is the...
View ArticleHow to combine carbon sequestration rate with tree cover data?
My aim is to create a model that calculates the carbon sequestration for a selected forest type, for a range of time periods (5, 10, 15, 20 yrs) within a user defined study area within mainland...
View Articleissues with incorporating sub model which includes iterating featureclasses...
Does anyone know why my model builder does not work when I tried to incorporate a sub-model into my main model? This is my problem: I created a sub model in which copies featureclasses within a folder...
View ArticleMake user-defined feature set stops first and last in sequence using ArcGIS...
I have about 800 stops, in 26 category groups (A to Z). Each category group represents a ‘run’ or ‘route’. What I want my model to do is allow the user to define (by clicking on the map) a start and...
View ArticleHow can i use ArcET toolbar in GIS & how can i find it? [closed]
I need ArcET toolbar for Regional Evapotranspiration Modeling in Arc map but i could’nt find it . thank you for your help
View ArticleUsing ArcGIS ModelBuilder and GeoCoding
I looked at ArcGIS and python and I’m not quite ready for that rabbit hole as I’m on a schedule. I have a little experience but not at the level to pick it up quickly enough for my time frame. The...
View ArticleWhy ArcMap 10.2 crashes when running model?
I`m running a simple model in ArcMap 10.2, which makes my ArcMap crashing (closing and then an error message pops in saying that ArcMap has encountered a serious error, and there is an option to report...
View ArticleFastest method to join a lot of tables
i have a lot of feature class (see figure 1) the objective is to create one feature class that combines the attribute table (especially one field) of each feature class the attribute table of each...
View ArticleMaking tool in arcmap by using modelbuilder or python
I am trying to making one tool by using python. For that I already make GUI. In that i have 5 inputs. These 5 inputs are feature layers(shape files). Now I make another option field. It is multiple...
View Article“All the inputs are not current” after Precondition = false in Model Builder
I am using an Iterator to Iterate through a list of Strings for Feature Selection/Aggregation/Count. There is the possibility that no Features are aggregated. In this case, I want the iterator to go to...
View ArticleUsing Calculate Field in ModelBuilder
I need to use calculate field to carry a date of a table to another that has a field in common (MATERIALES). I need VALOR=Indice_R. I am trying with def RecarI(tipo1,id,tipo2): tipo1=tipo2 id=tipo1 if...
View ArticlePyscripter and arcpy not working together
I have installed pysripter on my machine and am not able to run any arcpy scripts from it despite being able to import arcpy. Models that work in model builder do not transition to pyscripter here is...
View Article