I want to use python to calculate the area of a number of different fields (using where clauses to filter results) and then output results to my own text file.
The summary statistics tool lets you output a separate table but I don't want an external table: http://help.arcgis.com/en/arcgisdesk...000001z000000/
I just want to return the results within python, eg:
- create selection
- return sum area for a field within that selection
- do something with the returned result
How can I do this without creating separate tables in dbf? It must be really simple to do.
Thank you
The summary statistics tool lets you output a separate table but I don't want an external table: http://help.arcgis.com/en/arcgisdesk...000001z000000/
I just want to return the results within python, eg:
- create selection
- return sum area for a field within that selection
- do something with the returned result
How can I do this without creating separate tables in dbf? It must be really simple to do.
Thank you