Step 1
Download the python software package from the
Wiki.
Step 2
Run the script, featInstall.csh to install software on an AWIPS CAVE px2 system.
This step will take well a few minutes. There is no config file for the GUI portion.
Step 3
Part A, execute command (below) to run the data mining software.
Either add this command, found in file a2SITEpx2cron, to 'gfecron' or, simply run at the command line to generate data for FEAT. For ongoing use, add command to a scheduled cron process.
Step 4
See the Rule-Definition Guide
to customize rule definition.
See the Getting Started User Guide
GenerateEvents.py (top level script): - This code generates Event Data files usually via cron, outside of CAVE. import AwarenessEvents, FcstEventConfig, FcstEventDataAccess as fda, EditAreasUtilities.py
AwarenessEvents.py - This is the python data constructor that accesses data to write, then read the FEAT data files. Also used with the CAVE GUI code. import some Standard python libraries
FcstEventConfig.py
- This is used to define FEAT event rules. See Rule-Definition Guide
FcstEventDataAccess.py import GFEDataAccess.py
GFEDataAccess.py - Code to access forecast grids import standard python libraries, 'from ufpy.dataaccess import DataAccessLayer as DAL'
EditAreasUtilities.py - Utility to process edit area information.