Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

Calculate summary statistics in Python - return result NOT a table

$
0
0
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

Viewing all articles
Browse latest Browse all 2485

Trending Articles