Re: Defining features in a list

2012-09-07 Thread Dave Angel
On 09/07/2012 11:21 AM, M Whitman wrote: > Dave- By features I was refering to items in the list. For background the > arcpy module is used for geoprocessing of geographic information. I'm using > my script to get totals for features in a dataset that I receive on a regular > basis- for exampl

Re: Defining features in a list

2012-09-07 Thread Jean-Michel Pichavant
M Whitman wrote: Good Morning, I have been recently trying to define all of the features in a list but have been running into errors. I would like to define the features similar to the following print statement. Any advice would be appreciated. I'm trying to transition my output from a tex

Re: Defining features in a list

2012-09-07 Thread M Whitman
Dave- By features I was refering to items in the list. For background the arcpy module is used for geoprocessing of geographic information. I'm using my script to get totals for features in a dataset that I receive on a regular basis- for example total number of hydrants, total number of hydra

Re: Defining features in a list

2012-09-07 Thread Dave Angel
On 09/07/2012 09:42 AM, M Whitman wrote: > Good Morning, > > I have been recently trying to define all of the features in a list but have > been running into errors. How proficient are you in Python? Could you possibly use terms which make sense to someone who doesn't know this arcGIS program?

Defining features in a list

2012-09-07 Thread M Whitman
Good Morning, I have been recently trying to define all of the features in a list but have been running into errors. I would like to define the features similar to the following print statement. Any advice would be appreciated. I'm trying to transition my output from a text file to excel and