# Unidata AWIPS User Manual --- [ldm]: https://www.unidata.ucar.edu/software/ldm/ [idd]: https://www.unidata.ucar.edu/projects/#idd [gempak]: https://www.unidata.ucar.edu/software/gempak/ [awips2]: https://www.unidata.ucar.edu/software/awips2/ [ncep]: http://www.ncep.noaa.gov [apache]: http://httpd.apache.org [postgres]: www.postgresql.org [hdf5]: http://www.hdfgroup.org/HDF5/ [eclipse]: http://www.eclipse.org [camel]: http://camel.apache.org/ [spring]: http://www.springsource.org/ [hibernate]: http://www.hibernate.org/ [qpid]: http://qpid.apache.org [Unidata AWIPS](https://www.unidata.ucar.edu/software/awips2/) is a modified and extended version of AWIPS (originally developed by NWS and Raytheon) for non-operational use in research and education by [UCAR member institutions](http://president.ucar.edu/governance/members/universities-representatives). AWIPS takes a unified approach to data ingest, and most data types follow a path through the system starting with an [LDM](#ldm) client requesting data from the [Unidata IDD](https://www.unidata.ucar.edu/projects/#idd). Various raw data and product files (grib, BUFR, text, gini, McIDAS, NetCDF, more) are decoded and stored as HDF5 and Postgres metadata by [EDEX](install/install-edex), which then serves these data and products to clients over http. Unidata supports two visualization frameworks for rendering data: [CAVE](install/install-cave), and the Python Data Access Framework ([python-awips](http://python-awips.readthedocs.io)). --- ## Download and Install CAVE > [Release 17.1.1-6, June 13, 2018](https://www.unidata.ucar.edu/blogs/news/category/AWIPS) | | | |:----------------------------------------:|:--| |

Linux

|

[install.sh --cave ](https://www.unidata.ucar.edu/software/awips2/install.sh)

For CentOS/Red Hat 6 and 7. Installs to /awips2/cave and writes files to ~/caveData.

chmod 755 install.sh
sudo ./install.sh --cave

Run CAVE from the Linux Desktop menu Applications > Internet > AWIPS CAVE, or from the command line as simply `cave`.

System Requirements

You can reset CAVE at any time by removing the **~/caveData** directory (on macOS **~/Library/caveData**) and reconnecting to an EDEX server.

| | | | |:----------------------------------------:|:--| |

macOS

|

Download and install both
[awips2-cave-17.1.1-6.dmg ](https://www.unidata.ucar.edu/downloads/awips2/awips2-cave-17.1.1-6.dmg)
[awips-python.pkg ](https://www.unidata.ucar.edu/downloads/awips2/awips-python.pkg)

Writes and syncs files to ~/Library/caveData.

**awips-python.pkg** is not a prerequisite, and CAVE will still run and display data without it, but to use any derived parameter functions such as wind barbs/arrows and grid parameters on various vertical coordinates, jep must be installed in some way (it is assumed in /Library/Python/2.7/site-packages/jep/)

| | | | |:----------------------------------------:|:--| |

32-bit Windows

|

[awips-cave.msi ](https://www.unidata.ucar.edu/downloads/awips2/awips-cave.msi)

Windows clients are still based on the CAVE 16.2.2 code base and provided in lieu of no 17.1.1 client.

Writes files to caveData in the user's home directory.

| |

64-bit Windows

|

[awips-cave.amd64.msi ](https://www.unidata.ucar.edu/downloads/awips2/awips-cave.amd64.msi)

Windows clients are still based on the CAVE 16.2.2 code base and provided in lieu of no 17.1.1 client.

Writes files to caveData in the user's home directory.

Beta status

Client-side Python scripts (including Derived Parameters) do not work on Windows

| > [Read full CAVE install instructions](install/install-cave) --- ## Download and Install EDEX > [Release 17.1.1-6, June 13, 2018](https://www.unidata.ucar.edu/blogs/news/category/AWIPS) | | | |:----------------------------------------:|:--| |

Linux

|

[install.sh --edex ](https://www.unidata.ucar.edu/software/awips2/install.sh)

Installs to /awips2/ directories.

chmod 755 install.sh
sudo ./install.sh --edex

Start and Stop:

edex start
edex stop

System Requirements