Store | Contact Us | Careers
 
  • Home
  • Industries
  • Products
  • Training
  • Support
  • Services
  • Events
  • News
  • About
    • About Esri
    • Careers
    • Esri Video
    • Partners

Support

Search Support
You are here: > ArcScripts > Search Results > Script Details Login | Feedback | Help

Field Statistics



contact author | download help | report inappropriate content
Author Dan Patterson
File Name FieldStatistics.zip
Language Python
Last Modified Aug 19 2007
Status of work Public Domain
Software ArcGIS Desktop
File Size 11.08 kb
Downloads 3270

ArcScripts is intended for the free exchange of scripts and tools related to ESRI software products. Please alert the moderator if this script is a demo, trial-version, or an advertisement for a retail product.


Summary
Modified: August 2007
Updated for 9.2, a toolbox for 9.0/9.1 users is also included.

This sample, includes a toolbox, a python script and documentation to provide basic statistics (N, sum, min, max, avg, std, stds, var, vars, skew (pop and unbiased), kurt (pop and unbiased)) and three methods to determine a frequency distribution for the selected field.

The frequency distribution options include:

unique values
standard deviation breaks with an optional 0.25, 0.5 or 1.0 break level selection
user specified classes

If a selection exists within the layer, then those values will be used. If no selection is made, then the entire dataset is read and values calculated.

Complete documentation is provided in tool. You should unzip the zip file into the same folder. You can drag the tool into your own toolbox, just make sure that the path to the tool is specified relative to the toolbox.
Contact Us | Privacy | Legal | Site Map