Re: [Tutor] Changing spatial reference of shapefiles in folder and exporting to new folder

2015-04-11 Thread Danny Yoo
Hi Michael, Your question appears to be specifically about the ArcGIS library. Unfortunately, I would assume very few of us have expertise on this particular third-party mapping library; we're mostly a forum for teaching basic Python programming. We can help on non-domain-specific Python-learnin

[Tutor] Changing spatial reference of shapefiles in folder and exporting to new folder

2015-04-11 Thread Michael Omohundro
I want to assemble a script to: 1) input a folder with shapefiles with different coordinate systems, 2) allow the user through a toolbox script to choose a desired coordinate system, and then 3) export all the shapefiles with the new coordinate system to a new folder. So the problem is I don't kno