Mirror of Unidata's AWIPS2.
Find a file
2017-04-21 11:14:12 -06:00
build remove last ref to performanceasync log 2017-04-04 08:38:27 -06:00
cave local radar stations duplicate mosaic (all) in afos/awips browsers 2017-04-04 10:25:43 -06:00
cm first commit 2017-03-14 15:05:59 -05:00
deltaScripts first commit 2017-03-14 15:05:59 -05:00
docs edex srvc manager doc formatting for toc 2017-04-14 10:32:32 -06:00
edexOsgi Revert "remove edex binlightning plugins" 2017-04-18 18:39:24 -06:00
javaUtilities first commit 2017-03-14 15:05:59 -05:00
localApps first commit 2017-03-14 15:05:59 -05:00
localization systemwide grid name update 2017-03-23 16:25:05 -06:00
nativeLib first commit 2017-03-14 15:05:59 -05:00
pdf mv docs pdf 2017-04-14 08:21:15 -06:00
pythonPackages add back cycler 2017-04-18 10:35:01 -06:00
RadarServer first commit 2017-03-14 15:05:59 -05:00
rpms localization rpm handling radar_spatial again 2017-04-21 11:14:12 -06:00
testProcedures/testDocuments first commit 2017-03-14 15:05:59 -05:00
tests first commit 2017-03-14 15:05:59 -05:00
.gitignore first commit 2017-03-14 15:05:59 -05:00
FOSS_COTS_License.pdf first commit 2017-03-14 15:05:59 -05:00
installCAVE.sh first commit 2017-03-14 15:05:59 -05:00
installEDEX.sh first commit 2017-03-14 15:05:59 -05:00
mkdocs.yml favicon path for gh-pages 2017-04-14 08:52:35 -06:00
README.md readme updates for new gh-pages urls 2017-04-14 09:04:10 -06:00

Unidata AWIPS

AWIPS (formerly know as AWIPS II or AWIPS2) is a weather forecasting display and analysis package developed by the National Weather Service and Raytheon. AWIPS is a Java application consisting of a data-rendering client (CAVE, which runs on Red Hat/CentOS Linux, macOS, and Windows), and a backend data server (EDEX, which runs on x86_64 Red Hat/CentOS 6 and 7).

AWIPS takes a unified approach to data ingest, and most data types follow a standard path through the system, starting with an LDM client requesting data from Unidata's IDD, which are then decoded and stored as HDF5 and PostgreSQL/PostGIS metadata. Unidata supports two visualization frameworks for rendering AWIPS data:

  • CAVE - the Common AWIPS Visualization Environment
  • python-awips - a Python data access framework for requesting Numpy data arrays and Shapely geometries.

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.

AWIPS Data in the Cloud

Through a grant provided by Jetstream, Unidata is able to run a real-time EDEX data server in cloud, providing free AWIPS data to UCAR member institutions and other geoscience research and education organizations. When prompted in the Connectivity Preferences dialog, enter edex-cloud.unidata.ucar.edu (without adding http:// before, or :9581/services after), or select it from the default dropdown list.

EDEX in the cloud

Documentation

AWIPS Source Code Respositories