Tagged Questions
1
vote
0answers
41 views
Change ArcGIS License using Script
I am using ArcGIS Desktop 10 and we have three different servers for accessing concurrent use licenses of ArcView, ArcEditor and ArcInfo. So, whenever I need to switch to other product, I have close ...
3
votes
1answer
39 views
Is it possible to batch clip rasters in Quantum GIS?
I have been able to batch clip rasters in one directory using python in ArcGIS. However, I am not sure how to do the same in Quantum using the python console. Is this possible? If there are different ...
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
...
2
votes
1answer
163 views
Directing output to a mirrored file tree. ArcGIS, Python
I am attempting to modify the Batch Project script to:
a) read from a text file of file names located on our server
b) build a mirror of the paths to those files on my local machine
c) output to my ...
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 ...
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 ...
3
votes
1answer
325 views
Batch clip feature class to preserve area field
I have a large land cover map in a geodatabase, that I want to batch clip by defined catchments (about 63 polygons). The output files are named based on a field in the "clipper" (sys.argv[2]) called ...
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 ...
1
vote
2answers
572 views
Getting print statements in Python script to print through a batch file
I'm starting to learn Python and batch files. I have a Python script which selects data by location and exports the selection to a new feature class. The script runs just fine - included in this ...
4
votes
1answer
381 views
Using Python, Batch Project output won't drop in a feature dataset (ArcGIS 9.3 or 10)
When attempting to batch project in ArcGIS (using either arcpy or arcgisscripting), I cannot get my geoprocessing results to drop into the feature dataset that I specify. The results instead are ...
