Sunday 7 June 2015

arcgis desktop - Applying batch process with ModelBuilder in ArcMap?


I have done a process in a Model Builder in ArcMap 10.5 version and in order to execute it once over a lot of rasters I have used raster iteration.


It works well, but I cannot specify differents parameters to each raster such as do a clip with differents shape.. So I want to know if can we use the batch option in ModelBuilder.


I add a picture with a part of my model, if it is another way to do the iteration you can suggest me ( the labels are in spanish but only is important the iteration -hexagon shape box-).


enter image description here



Answer



You can try to use model tools that you build using the ModelBuilder in the batch grid.


However, I would not guarantee that you will get the results that you expect.


Two Q&As that suggest there may be issues doing that are:




I suspect that you may be better doing this using ArcPy rather than ModelBuilder.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...