Re: [Tutor] Basic GIS script for loop question..questions

2014-11-07 Thread Alan Gauld
On 07/11/14 16:48, Russell Marlow wrote: Have a geostats class that has moved into a python section and I have no clue what they are doing. I have been tasked with writing a script for ArcGIS that uses the buffer and intersect tool on a range of values 100 - 500 at 100m steps, and returns 5 new

[Tutor] Basic GIS script for loop question..questions

2014-11-07 Thread Russell Marlow
Have a geostats class that has moved into a python section and I have no clue what they are doing. I have been tasked with writing a script for ArcGIS that uses the buffer and intersect tool on a range of values 100 - 500 at 100m steps, and returns 5 new feature classes. Outside my realm for sure