From 46f68fd3675481ddcbecf38d961853f6d33e9ef4 Mon Sep 17 00:00:00 2001 From: mjames-upc Date: Tue, 13 Jun 2017 12:00:07 -0700 Subject: [PATCH] Deployed 8b73b0c with MkDocs version: 0.16.3 --- cave/d2d-perspective/index.html | 2 +- index.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cave/d2d-perspective/index.html b/cave/d2d-perspective/index.html index 0c06e79223..0824c04a3a 100644 --- a/cave/d2d-perspective/index.html +++ b/cave/d2d-perspective/index.html @@ -1038,7 +1038,7 @@

D2D (Display 2-Dimensions) is the default AWIPS CAVE perspective, designed to mimmic the look and feel of the legacy AWIPS I system.

image

System menus include CAVE, File, View, Options, Tools, and Help (far right)

-

Data menus include Models, Surface, NCEP/Hydro, Upper Air, Satellite, Radar, MRMS, and Maps.

+

Data menus include Models, Surface, NCEP/Hydro, Upper Air, Satellite, Radar, MRMS, and Maps.

Frame control, map projection, image properties, and a few featured applications (Warngen, Nsharp, Ncdata, and Browser) make up the the primary D2D toolbar.


Resource Stack

diff --git a/index.html b/index.html index cae595a90a..e2cdb8a724 100644 --- a/index.html +++ b/index.html @@ -1015,8 +1015,8 @@

Unidata AWIPS User Manual


Unidata AWIPS is a meteorological display and analysis package originally developed by the National Weather Service and Raytheon, repackaged by Unidata to support non-operational use in research and education by UCAR member institutions.

-

AWIPS takes a unified approach to data ingest, and most data types follow a path through the system starting with an LDM client requesting data from the Unidata IDD. These data files are then decoded and stored as HDF5 and Postgres metadata by EDEX.

-

Unidata supports two visualization frameworks for rendering data: CAVE, and the Python Data Access Framework (python-awips).

+

AWIPS takes a unified approach to data ingest, and most data types follow a path through the system starting with an LDM client requesting data from the Unidata IDD. These data files are then decoded and stored as HDF5 and Postgres metadata by EDEX.

+

Unidata supports two visualization frameworks for rendering data: CAVE, and the Python Data Access Framework (python-awips).


Download CAVE


@@ -1062,7 +1062,7 @@ -

Read full EDEX install instructions...

+

Read full EDEX install instructions...


License

Unidata AWIPS source code and binaries (RPMs) are considered to be in the public domain, meaning there are no restrictions on any download, modification, or distribution in any form (original or modified). Unidata AWIPS contains no proprietery content and is therefore not subject to export controls as stated in the Master Rights licensing file.

@@ -1084,12 +1084,12 @@

EDEX

The main server for AWIPS. Qpid sends alerts to EDEX when data stored by the LDM is ready for processing. These Qpid messages include file header information which allows EDEX to determine the appropriate data decoder to use. The default ingest server (simply named ingest) handles all data ingest other than grib messages, which are processed by a separate ingestGrib server. After decoding, EDEX writes metadata to the database via Postgres and saves the processed data in HDF5 via PyPIES. A third EDEX server, request, feeds requested data to CAVE clients. EDEX ingest and request servers are started and stopped with the commands edex start and edex stop, which runs the system script /etc/rc.d/init.d/edex_camel

CAVE

Common AWIPS Visualization Environment. The data rendering and visualization tool for AWIPS. CAVE contains of a number of different data display configurations called perspectives. Perspectives used in operational forecasting environments include D2D (Display Two-Dimensional), GFE (Graphical Forecast Editor), and NCP (National Centers Perspective). CAVE is started with the command /awips2/cave/cave.sh or cave.sh

CAVE

LDM