MET Online Tutorial for METv8.0 | MODE-Analysis

MODE-Analysis Functionality

The MODE-Analysis tool may be used to summarize and aggregate results from one or more MODE runs. It is meant as a simple and convenient way to summarize MODE output without needing to write complicated scripts. However, users are welcome to use whatever scripting language or tools they would like to parse, summarize, and plot the MODE output.

The functionality of MODE-Analysis is similar to that of Stat-Analysis. You may run MODE-Analysis by passing in a configuration file containing all of the filtering parameters or pass the filtering parameters directly on the command line. For MODE-Analysis, a single job must be defined on the command line - whereas for Stat-Analysis, multiple jobs may be defined in the configuration file. MODE-Analysis currently supports two types of jobs:

  • The -summary job operates on the columns of data selected by the user. For each column of data selected, it computes summary information.
  • The -bycase job is used to summarize the number and area of matched/unmatched objects for each case found subject to filtering parameters.

MODE-Analysis Usage

View the usage statement for MODE-Analysis by simply typing the following:

mode_analysis

The usage statement is rather long since all of the filtering parameters are listed. Scroll up to the top and note that you must supply at least one directory or file in which to find MODE output (using the -lookin path command line argument) and a job specification (-summary or -bycase).

The list of MODE LINE OPTIONS in the usage statement are organized into the following 7 groups:

  • The toggles selections are used to specify which MODE lines should be used for the analysis job. Users are strongly encouraged to specify these well since not doing so will lead to misleading results.
  • The multiple set string options selections may be used to filter out lines based on string values in the MODE output columns.
  • The multiple set integer options selections may be used to filter out lines based on integer values in the MODE output columns.
  • The integer max/min options selections may be used to filter out lines based on a range of integer values in the MODE output columns.
  • The date/time max/min options selections may be used to filter out lines based on date/time ranges in the MODE output columns.
  • The floating point max/min options selections may be used to filter out lines based on a range of floating point values in the MODE output columns.
  • The miscellaneous options selection may be used to define a polyline and select only lines with objects whose centroid resides inside that masking polyline.