Re: batch spatial join - python

2015-07-19 Thread Steven D'Aprano
On Sun, 19 Jul 2015 10:11 pm, Lara BK wrote: > I would like to do a spatial join in a batch process in python. You seem to be using arcpy. Unfortunately, that's not a standard part of Python, so I don't know it very well. But looking at the error you get: > Traceback (most recent call last): >

batch spatial join - python

2015-07-19 Thread Lara BK
Hello, I would like to do a spatial join in a batch process in python. # I have this layers: neighbourhood = "D:\\Users\\laraifat\\Desktop\\pythonproject\\layers\\neighbourhood.shp" buildings = "D:\\Users\\laraifat\\Desktop\\pythonproject\\layers\\buildings.shp" openspace = "D:\\Users\\larai