Tagged Questions
3
votes
1answer
215 views
ArcGIS 10.0/10.1 - arcpy - automate projection tool with different datum or projection
I am getting stuck with a task that is slightly different from the posts I found so far on this same website.
Assumption: all layers have a defined coordinate system
Problem: I would like to ...
1
vote
2answers
575 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 ...