var fDesc=new Array(); fDesc[0] = "CAVE Annotation Tool (CAT) is a graphic annotation capability designed for AWIPS II. It provides a wide range of annotation capabilities for creating Web graphics and presentation material. It has many of the graphic capabilities of PowerPoint™ and additional capabilities such as the creation of animated graphics (gif) and the export of KMZ (Google Earth) display files.

Unidata AWIPS (formerly AWIPS II) 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."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }