Mirror of Unidata's AWIPS2.
Find a file
2017-07-13 10:05:55 -06:00
build bump -XX:ReservedCodeCacheSize from 4m to 16m 2017-07-07 14:07:27 -06:00
cave cleanup errant docs in src 2017-07-13 10:05:32 -06:00
deltaScripts initial commit 2017-04-21 18:33:55 -06:00
docs revamp Bundles and Procedures doc for 17.1.1-2 2017-07-12 15:22:40 -06:00
edexOsgi single awips2-gfesuite RPM common for both EDEX and CAVE, from 5c5e3 2017-07-11 08:52:51 -06:00
javaUtilities initial commit 2017-04-21 18:33:55 -06:00
localization localization scale build update; add OAX and TBW 2017-06-20 09:42:28 -06:00
nativeLib more verbose nativeLib rary.ohd.whfs 2017-07-10 13:58:01 -06:00
pythonPackages initial commit 2017-04-21 18:33:55 -06:00
RadarServer initial commit 2017-04-21 18:33:55 -06:00
rpms awips build 17.1.1-2 2017-07-13 10:05:55 -06:00
testProcedures/testDocuments initial commit 2017-04-21 18:33:55 -06:00
tests initial commit 2017-04-21 18:33:55 -06:00
.gitignore initial commit 2017-04-21 18:33:55 -06:00
FOSS_COTS_License.pdf initial commit 2017-04-21 18:33:55 -06:00
installCAVE.sh initial commit 2017-04-21 18:33:55 -06:00
installEDEX.sh fix typo in installEDEX.sh 2017-05-12 11:20:22 -06:00
mkdocs.yml doc updates for 17.1.1 release and python-awips shortdoc 2017-07-07 10:57:19 -06:00
README.md link to ade instructions in README 2017-06-23 12:12:01 -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

Instructions for setting up the AWIPS Development Environment.