0
votes
1answer
40 views

ArcGIS 10 - Model for batch select polygons by attribute and merge them together

Is there is a way to create a ArcGIS 10 MODEL to: 1. batch select polygons from the same layer by attribute 2. merge these polygons into one 3. repeat this for all polygons shearing the same ...
4
votes
0answers
96 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
306 views

Batch intersect from a text file using Python (ArcGIS)

I am attempting to modify my code below which reads from a text file of shapefiles and executes an intersect and outputs them to a user specified location: import arcpy, sys, os from arcpy import env ...
3
votes
2answers
273 views

Using Batch Project Script to read from a text file as Input

I was wondering how I would modify the code of the Batch Project script shown below, to read from a text file of shapefile names as input. A sample of the textfile is shown under the code: #Import ...
1
vote
2answers
195 views

Batch model stores incorrect model parameter values

I am trying to batch process about ten files using a model I created. There are five model parameters, which I can fill in for the first feature class without a problem. However, when I try to fill in ...
4
votes
4answers
2k views

Batch clip in ArcGIS 10? Python/ArcPy?

I've come across a few similar questions for older versions of ArcGIS, but haven't found a suitable answer for ArcGIS 10. I have two polygon shapefiles that cover a large area (e.g. an entire ...
2
votes
2answers
877 views

Batch Processing 400 MODIS HDF4 Files Using Several Tools In ArcGIS 10

This is my first post, I hope I don't screw it up. We have about 400 MODIS HDF4 files we are looking to batch process in the ArcGIS 10 or Python environment. The tools we are looking to use are ...