Measure of Effectiveness Lat/Lon Stats Output¶
output lat_lon_stats latitude longitude bin_size <angle-value> file <file-name> width <integer> precision <integer> format ... justify ... end_output
Lat/lon stats output will produce a file containing statistics of the measured value for each latitude, or longitude. The statistics are computed by projecting out either the latitude or longitude, binning the resulting points, and computing the minimum, maximum, and mean value of the measure for each bin. A line is written to the file only if the bin is not empty.
Projection Commands¶
- latitude¶
Produce summary statistics as a function of latitude.
- longitude¶
Produce summary statistics as a function of longitude.
- bin_size <angle-value>¶
Specify the size of the bins into which the grid points are projected.
Text Measure Output Commands¶
- file <file-name>¶
Specify the name of the file that will be produced. The directory into which the file will be created is inherited from the coverage object on which the measure of effectiveness is defined.
If no file name is specified, a name will be generated from a combination of the coverage name, the measure name, and an output type-specific suffix.
- width <integer>¶
Set the width of the output fields. Setting this value appropriately will lead to output files that are more easily human readable.
- precision <integer>¶
Set the number of digits of precision to use when writing numerical data to the generated file.
- format <format-specifier>¶
Set the format of numerical data. Valid format specifiers are:
fixed - The number of digits printed past the decimal point is fixed.
scientific - The number is represented in scientific notation, and the number of digits in the number is fixed.