Tagged Questions
2
votes
1answer
259 views
How to write XML attributes from feature with ArcView license?
I need to generate xml of attribute data of a feature, but I have only Arcview license so, I can't use Export XML tool. What are my options?
What is wrong with this code (after applying search ...
0
votes
1answer
310 views
Testing if shapefiles intersect from a list using intersect: ArcGIS
I am new to programming and scripting in general, so please bear with me. I have generated a list of the location of all the shapefiles for my workplace. The files are all placed in folders, no ...
4
votes
2answers
1k views
ArcGIS 10 Python script to search directories and subdirectories for intersects and clip them
I'm trying to develop a tool that queries our company's data stores for any data that intersects a feature. So when we acquire a new property we can run this tool and it will find all of the data we ...