Tagged Questions
2
votes
1answer
164 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
275 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 ...