Deployed 90873d4b01 with MkDocs version: 0.17.5

This commit is contained in:
Michael James 2018-09-19 21:27:59 -07:00
parent c162a360bd
commit 1232dedad9
5 changed files with 1001 additions and 348 deletions

View file

@ -916,10 +916,49 @@
<input class="md-toggle md-nav__toggle" data-md-toggle="toc" type="checkbox" id="toc"> <input class="md-toggle md-nav__toggle" data-md-toggle="toc" type="checkbox" id="toc">
<label class="md-nav__link md-nav__link--active" for="toc">
COTS and FOSS
</label>
<a href="./" title="COTS and FOSS" class="md-nav__link md-nav__link--active"> <a href="./" title="COTS and FOSS" class="md-nav__link md-nav__link--active">
COTS and FOSS COTS and FOSS
</a> </a>
<nav class="md-nav md-nav--secondary">
<label class="md-nav__title" for="toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#python-for-awips" title="Python for AWIPS" class="md-nav__link">
Python for AWIPS
</a>
</li>
<li class="md-nav__item">
<a href="#apache-for-awips" title="Apache for AWIPS" class="md-nav__link">
Apache for AWIPS
</a>
</li>
<li class="md-nav__item">
<a href="#other-cots-and-foss" title="Other COTS and FOSS" class="md-nav__link">
Other COTS and FOSS
</a>
</li>
</ul>
</nav>
</li> </li>
@ -959,6 +998,47 @@
</div> </div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<label class="md-nav__title" for="toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#python-for-awips" title="Python for AWIPS" class="md-nav__link">
Python for AWIPS
</a>
</li>
<li class="md-nav__item">
<a href="#apache-for-awips" title="Apache for AWIPS" class="md-nav__link">
Apache for AWIPS
</a>
</li>
<li class="md-nav__item">
<a href="#other-cots-and-foss" title="Other COTS and FOSS" class="md-nav__link">
Other COTS and FOSS
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content"> <div class="md-content">
<article class="md-content__inner md-typeset"> <article class="md-content__inner md-typeset">
@ -969,7 +1049,124 @@
<h1>COTS and FOSS</h1> <h1>COTS and FOSS</h1>
<p>COTS and FOSS used in AWIPS</p> <h2 id="python-for-awips">Python for AWIPS<a class="headerlink" href="#python-for-awips" title="Permanent link"></a></h2>
<table>
<thead>
<tr>
<th>Component</th>
<th align="center">Version</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Python</td>
<td align="center">2.7.13</td>
<td>Dynamic programming language</td>
</tr>
<tr>
<td>python-awips</td>
<td align="center">18.1.1</td>
<td>Python AWIPS Data Access Framework</td>
</tr>
<tr>
<td>Cycler</td>
<td align="center">0.10.0</td>
<td>Python library for composable style cycles</td>
</tr>
<tr>
<td>Cython</td>
<td align="center">0.28.3</td>
<td>Superset of the Python programming language, designed to give C-like performance with code that is mostly written in Python</td>
</tr>
<tr>
<td>dateutil</td>
<td align="center">2.7.3</td>
<td>Python extension to the standard datetime module</td>
</tr>
<tr>
<td>NumPy</td>
<td align="center">1.9.3</td>
<td>Numerical Python Scientific package for Python</td>
</tr>
<tr>
<td>matplotlib</td>
<td align="center">1.5.3</td>
<td>Python 2D Plotting Library</td>
</tr>
<tr>
<td>Jep</td>
<td align="center">3.7.1<br>3.8.2</td>
<td>Java Python interface</td>
</tr>
<tr>
<td>h5py</td>
<td align="center">1.3.0</td>
<td>HDF5 for Python</td>
</tr>
<tr>
<td>PyDev</td>
<td align="center">5.4.0</td>
<td>Python Development Environment</td>
</tr>
<tr>
<td>PyParsing</td>
<td align="center">2.2.0</td>
<td>Python class library for the easy construction of recursive-descent parsers</td>
</tr>
<tr>
<td>Python QPID</td>
<td align="center">1.36.0</td>
<td>Python API for Qpid Messaging</td>
</tr>
<tr>
<td>PyTables</td>
<td align="center">3.4.2</td>
<td>Python package for managing hierarchical datasets</td>
</tr>
<tr>
<td>pytz</td>
<td align="center">2015.4</td>
<td>World Timezone Definitions for Python</td>
</tr>
<tr>
<td>Setuptools</td>
<td align="center">28.6.0</td>
<td>Tools to download, build, install, upgrade, and uninstall Python packages</td>
</tr>
<tr>
<td>ScientificPython</td>
<td align="center">2.8.1</td>
<td>Python library for common tasks in scientific computing</td>
</tr>
<tr>
<td>Shapely</td>
<td align="center">1.6.4</td>
<td>Python package for manipulation and analysis of planar geometric objects.</td>
</tr>
<tr>
<td>Six</td>
<td align="center">1.11.0</td>
<td>Python 2 and 3 Compatibility Library</td>
</tr>
<tr>
<td>stomp.py</td>
<td align="center">4.1.20</td>
<td>Python client library for accessing messaging servers</td>
</tr>
<tr>
<td>werkzeug</td>
<td align="center">0.14.1</td>
<td>Python WSGI utility library</td>
</tr>
<tr>
<td>YAJSW</td>
<td align="center">12.09</td>
<td>Yet Another Java Service Wrapper</td>
</tr>
</tbody>
</table>
<h2 id="apache-for-awips">Apache for AWIPS<a class="headerlink" href="#apache-for-awips" title="Permanent link"></a></h2>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -981,25 +1178,222 @@
<tbody> <tbody>
<tr> <tr>
<td>ActiveMQ</td> <td>ActiveMQ</td>
<td align="center">5.12.0</td> <td align="center">5.14.2</td>
<td>JMS (still used by AlertViz and internally in parts of Camel)</td> <td>JMS</td>
</tr>
<tr>
<td>ActiveMQ&nbsp;Geronimo</td>
<td align="center">1.1.1</td>
<td></td>
</tr> </tr>
<tr> <tr>
<td>Apache Batik</td> <td>Apache Batik</td>
<td align="center">1.8</td> <td align="center">1.9</td>
<td>Batik is a Java-based toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as display, generation or manipulation.</td> <td>Batik is a Java-based toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as display, generation or manipulation.</td>
</tr> </tr>
<tr> <tr>
<td>Apache MINA</td> <td>Apache Camel</td>
<td align="center">2.18.3</td>
<td>Enterprise Service Bus</td>
</tr>
<tr>
<td>Apache Derby</td>
<td align="center">10.12.1</td>
<td></td>
</tr>
<tr>
<td>Apache HTTP</td>
<td align="center">4.3.6</td>
<td>Client and Core</td>
</tr>
<tr>
<td>Apache HTTP Server</td>
<td align="center">2.4.27</td>
<td></td>
</tr>
<tr>
<td>Apr</td>
<td align="center">1.6.2</td>
<td>Apache Portable Runtime Project</td>
</tr>
<tr>
<td>Apr-Util</td>
<td align="center">1.6.0</td>
<td>Apache Portable Runtime Project</td>
</tr>
<tr>
<td>commons-beanutils</td>
<td align="center">1.9.3</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-codec</td>
<td align="center">1.10</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-collections</td>
<td align="center">3.2.2</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-configuration</td>
<td align="center">1.10</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-compress</td>
<td align="center">1.10</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-cli</td>
<td align="center">1.2</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-digester</td>
<td align="center">1.8.1</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-io</td>
<td align="center">2.4</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-cxf</td>
<td align="center">3.1.14</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-lang</td>
<td align="center">2.6</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-lang3</td>
<td align="center">3.4</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-management</td>
<td align="center">1.0</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-net</td>
<td align="center">3.3</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-pool</td>
<td align="center">1.6</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-pool2</td>
<td align="center">2.4.2</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-ssl</td>
<td align="center"></td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-validator</td>
<td align="center">1.2.0</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>Mime4J</td>
<td align="center">0.7</td>
<td>Parser for e-mail message streams in plain rfc822 and MIME format</td>
</tr>
<tr>
<td>MINA</td>
<td align="center">1.1.7</td> <td align="center">1.1.7</td>
<td>Network application framework</td> <td>Network application framework</td>
</tr> </tr>
<tr> <tr>
<td>Apache WSS4J</td> <td>Qpid</td>
<td align="center">1.6.5</td> <td align="center">6.1.4</td>
<td>Open Source AMQP (Advanced Message Queuing Protocol) Messaging</td>
</tr>
<tr>
<td>Shiro</td>
<td align="center">1.3.2</td>
<td>Java security framework</td>
</tr>
<tr>
<td>Thrift</td>
<td align="center">0.10.0</td>
<td>Binary Serialization Framework</td>
</tr>
<tr>
<td>Velocity</td>
<td align="center">1.7</td>
<td>Templating Engine</td>
</tr>
<tr>
<td>WSS4J</td>
<td align="center">2.1.4</td>
<td>Web Services Security</td> <td>Web Services Security</td>
</tr> </tr>
<tr> <tr>
<td>Xalan</td>
<td align="center">2.7.2</td>
<td></td>
</tr>
<tr>
<td>Xerces</td>
<td align="center">2.9.1</td>
<td></td>
</tr>
<tr>
<td>XML Resolver</td>
<td align="center">1.2</td>
<td></td>
</tr>
<tr>
<td>XML Security</td>
<td align="center">2.0.6</td>
<td></td>
</tr>
<tr>
<td>XML&nbsp;Serializer</td>
<td align="center">2.7.1</td>
<td></td>
</tr>
<tr>
<td>XML Beans</td>
<td align="center">2.6.0</td>
<td></td>
</tr>
<tr>
<td>XML Graphics</td>
<td align="center">2.2</td>
<td></td>
</tr>
<tr>
<td>XML Schema</td>
<td align="center">2.1.0</td>
<td></td>
</tr>
</tbody>
</table>
<h2 id="other-cots-and-foss">Other COTS and FOSS<a class="headerlink" href="#other-cots-and-foss" title="Permanent link"></a></h2>
<table>
<thead>
<tr>
<th>Component</th>
<th align="center">Version</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ant</td> <td>Ant</td>
<td align="center">1.9.6</td> <td align="center">1.9.6</td>
<td>Java Build Tool</td> <td>Java Build Tool</td>
@ -1025,8 +1419,13 @@
<td>Font library from Gnome</td> <td>Font library from Gnome</td>
</tr> </tr>
<tr> <tr>
<td>Bouncy Castle</td>
<td align="center">jdk15on-1.54</td>
<td>Java implementation of cryptographic algorithms</td>
</tr>
<tr>
<td>bzip2</td> <td>bzip2</td>
<td align="center">none</td> <td align="center">0.9.1</td>
<td>Stream compression algorithm</td> <td>Stream compression algorithm</td>
</tr> </tr>
<tr> <tr>
@ -1035,94 +1434,14 @@
<td>c3p0 is an easy-to-use library for making traditional JDBC drivers "enterprise-ready" by augmenting them with functionality defined by the jdbc3 spec and the optional extensions to jdbc2.</td> <td>c3p0 is an easy-to-use library for making traditional JDBC drivers "enterprise-ready" by augmenting them with functionality defined by the jdbc3 spec and the optional extensions to jdbc2.</td>
</tr> </tr>
<tr> <tr>
<td>Camel</td>
<td align="center">2.4</td>
<td>Enterprise Service Bus</td>
</tr>
<tr>
<td>cglib</td> <td>cglib</td>
<td align="center">2.2</td> <td align="center">2.1</td>
<td>Byte Code Generation Library is high level API to generate and transform JAVA byte code.</td> <td>Byte Code Generation Library is high level API to generate and transform JAVA byte code.</td>
</tr> </tr>
<tr> <tr>
<td>commons-beanutils</td> <td>distcache</td>
<td align="center">1.8.3</td> <td align="center">1.4.5-21</td>
<td>Apache Common Libraries</td> <td>Distributed session caching</td>
</tr>
<tr>
<td>commons-codec</td>
<td align="center">1.4.1</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-collection</td>
<td align="center">3.2</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-configuration</td>
<td align="center">1.6</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>Commons-cli</td>
<td align="center">1.2</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-digester</td>
<td align="center">1.8.1</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-cxf</td>
<td align="center">2.5</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-httpclient</td>
<td align="center">3.1</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-lang</td>
<td align="center">2.3</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-logging</td>
<td align="center">1.1.1</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-management</td>
<td align="center">1.0</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-pool</td>
<td align="center">1.3</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>commons-validator</td>
<td align="center">1.2</td>
<td>Apache Common Libraries</td>
</tr>
<tr>
<td>cycler</td>
<td align="center">0.10.0</td>
<td>Python library for composable style cycles</td>
</tr>
<tr>
<td>Cython</td>
<td align="center">0.27.2</td>
<td>Superset of the Python programming language, designed to give C-like performance with code that is mostly written in Python</td>
</tr>
<tr>
<td>dateutil</td>
<td align="center">2.6.1</td>
<td>Python extension to the standard datetime module</td>
</tr> </tr>
<tr> <tr>
<td>dom4j</td> <td>dom4j</td>
@ -1130,28 +1449,48 @@
<td>An open source library for working with XML, XPath, and XSLT on the Java platform using the Java Collections Framework</td> <td>An open source library for working with XML, XPath, and XSLT on the Java platform using the Java Collections Framework</td>
</tr> </tr>
<tr> <tr>
<td>OpenDAP 2</td>
<td align="center">1.0.3</td>
<td></td>
</tr>
<tr>
<td>dwr (direct web remoting) Getahead</td> <td>dwr (direct web remoting) Getahead</td>
<td align="center">1.1.3</td> <td align="center">1.1.3</td>
<td>Java open source library</td> <td>Java open source library</td>
</tr> </tr>
<tr> <tr>
<td>Eclipse</td> <td>Eclipse</td>
<td align="center">4.5.1</td> <td align="center">4.6.1</td>
<td>Java IDE</td> <td>Java IDE</td>
</tr> </tr>
<tr> <tr>
<td>Eclipse Jetty</td>
<td align="center">9.2.19</td>
<td>Servlet Engine and Http Server</td>
</tr>
<tr>
<td>ehcache</td> <td>ehcache</td>
<td align="center">1.3.0</td> <td align="center">1.3.0</td>
<td>Caching Support</td> <td>Caching Support</td>
</tr> </tr>
<tr> <tr>
<td>FITS</td>
<td align="center"></td>
<td>Flexible Image Transport System</td>
</tr>
<tr>
<td>GDAL</td>
<td align="center">2.2.4</td>
<td></td>
</tr>
<tr>
<td>GEOS</td> <td>GEOS</td>
<td align="center">3.6.2</td> <td align="center">3.6.2</td>
<td>Geometry Engine, Required for PostGIS</td> <td>Geometry Engine, Required for PostGIS</td>
</tr> </tr>
<tr> <tr>
<td>GeoTools Java API</td> <td>GeoTools Java API</td>
<td align="center">2.6.4</td> <td align="center">16.4</td>
<td>Java API for Manipulation of Geospatial Data</td> <td>Java API for Manipulation of Geospatial Data</td>
</tr> </tr>
<tr> <tr>
@ -1160,9 +1499,19 @@
<td>Grib Java Decoder</td> <td>Grib Java Decoder</td>
</tr> </tr>
<tr> <tr>
<td>h5py</td> <td>Groovy</td>
<td align="center">1.3.0</td> <td align="center">2.4.10</td>
<td>HDF5 for Python</td> <td></td>
</tr>
<tr>
<td>Guava</td>
<td align="center">18.0</td>
<td>Google core libraries for Java</td>
</tr>
<tr>
<td>Hamcrest</td>
<td align="center">1.3</td>
<td>Java Hamcrest Matchers</td>
</tr> </tr>
<tr> <tr>
<td>hdf5</td> <td>hdf5</td>
@ -1176,15 +1525,30 @@
</tr> </tr>
<tr> <tr>
<td>Hibernate</td> <td>Hibernate</td>
<td align="center">3.5.0</td> <td align="center">4.2.15</td>
<td>Data Access Layer</td> <td>Data Access Layer</td>
</tr> </tr>
<tr> <tr>
<td>HIbernate JPA 2.0 API</td>
<td align="center">1.0.1</td>
<td>Hibernate API</td>
</tr>
<tr>
<td>Istack</td>
<td align="center">2.21</td>
<td>Common Utility Code Runtime</td>
</tr>
<tr>
<td>IzPack</td> <td>IzPack</td>
<td align="center">4.2.0</td> <td align="center">4.2.0</td>
<td>Installer creator for EDEX</td> <td>Installer creator for EDEX</td>
</tr> </tr>
<tr> <tr>
<td>Jackson Databind</td>
<td align="center">2.6.5</td>
<td>General data-binding functionality for Jackson</td>
</tr>
<tr>
<td>JAI</td> <td>JAI</td>
<td align="center">1.1.3</td> <td align="center">1.1.3</td>
<td>Java API for Image Manipulation</td> <td>Java API for Image Manipulation</td>
@ -1200,14 +1564,59 @@
<td>JPEG-2000 codec</td> <td>JPEG-2000 codec</td>
</tr> </tr>
<tr> <tr>
<td>Jasypt</td>
<td align="center">1.9.2</td>
<td>Java simplified encryption</td>
</tr>
<tr>
<td>Java</td> <td>Java</td>
<td align="center">1.8u101</td> <td align="center">jdk-8u101</td>
<td>Kit for both 32-bit and 64-bit</td> <td>Kit for both 32-bit and 64-bit</td>
</tr> </tr>
<tr> <tr>
<td>Jep</td> <td>Javax Servlet API</td>
<td align="center">2.3+</td> <td align="center">3.1.0</td>
<td>Java Python interface</td> <td></td>
</tr>
<tr>
<td>Jaxen</td>
<td align="center">1.1.4</td>
<td>Open source X-Path Library</td>
</tr>
<tr>
<td>Javassist</td>
<td align="center">3.18.1</td>
<td>Java Programming Assistant for bytecode manipulation</td>
</tr>
<tr>
<td>JCommander</td>
<td align="center">1.72</td>
<td>Java framework for parsing command line parameters</td>
</tr>
<tr>
<td>Jdom</td>
<td align="center">1.1.3</td>
<td></td>
</tr>
<tr>
<td>Jdom2</td>
<td align="center">2.0.6</td>
<td></td>
</tr>
<tr>
<td>jfreechart</td>
<td align="center">1.0.19</td>
<td></td>
</tr>
<tr>
<td>JNA</td>
<td align="center">4.1.0</td>
<td></td>
</tr>
<tr>
<td>Joda</td>
<td align="center">2.9.9</td>
<td>Java date and time API</td>
</tr> </tr>
<tr> <tr>
<td>jogamp</td> <td>jogamp</td>
@ -1215,13 +1624,23 @@
<td>Provides hardware-supported 3D graphics</td> <td>Provides hardware-supported 3D graphics</td>
</tr> </tr>
<tr> <tr>
<td>JSR-275</td>
<td align="center">1.0 beta</td>
<td>Measures and Units</td>
</tr>
<tr>
<td>JUnit</td>
<td align="center">4.12</td>
<td></td>
</tr>
<tr>
<td>JTS Topology Suite</td> <td>JTS Topology Suite</td>
<td align="center">1.10</td> <td align="center">1.10</td>
<td>Java API for 2D spatial data</td> <td>Java API for 2D spatial data</td>
</tr> </tr>
<tr> <tr>
<td>lapack</td> <td>lapack</td>
<td align="center">3.0.0</td> <td align="center">3.4.2</td>
<td>Linear Algebra Package for python</td> <td>Linear Algebra Package for python</td>
</tr> </tr>
<tr> <tr>
@ -1235,14 +1654,34 @@
<td>Logging Component used by Commons Logging</td> <td>Logging Component used by Commons Logging</td>
</tr> </tr>
<tr> <tr>
<td>Logback</td>
<td align="center">1.2.0</td>
<td></td>
</tr>
<tr>
<td>libgfortran</td> <td>libgfortran</td>
<td align="center">4.1.2</td> <td align="center">4.1.2</td>
<td>Fortran Library</td> <td>Fortran Library</td>
</tr> </tr>
<tr> <tr>
<td>matplotlib</td> <td>Mchange Commons Java</td>
<td align="center">1.5.3</td> <td align="center">0.2.3.4</td>
<td>Python 2D Plotting Library</td> <td></td>
</tr>
<tr>
<td>Mchange c3p0</td>
<td align="center">0.9.2.1</td>
<td>JDBC3 Connection and Statement Pooling</td>
</tr>
<tr>
<td>Mockito</td>
<td align="center">1.9.0</td>
<td>Mocking framework for unit tests written in Java</td>
</tr>
<tr>
<td>mod_wsgi</td>
<td align="center">3.5</td>
<td>Apache HTTP Server module that provides a WSGI compliant interface for hosting Python based web applications.</td>
</tr> </tr>
<tr> <tr>
<td>Mozilla Rhino</td> <td>Mozilla Rhino</td>
@ -1250,6 +1689,11 @@
<td>Implementation of JavaScript embedded in Java</td> <td>Implementation of JavaScript embedded in Java</td>
</tr> </tr>
<tr> <tr>
<td>NCAR NC2 Libraries</td>
<td align="center">4.6.10</td>
<td>ucar.nc2 containing bufr, cdm, grib, httpservices, and udunits</td>
</tr>
<tr>
<td>NCEP Grib2 Libraries</td> <td>NCEP Grib2 Libraries</td>
<td align="center"></td> <td align="center"></td>
<td>Libraries for decoding &amp; encoding data in GRIB2 format</td> <td>Libraries for decoding &amp; encoding data in GRIB2 format</td>
@ -1275,14 +1719,44 @@
<td>Fortran grib1 encoder/decoder and utilities</td> <td>Fortran grib1 encoder/decoder and utilities</td>
</tr> </tr>
<tr> <tr>
<td>NumPy</td> <td>ObjectWeb ASM</td>
<td align="center">1.9.3</td> <td align="center">2.2</td>
<td>Numerical Python Scientific package for Python</td> <td>ASM is an all-purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form</td>
</tr> </tr>
<tr> <tr>
<td>objectweb asm</td> <td>ObjectWeb ASM</td>
<td align="center">2.1</td> <td align="center"></td>
<td>ASM is an all-purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form</td> <td></td>
</tr>
<tr>
<td>OGC Tools GML JTS Converter</td>
<td align="center">1.0.2</td>
<td></td>
</tr>
<tr>
<td>Opengis</td>
<td align="center">1.0.2</td>
<td></td>
</tr>
<tr>
<td>OpenSAML</td>
<td align="center">3.1.1</td>
<td>Portable implementation of the Security Assertion Markup Language (SAML)</td>
</tr>
<tr>
<td>org.w3.xml.ext</td>
<td align="center">1.3.04</td>
<td>Apache-hosted set of DOM, SAX, and JAXP interfaces</td>
</tr>
<tr>
<td>OWASP Enterprise Security API</td>
<td align="center">2.0.1</td>
<td>Open source web application security control library for programmers to write low-risk applications</td>
</tr>
<tr>
<td>PNGJ</td>
<td align="center">2.1.1</td>
<td>Java library for PNG image IO</td>
</tr> </tr>
<tr> <tr>
<td>PostGIS</td> <td>PostGIS</td>
@ -1300,29 +1774,9 @@
<td>Cartographic Projections library</td> <td>Cartographic Projections library</td>
</tr> </tr>
<tr> <tr>
<td>pydev</td> <td>Protocol Buffers</td>
<td align="center">1.5</td> <td align="center">3.3.1</td>
<td>Python Development Environment</td> <td>Core Protocol Buffers library</td>
</tr>
<tr>
<td>PyParsing</td>
<td align="center">2.2.0</td>
<td>Python class library for the easy construction of recursive-descent parsers</td>
</tr>
<tr>
<td>PyTables</td>
<td align="center">3.4.2</td>
<td>Python package for managing hierarchical datasets</td>
</tr>
<tr>
<td>pytz</td>
<td align="center">2015.4</td>
<td>World Timezone Definitions for Python</td>
</tr>
<tr>
<td>Python</td>
<td align="center">2.7.13</td>
<td>Dynamic programming language</td>
</tr> </tr>
<tr> <tr>
<td>Python megawidgets</td> <td>Python megawidgets</td>
@ -1330,44 +1784,24 @@
<td>Toolkit for building high-level compound widgets in Python using the Tkinter module</td> <td>Toolkit for building high-level compound widgets in Python using the Tkinter module</td>
</tr> </tr>
<tr> <tr>
<td>Python Setuptools</td> <td>Quartz</td>
<td align="center">28.6.0</td> <td align="center">1.8.6</td>
<td>Tools to download, build, install, upgrade, and uninstall Python packages</td> <td>Enterprise Job Scheduler</td>
</tr> </tr>
<tr> <tr>
<td>Qpid</td> <td>Reflections</td>
<td align="center">6.1.4</td> <td align="center">0.9.9</td>
<td>Open Source AMQP (Advanced Message Queuing Protocol) Messaging</td> <td>Java runtime metadata analysis</td>
</tr>
<tr>
<td>ScientificPython</td>
<td align="center">2.8.1</td>
<td>Python library for common tasks in scientific computing</td>
</tr>
<tr>
<td>Shapely</td>
<td align="center">1.6.4</td>
<td>Python package for manipulation and analysis of planar geometric objects.</td>
</tr>
<tr>
<td>Six</td>
<td align="center">1.11.0</td>
<td>Python 2 and 3 Compatibility Library</td>
</tr> </tr>
<tr> <tr>
<td>slf4j</td> <td>slf4j</td>
<td align="center">1.6.1</td> <td align="center">1.7.21</td>
<td>The Simple Logging Facade for Java or (SLF4J) serves as a simple facade or abstraction for various logging frameworks</td> <td>The Simple Logging Facade for Java or (SLF4J) serves as a simple facade or abstraction for various logging frameworks</td>
</tr> </tr>
<tr> <tr>
<td>smack</td> <td>smack</td>
<td align="center">2.2.1</td> <td align="center">4.1.9</td>
<td>Smack is an Open Source XMPP (Jabber) client library for instant messaging and presence.</td> <td>Open Source XMPP (Jabber) client library</td>
</tr>
<tr>
<td>stomp.py</td>
<td align="center">revision 18</td>
<td>Python client library for accessing messaging servers</td>
</tr> </tr>
<tr> <tr>
<td>Spring Framework OSGI</td> <td>Spring Framework OSGI</td>
@ -1376,7 +1810,7 @@
</tr> </tr>
<tr> <tr>
<td>Spring Framework</td> <td>Spring Framework</td>
<td align="center">2.5.6</td> <td align="center">4.2.9</td>
<td>Layered Java/J2EE application platform</td> <td>Layered Java/J2EE application platform</td>
</tr> </tr>
<tr> <tr>
@ -1395,9 +1829,9 @@
<td>Object-Graph Navigation Language; an expression language for getting/setting properties of Java objects.</td> <td>Object-Graph Navigation Language; an expression language for getting/setting properties of Java objects.</td>
</tr> </tr>
<tr> <tr>
<td>Thrift</td> <td>SZIP</td>
<td align="center">20080411p1-3</td> <td align="center">2.1</td>
<td>Binary Serialization Framework</td> <td>Compression in HDF Products.</td>
</tr> </tr>
<tr> <tr>
<td>Tomcat Native</td> <td>Tomcat Native</td>
@ -1405,21 +1839,16 @@
<td>Library for native memory control</td> <td>Library for native memory control</td>
</tr> </tr>
<tr> <tr>
<td>UDUNITS</td>
<td align="center">4.6.10</td>
<td>C library provides for arithmetic manipulation of units</td>
</tr>
<tr>
<td>utilconcurrent</td> <td>utilconcurrent</td>
<td align="center">1.3.2</td> <td align="center">1.3.2</td>
<td>Utility classes</td> <td>Utility classes</td>
</tr> </tr>
<tr> <tr>
<td>Velocity</td>
<td align="center">1.5.0</td>
<td>Templating Engine</td>
</tr>
<tr>
<td>werkzeug</td>
<td align="center">0.12.1</td>
<td>Python WSGI utility library</td>
</tr>
<tr>
<td>Wildfire</td> <td>Wildfire</td>
<td align="center">3.1.1</td> <td align="center">3.1.1</td>
<td>Collaboration Server</td> <td>Collaboration Server</td>
@ -1429,6 +1858,11 @@
<td align="center">1.15.1</td> <td align="center">1.15.1</td>
<td>Facility for automatically editing XML files as part of an Ant build</td> <td>Facility for automatically editing XML files as part of an Ant build</td>
</tr> </tr>
<tr>
<td>Vecmath</td>
<td align="center">1.3.1</td>
<td></td>
</tr>
</tbody> </tbody>
</table> </table>

View file

@ -616,12 +616,154 @@
<input class="md-toggle md-nav__toggle" data-md-toggle="toc" type="checkbox" id="toc"> <input class="md-toggle md-nav__toggle" data-md-toggle="toc" type="checkbox" id="toc">
<label class="md-nav__link md-nav__link--active" for="toc">
Gridded Model Display
</label>
<a href="./" title="Gridded Model Display" class="md-nav__link md-nav__link--active"> <a href="./" title="Gridded Model Display" class="md-nav__link md-nav__link--active">
Gridded Model Display Gridded Model Display
</a> </a>
<nav class="md-nav md-nav--secondary">
<label class="md-nav__title" for="toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#mslp-and-precipitation" title="MSLP and Precipitation" class="md-nav__link">
MSLP and Precipitation
</a>
</li>
<li class="md-nav__item">
<a href="#sfc-temperature-and-wind" title="Sfc Temperature and Wind" class="md-nav__link">
Sfc Temperature and Wind
</a>
</li>
<li class="md-nav__item">
<a href="#sfc-dewpoint-temperature" title="Sfc Dewpoint Temperature" class="md-nav__link">
Sfc Dewpoint Temperature
</a>
</li>
<li class="md-nav__item">
<a href="#sfc-relative-humidity" title="Sfc Relative Humidity" class="md-nav__link">
Sfc Relative Humidity
</a>
</li>
<li class="md-nav__item">
<a href="#30mb-mean-dewpoint" title="30mb Mean Dewpoint" class="md-nav__link">
30mb Mean Dewpoint
</a>
</li>
<li class="md-nav__item">
<a href="#precipitable-water" title="Precipitable Water" class="md-nav__link">
Precipitable Water
</a>
</li>
<li class="md-nav__item">
<a href="#simulated-reflectivity-refc" title="Simulated Reflectivity (REFC)" class="md-nav__link">
Simulated Reflectivity (REFC)
</a>
</li>
<li class="md-nav__item">
<a href="#lightning-threat" title="Lightning Threat" class="md-nav__link">
Lightning Threat
</a>
</li>
<li class="md-nav__item">
<a href="#precip-type-moisture-transport" title="Precip Type / Moisture Transport" class="md-nav__link">
Precip Type / Moisture Transport
</a>
</li>
<li class="md-nav__item">
<a href="#vorticity-500mb" title="Vorticity (500mb)" class="md-nav__link">
Vorticity (500mb)
</a>
</li>
<li class="md-nav__item">
<a href="#vertical-velocity-500mb-700mb-850mb" title="Vertical Velocity (500mb, 700mb, 850mb)" class="md-nav__link">
Vertical Velocity (500mb, 700mb, 850mb)
</a>
</li>
<li class="md-nav__item">
<a href="#thickness-vorticity-advection-trenberth" title="Thickness / Vorticity Advection (Trenberth)" class="md-nav__link">
Thickness / Vorticity Advection (Trenberth)
</a>
</li>
<li class="md-nav__item">
<a href="#wind-height-850mb-700mb-500mb-300mb-250mb" title="Wind / Height (850mb, 700mb, 500mb, 300mb, 250mb)" class="md-nav__link">
Wind / Height (850mb, 700mb, 500mb, 300mb, 250mb)
</a>
</li>
<li class="md-nav__item">
<a href="#potential-vorticity-250mb" title="Potential Vorticity (250mb)" class="md-nav__link">
Potential Vorticity (250mb)
</a>
</li>
<li class="md-nav__item">
<a href="#helicity-storm-relative-flow" title="Helicity / Storm-Relative Flow" class="md-nav__link">
Helicity / Storm-Relative Flow
</a>
</li>
<li class="md-nav__item">
<a href="#hail-parameters" title="Hail Parameters" class="md-nav__link">
Hail Parameters
</a>
</li>
<li class="md-nav__item">
<a href="#mcs-parameters" title="MCS Parameters" class="md-nav__link">
MCS Parameters
</a>
</li>
<li class="md-nav__item">
<a href="#isentopic-analysis-270k-320k" title="Isentopic Analysis (270K-320K)" class="md-nav__link">
Isentopic Analysis (270K-320K)
</a>
</li>
</ul>
</nav>
</li> </li>
@ -969,7 +1111,138 @@
<label class="md-nav__title" for="toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#mslp-and-precipitation" title="MSLP and Precipitation" class="md-nav__link">
MSLP and Precipitation
</a>
</li>
<li class="md-nav__item">
<a href="#sfc-temperature-and-wind" title="Sfc Temperature and Wind" class="md-nav__link">
Sfc Temperature and Wind
</a>
</li>
<li class="md-nav__item">
<a href="#sfc-dewpoint-temperature" title="Sfc Dewpoint Temperature" class="md-nav__link">
Sfc Dewpoint Temperature
</a>
</li>
<li class="md-nav__item">
<a href="#sfc-relative-humidity" title="Sfc Relative Humidity" class="md-nav__link">
Sfc Relative Humidity
</a>
</li>
<li class="md-nav__item">
<a href="#30mb-mean-dewpoint" title="30mb Mean Dewpoint" class="md-nav__link">
30mb Mean Dewpoint
</a>
</li>
<li class="md-nav__item">
<a href="#precipitable-water" title="Precipitable Water" class="md-nav__link">
Precipitable Water
</a>
</li>
<li class="md-nav__item">
<a href="#simulated-reflectivity-refc" title="Simulated Reflectivity (REFC)" class="md-nav__link">
Simulated Reflectivity (REFC)
</a>
</li>
<li class="md-nav__item">
<a href="#lightning-threat" title="Lightning Threat" class="md-nav__link">
Lightning Threat
</a>
</li>
<li class="md-nav__item">
<a href="#precip-type-moisture-transport" title="Precip Type / Moisture Transport" class="md-nav__link">
Precip Type / Moisture Transport
</a>
</li>
<li class="md-nav__item">
<a href="#vorticity-500mb" title="Vorticity (500mb)" class="md-nav__link">
Vorticity (500mb)
</a>
</li>
<li class="md-nav__item">
<a href="#vertical-velocity-500mb-700mb-850mb" title="Vertical Velocity (500mb, 700mb, 850mb)" class="md-nav__link">
Vertical Velocity (500mb, 700mb, 850mb)
</a>
</li>
<li class="md-nav__item">
<a href="#thickness-vorticity-advection-trenberth" title="Thickness / Vorticity Advection (Trenberth)" class="md-nav__link">
Thickness / Vorticity Advection (Trenberth)
</a>
</li>
<li class="md-nav__item">
<a href="#wind-height-850mb-700mb-500mb-300mb-250mb" title="Wind / Height (850mb, 700mb, 500mb, 300mb, 250mb)" class="md-nav__link">
Wind / Height (850mb, 700mb, 500mb, 300mb, 250mb)
</a>
</li>
<li class="md-nav__item">
<a href="#potential-vorticity-250mb" title="Potential Vorticity (250mb)" class="md-nav__link">
Potential Vorticity (250mb)
</a>
</li>
<li class="md-nav__item">
<a href="#helicity-storm-relative-flow" title="Helicity / Storm-Relative Flow" class="md-nav__link">
Helicity / Storm-Relative Flow
</a>
</li>
<li class="md-nav__item">
<a href="#hail-parameters" title="Hail Parameters" class="md-nav__link">
Hail Parameters
</a>
</li>
<li class="md-nav__item">
<a href="#mcs-parameters" title="MCS Parameters" class="md-nav__link">
MCS Parameters
</a>
</li>
<li class="md-nav__item">
<a href="#isentopic-analysis-270k-320k" title="Isentopic Analysis (270K-320K)" class="md-nav__link">
Isentopic Analysis (270K-320K)
</a>
</li>
</ul>
</nav> </nav>
</div> </div>
@ -984,38 +1257,40 @@
<a href="https://github.com/Unidata/awips2/edit/unidata_18.1.1/docs/cave/d2d-grids.md" title="Edit this page" class="md-icon md-content__icon">edit</a> <a href="https://github.com/Unidata/awips2/edit/unidata_18.1.1/docs/cave/d2d-grids.md" title="Edit this page" class="md-icon md-content__icon">edit</a>
<h1 id="mslp-and-precipitation">MSLP and Precipitation<a class="headerlink" href="#mslp-and-precipitation" title="Permanent link"></a></h1> <h1>Gridded Model Display</h1>
<h2 id="mslp-and-precipitation">MSLP and Precipitation<a class="headerlink" href="#mslp-and-precipitation" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.43.40-20160402_120000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.43.40-20160402_120000.png" /></p>
<h1 id="sfc-temperature-and-wind">Sfc Temperature and Wind<a class="headerlink" href="#sfc-temperature-and-wind" title="Permanent link"></a></h1> <h2 id="sfc-temperature-and-wind">Sfc Temperature and Wind<a class="headerlink" href="#sfc-temperature-and-wind" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.35.35-20160404_000000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.35.35-20160404_000000.png" /></p>
<h1 id="sfc-dewpoint-temperature">Sfc Dewpoint Temperature<a class="headerlink" href="#sfc-dewpoint-temperature" title="Permanent link"></a></h1> <h2 id="sfc-dewpoint-temperature">Sfc Dewpoint Temperature<a class="headerlink" href="#sfc-dewpoint-temperature" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.35.51-20160404_000000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.35.51-20160404_000000.png" /></p>
<h1 id="sfc-relative-humidity">Sfc Relative Humidity<a class="headerlink" href="#sfc-relative-humidity" title="Permanent link"></a></h1> <h2 id="sfc-relative-humidity">Sfc Relative Humidity<a class="headerlink" href="#sfc-relative-humidity" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.36.06-20160403_150000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.36.06-20160403_150000.png" /></p>
<h1 id="30mb-mean-dewpoint">30mb Mean Dewpoint<a class="headerlink" href="#30mb-mean-dewpoint" title="Permanent link"></a></h1> <h2 id="30mb-mean-dewpoint">30mb Mean Dewpoint<a class="headerlink" href="#30mb-mean-dewpoint" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.36.14-20160404_000000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.36.14-20160404_000000.png" /></p>
<h1 id="precipitable-water">Precipitable Water<a class="headerlink" href="#precipitable-water" title="Permanent link"></a></h1> <h2 id="precipitable-water">Precipitable Water<a class="headerlink" href="#precipitable-water" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.36.20-20160404_000000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.36.20-20160404_000000.png" /></p>
<h1 id="simulated-reflectivity-refc">Simulated Reflectivity (REFC)<a class="headerlink" href="#simulated-reflectivity-refc" title="Permanent link"></a></h1> <h2 id="simulated-reflectivity-refc">Simulated Reflectivity (REFC)<a class="headerlink" href="#simulated-reflectivity-refc" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.36.45-20160331_120000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.36.45-20160331_120000.png" /></p>
<h1 id="lightning-threat">Lightning Threat<a class="headerlink" href="#lightning-threat" title="Permanent link"></a></h1> <h2 id="lightning-threat">Lightning Threat<a class="headerlink" href="#lightning-threat" title="Permanent link"></a></h2>
<h1 id="precip-type-moisture-transport">Precip Type / Moisture Transport<a class="headerlink" href="#precip-type-moisture-transport" title="Permanent link"></a></h1> <h2 id="precip-type-moisture-transport">Precip Type / Moisture Transport<a class="headerlink" href="#precip-type-moisture-transport" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.36.56-20160404_000000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.36.56-20160404_000000.png" /></p>
<h1 id="vorticity-500mb">Vorticity (500mb)<a class="headerlink" href="#vorticity-500mb" title="Permanent link"></a></h1> <h2 id="vorticity-500mb">Vorticity (500mb)<a class="headerlink" href="#vorticity-500mb" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.37.03-20160404_000000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.37.03-20160404_000000.png" /></p>
<h1 id="vertical-velocity-500mb-700mb-850mb">Vertical Velocity (500mb, 700mb, 850mb)<a class="headerlink" href="#vertical-velocity-500mb-700mb-850mb" title="Permanent link"></a></h1> <h2 id="vertical-velocity-500mb-700mb-850mb">Vertical Velocity (500mb, 700mb, 850mb)<a class="headerlink" href="#vertical-velocity-500mb-700mb-850mb" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.37.10-20160404_000000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.37.10-20160404_000000.png" /></p>
<h1 id="thickness-vorticity-advection-trenberth">Thickness / Vorticity Advection (Trenberth)<a class="headerlink" href="#thickness-vorticity-advection-trenberth" title="Permanent link"></a></h1> <h2 id="thickness-vorticity-advection-trenberth">Thickness / Vorticity Advection (Trenberth)<a class="headerlink" href="#thickness-vorticity-advection-trenberth" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.37.27-20160404_000000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.37.27-20160404_000000.png" /></p>
<h1 id="wind-height-850mb-700mb-500mb-300mb-250mb">Wind / Height (850mb, 700mb, 500mb, 300mb, 250mb)<a class="headerlink" href="#wind-height-850mb-700mb-500mb-300mb-250mb" title="Permanent link"></a></h1> <h2 id="wind-height-850mb-700mb-500mb-300mb-250mb">Wind / Height (850mb, 700mb, 500mb, 300mb, 250mb)<a class="headerlink" href="#wind-height-850mb-700mb-500mb-300mb-250mb" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.37.34-20160404_000000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.37.34-20160404_000000.png" /></p>
<h1 id="potential-vorticity-250mb">Potential Vorticity (250mb)<a class="headerlink" href="#potential-vorticity-250mb" title="Permanent link"></a></h1> <h2 id="potential-vorticity-250mb">Potential Vorticity (250mb)<a class="headerlink" href="#potential-vorticity-250mb" title="Permanent link"></a></h2>
<h1 id="helicity-storm-relative-flow">Helicity / Storm-Relative Flow<a class="headerlink" href="#helicity-storm-relative-flow" title="Permanent link"></a></h1> <h2 id="helicity-storm-relative-flow">Helicity / Storm-Relative Flow<a class="headerlink" href="#helicity-storm-relative-flow" title="Permanent link"></a></h2>
<h1 id="hail-parameters">Hail Parameters<a class="headerlink" href="#hail-parameters" title="Permanent link"></a></h1> <h2 id="hail-parameters">Hail Parameters<a class="headerlink" href="#hail-parameters" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.37.56-20160331_150000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.37.56-20160331_150000.png" /></p>
<h1 id="mcs-parameters">MCS Parameters<a class="headerlink" href="#mcs-parameters" title="Permanent link"></a></h1> <h2 id="mcs-parameters">MCS Parameters<a class="headerlink" href="#mcs-parameters" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.38.36-20160331_150000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.38.36-20160331_150000.png" /></p>
<h1 id="isentopic-analysis-270k-320k">Isentopic Analysis (270K-320K)<a class="headerlink" href="#isentopic-analysis-270k-320k" title="Permanent link"></a></h1> <h2 id="isentopic-analysis-270k-320k">Isentopic Analysis (270K-320K)<a class="headerlink" href="#isentopic-analysis-270k-320k" title="Permanent link"></a></h2>
<p><img alt="" src="../../images/screenCapture-2016.04.04.13.41.26-20160404_000000.png" /></p> <p><img alt="" src="../../images/screenCapture-2016.04.04.13.41.26-20160404_000000.png" /></p>
<hr /> <hr />

View file

@ -232,19 +232,6 @@
Download and Install CAVE Download and Install CAVE
</a> </a>
<nav class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#windows-specific-instructions" title="Windows-Specific Instructions" class="md-nav__link">
Windows-Specific Instructions
</a>
</li>
</ul>
</nav>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -1110,19 +1097,6 @@
Download and Install CAVE Download and Install CAVE
</a> </a>
<nav class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#windows-specific-instructions" title="Windows-Specific Instructions" class="md-nav__link">
Windows-Specific Instructions
</a>
</li>
</ul>
</nav>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -1244,86 +1218,14 @@
<p><a href="https://www.unidata.ucar.edu/software/awips2/">Unidata AWIPS</a> is a modified and extended version of AWIPS (originally developed by NWS and Raytheon) for non-operational use in research and education by <a href="http://president.ucar.edu/governance/members/universities-representatives">UCAR member institutions</a>.</p> <p><a href="https://www.unidata.ucar.edu/software/awips2/">Unidata AWIPS</a> is a modified and extended version of AWIPS (originally developed by NWS and Raytheon) for non-operational use in research and education by <a href="http://president.ucar.edu/governance/members/universities-representatives">UCAR member institutions</a>.</p>
<p>AWIPS takes a unified approach to data ingest, and most data types follow a path through the system starting with an <a href="#ldm">LDM</a> client requesting data from the <a href="https://www.unidata.ucar.edu/projects/#idd">Unidata IDD</a>. Various raw data and product files (grib, BUFR, text, gini, McIDAS, NetCDF, more) are decoded and stored as HDF5 and Postgres metadata by <a href="./install/install-edex">EDEX</a>, which then serves these data and products to clients over http. </p> <p>AWIPS takes a unified approach to data ingest, and most data types follow a path through the system starting with an <a href="#ldm">LDM</a> client requesting data from the <a href="https://www.unidata.ucar.edu/projects/#idd">Unidata IDD</a>. Various raw data and product files (grib, BUFR, text, gini, McIDAS, NetCDF, more) are decoded and stored as HDF5 and Postgres metadata by <a href="./install/install-edex">EDEX</a>, which then serves these data and products to clients over http. </p>
<p>Unidata supports two visualization frameworks for rendering data: <a href="./install/install-cave">CAVE</a>, and the Python Data Access Framework (<a href="http://python-awips.readthedocs.io">python-awips</a>).</p> <p>Unidata supports two visualization frameworks for rendering data: <a href="./install/install-cave">CAVE</a>, and the Python Data Access Framework (<a href="http://python-awips.readthedocs.io">python-awips</a>).</p>
<p><img alt="CAVE" src="https://www.unidata.ucar.edu/software/awips2/images/Unidata_AWIPS2_CAVE.png" /></p>
<hr /> <hr />
<h2 id="download-and-install-cave">Download and Install CAVE<a class="headerlink" href="#download-and-install-cave" title="Permanent link"></a></h2> <h2 id="download-and-install-cave"><a href="./install/install-cave">Download and Install CAVE</a><a class="headerlink" href="#download-and-install-cave" title="Permanent link"></a></h2>
<blockquote>
<p><a href="https://www.unidata.ucar.edu/blogs/news/category/AWIPS">Release 18.1.1-1, September 19, 2018</a></p>
</blockquote>
<table>
<thead>
<tr>
<th align="center"></th>
<th align="left"></th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><h1><i class="fa fa-linux"></i> Linux </h1></td>
<td align="left"><h4><a href="https://www.unidata.ucar.edu/software/awips2/install.sh">install.sh --cave <i class="fa fa-download"></i></a> </h4> <p>For CentOS/Red Hat 6 and 7. Installs to /awips2/cave and writes files to ~/caveData.</p> <tt><code>chmod 755 install.sh<br>sudo ./install.sh --cave</code></tt><p>Run CAVE from the Linux Desktop menu Applications &gt; Internet &gt; AWIPS CAVE, or from the command line as simply <code>cave</code>.</p> <p><img src="images/cave_linux_menu.png" style="width:300px;"></p><div class="admonition note"><p class="admonition-title">System Requirements</p><ul><li>x86_64 CentOS/RHEL 6 or 7</li><li>OpenGL 2.0 capable device</li><li>4GB RAM</li><li><a href="http://www.nvidia.com/Download/index.aspx?lang=en-us">Latest NVIDIA driver</a></li><li>approx. 2GB disk space for data caching (~/caveData)</li></ul></div><p>You can reset CAVE at any time by removing the <strong>~/caveData</strong> directory (on macOS <strong>~/Library/caveData</strong>) and reconnecting to an EDEX server. </p></td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th align="center"></th>
<th align="left"></th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><h1><i class="fa fa-apple"></i> macOS </h1></td>
<td align="left"><h4> Download and install both<br><a href="https://www.unidata.ucar.edu/downloads/awips2/awips-cave-18.1.1-1.dmg">awips-cave-18.1.1-1.dmg <i class="fa fa-download"></i></a><br><a href="https://www.unidata.ucar.edu/downloads/awips2/awips-python.pkg">awips-python.pkg <i class="fa fa-download"></i></a></h4> <p><strong>Supported Graphics Devices for macOS</strong><li>Intel HD Graphics</li><li>Intel Iris</li><li>NVIDIA GeForce</li></p><p><strong>Unsupported Graphics Devices for macOS</strong><li>AMD Radeon R9</li><li>AMD Radeon Pro</li><li>AMD FirePro D300</li></p> <p>Writes and syncs files to ~/Library/caveData.</p> <p><strong>awips-python.pkg</strong> 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/)</p></td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th align="center"></th>
<th align="left"></th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><h1><i class="fa fa-windows"></i> Windows </h1></td>
<td align="left"><h4> <a href="https://www.unidata.ucar.edu/downloads/awips2/awips-cave-18.1.1-1.msi">awips-cave-18.1.1-1.msi <i class="fa fa-download"></i></a></h4><p>Writes files to <strong>~/caveData</strong> (in your user home directory)</p> <p>Requires <b>Python 3</b>, <b>Numpy</b>, and <b>Jep</b> be installed</p> <p>Requires <strong>PYTHONHOME</strong> be defined</p></td>
</tr>
</tbody>
</table>
<h3 id="windows-specific-instructions">Windows-Specific Instructions<a class="headerlink" href="#windows-specific-instructions" title="Permanent link"></a></h3>
<div class="admonition note">
<h4>1) Download and install <strong><a href="https://conda.io/miniconda.html">Miniconda Python 3.7 for Windows</a></strong><a class="headerlink" href="#1-download-and-install-miniconda-python-37-for-windows" title="Permanent link"></a></h4><ul><li>Allow Miniconda3 to set <strong>PATH</strong> and other environment variables.</li><li><p>Ensure that <strong>PYTHONHOME</strong> is set to the Miniconda3 location.</p><p><img alt="" src="../../images/windows_envvars.png" /></p><p>If <strong>PYTHONHOME</strong> is not set, the <strong>gridslice</strong> Python module will not be installed or available.</p></li></ul><h4>2) Install dependent Python packages</h4><ul><li><code>pip install numpy==1.15.1 jep==3.8.2</code></li></ul><h4>3) Run <a href="https://www.unidata.ucar.edu/downloads/awips2/awips-cave-18.1.1-1.msi">awips-cave-18.1.1-1.msi <i class="fa fa-download"></i></a><a class="headerlink" href="#3-run-awips-cave-1811-1amd64msi" title="Permanent link"></a></h4>
</div>
<blockquote>
<p><a href="./install/install-cave">Read full CAVE install instructions</a></p>
</blockquote>
<hr /> <hr />
<h2 id="download-and-install-edex">Download and Install EDEX<a class="headerlink" href="#download-and-install-edex" title="Permanent link"></a></h2> <h2 id="download-and-install-edex"><a href="./install/install-edex">Download and Install EDEX</a><a class="headerlink" href="#download-and-install-edex" title="Permanent link"></a></h2>
<blockquote>
<p><a href="https://www.unidata.ucar.edu/blogs/news/category/AWIPS">Release 18.1.1-1, September 19, 2018</a></p>
</blockquote>
<table>
<thead>
<tr>
<th align="center"></th>
<th align="left"></th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><h1><i class="fa fa-linux"></i> Linux </h1></td>
<td align="left"><h4><a href="https://www.unidata.ucar.edu/software/awips2/install.sh">install.sh --edex <i class="fa fa-download"></i></a> </h4> <p>Installs to /awips2/ directories.</p> <tt><code>chmod 755 install.sh<br>sudo ./install.sh --edex</code></tt><p>Start and Stop:</p><p><tt>edex start<br>edex stop</tt></p><div class="admonition note"><p class="admonition-title">System Requirements</p><ul><li>x86_64 CentOS/RHEL 6 or 7</li><li>16+ CPU cores (each CPU core is one more decoder which can run in parallel)</li><li>24GB RAM</li><li>700GB+ disk space</li></td>
</tr>
</tbody>
</table>
<blockquote>
<p><a href="./install/install-edex">Read full EDEX install instructions</a></p>
</blockquote>
<hr /> <hr />
<h2 id="license">License<a class="headerlink" href="#license" title="Permanent link"></a></h2> <h2 id="license">License<a class="headerlink" href="#license" title="Permanent link"></a></h2>
<p>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 <a href="https://github.com/Unidata/awips2/blob/unidata_16.2.2/rpms/legal/Master_Rights_File.pdf">Master Rights</a> licensing file. </p> <p>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 <a href="https://github.com/Unidata/awips2/blob/unidata_18.1.1/rpms/legal/Master_Rights_File.pdf">Master Rights</a> licensing file. </p>
<hr /> <hr />
<h2 id="awips-data-in-the-cloud">AWIPS Data in the Cloud<a class="headerlink" href="#awips-data-in-the-cloud" title="Permanent link"></a></h2> <h2 id="awips-data-in-the-cloud">AWIPS Data in the Cloud<a class="headerlink" href="#awips-data-in-the-cloud" title="Permanent link"></a></h2>
<p>Unidata and XSEDE Jetstream have partnered to offer a EDEX data server in the cloud, open to the Unidata university community. Select the server in the Connectivity Preferences dialog, or enter <strong><code>edex-cloud.unidata.ucar.edu</code></strong> (without <em>http://</em> before, or <em>:9581/services</em> after).</p> <p>Unidata and XSEDE Jetstream have partnered to offer a EDEX data server in the cloud, open to the Unidata university community. Select the server in the Connectivity Preferences dialog, or enter <strong><code>edex-cloud.unidata.ucar.edu</code></strong> (without <em>http://</em> before, or <em>:9581/services</em> after).</p>
@ -1357,7 +1259,6 @@
<ul> <ul>
<li><a href="./install/install-cave">Read More: How to Install CAVE</a></li> <li><a href="./install/install-cave">Read More: How to Install CAVE</a></li>
</ul> </ul>
<p><img alt="CAVE" src="https://www.unidata.ucar.edu/software/awips2/images/Unidata_AWIPS2_CAVE.png" /></p>
<h3 id="ldm">LDM<a class="headerlink" href="#ldm" title="Permanent link"></a></h3> <h3 id="ldm">LDM<a class="headerlink" href="#ldm" title="Permanent link"></a></h3>
<p><a href="https://www.unidata.ucar.edu/software/ldm/">https://www.unidata.ucar.edu/software/ldm/</a></p> <p><a href="https://www.unidata.ucar.edu/software/ldm/">https://www.unidata.ucar.edu/software/ldm/</a></p>
<p>The <strong>LDM</strong> (Local Data Manager), developed and supported by Unidata, is a suite of client and server programs designed for data distribution, and is the fundamental component comprising the Unidata Internet Data Distribution (IDD) system. In AWIPS, the LDM provides data feeds for grids, surface observations, upper-air profiles, satellite and radar imagery and various other meteorological datasets. The LDM writes data directly to file and alerts EDEX via Qpid when a file is available for processing. The LDM is started and stopped with the commands <code>edex start</code> and <code>edex stop</code>, which runs the commands <code>service edex_ldm start</code> and <code>service edex_ldm stop</code></p> <p>The <strong>LDM</strong> (Local Data Manager), developed and supported by Unidata, is a suite of client and server programs designed for data distribution, and is the fundamental component comprising the Unidata Internet Data Distribution (IDD) system. In AWIPS, the LDM provides data feeds for grids, surface observations, upper-air profiles, satellite and radar imagery and various other meteorological datasets. The LDM writes data directly to file and alerts EDEX via Qpid when a file is available for processing. The LDM is started and stopped with the commands <code>edex start</code> and <code>edex stop</code>, which runs the commands <code>service edex_ldm start</code> and <code>service edex_ldm stop</code></p>

View file

@ -240,18 +240,26 @@
Download and Install CAVE Download and Install CAVE
</a> </a>
<nav class="md-nav"> </li>
<ul class="md-nav__list">
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#windows-specific-instructions" title="Windows-Specific Instructions" class="md-nav__link"> <a href="#linux" title="Linux" class="md-nav__link">
Windows-Specific Instructions Linux
</a> </a>
</li> </li>
</ul> <li class="md-nav__item">
</nav> <a href="#macos" title="macOS" class="md-nav__link">
macOS
</a>
</li>
<li class="md-nav__item">
<a href="#windows" title="Windows" class="md-nav__link">
Windows
</a>
</li> </li>
@ -263,8 +271,8 @@
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#troubleshooting" title="Troubleshooting" class="md-nav__link"> <a href="#cavedata-directory" title="caveData Directory" class="md-nav__link">
Troubleshooting caveData Directory
</a> </a>
</li> </li>
@ -1021,18 +1029,26 @@
Download and Install CAVE Download and Install CAVE
</a> </a>
<nav class="md-nav"> </li>
<ul class="md-nav__list">
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#windows-specific-instructions" title="Windows-Specific Instructions" class="md-nav__link"> <a href="#linux" title="Linux" class="md-nav__link">
Windows-Specific Instructions Linux
</a> </a>
</li> </li>
</ul> <li class="md-nav__item">
</nav> <a href="#macos" title="macOS" class="md-nav__link">
macOS
</a>
</li>
<li class="md-nav__item">
<a href="#windows" title="Windows" class="md-nav__link">
Windows
</a>
</li> </li>
@ -1044,8 +1060,8 @@
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#troubleshooting" title="Troubleshooting" class="md-nav__link"> <a href="#cavedata-directory" title="caveData Directory" class="md-nav__link">
Troubleshooting caveData Directory
</a> </a>
</li> </li>
@ -1071,6 +1087,7 @@
<blockquote> <blockquote>
<p><a href="https://www.unidata.ucar.edu/blogs/news/category/AWIPS">Release 18.1.1-1, September 19, 2018</a></p> <p><a href="https://www.unidata.ucar.edu/blogs/news/category/AWIPS">Release 18.1.1-1, September 19, 2018</a></p>
</blockquote> </blockquote>
<h2 id="linux">Linux<a class="headerlink" href="#linux" title="Permanent link"></a></h2>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -1080,11 +1097,12 @@
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td align="center"><h1><i class="fa fa-linux"></i> Linux </h1></td> <td align="center"><h1><i class="fa fa-linux"></i></h1></td>
<td align="left"><h4><a href="https://www.unidata.ucar.edu/software/awips2/install.sh">install.sh --cave <i class="fa fa-download"></i></a> </h4> <p>For CentOS/Red Hat 6 and 7. Installs to /awips2/cave and writes files to ~/caveData.</p> <tt><code>chmod 755 install.sh<br>sudo ./install.sh --cave</code></tt><p>Run CAVE from the Linux Desktop menu Applications &gt; Internet &gt; AWIPS CAVE, or from the command line as simply <code>cave</code>.</p> <div class="admonition note"><p class="admonition-title">System Requirements</p><ul><li>x86_64 CentOS/RHEL 6 or 7</li><li>OpenGL 2.0 capable device</li><li>4GB RAM</li><li><a href="http://www.nvidia.com/Download/index.aspx?lang=en-us">Latest NVIDIA driver</a></li><li>approx. 2GB disk space for data caching (~/caveData)</li></ul></div><p>You can reset CAVE at any time by removing the <strong>~/caveData</strong> directory (on macOS <strong>~/Library/caveData</strong>) and reconnecting to an EDEX server. </p></td> <td align="left"><h4><a href="https://www.unidata.ucar.edu/software/awips2/install.sh">install.sh --cave <i class="fa fa-download"></i></a> </h4> <p>For CentOS/Red Hat 6 and 7. Installs to /awips2/cave and writes files to ~/caveData.</p> <tt><code>chmod 755 install.sh<br>sudo ./install.sh --cave</code></tt><p>Run CAVE from the Linux Desktop menu Applications &gt; Internet &gt; AWIPS CAVE, or from the command line as simply <code>cave</code>.</p> <div class="admonition note"><p class="admonition-title">System Requirements</p><ul><li>x86_64 CentOS/RHEL 6 or 7</li><li>OpenGL 2.0 capable device</li><li>4GB RAM</li><li><a href="http://www.nvidia.com/Download/index.aspx?lang=en-us">Latest NVIDIA driver</a></li><li>approx. 2GB disk space for data caching (~/caveData)</li></ul></div><p>You can reset CAVE at any time by removing the <strong>~/caveData</strong> directory (on macOS <strong>~/Library/caveData</strong>) and reconnecting to an EDEX server. </p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<h2 id="macos">macOS<a class="headerlink" href="#macos" title="Permanent link"></a></h2>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -1094,11 +1112,12 @@
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td align="center"><h1><i class="fa fa-apple"></i> macOS </h1></td> <td align="center"><h1><i class="fa fa-apple"></i></h1></td>
<td align="left"><h4> Download and install both<br><a href="https://www.unidata.ucar.edu/downloads/awips2/awips-cave-18.1.1-1.dmg">awips-cave-18.1.1-1.dmg <i class="fa fa-download"></i></a><br><a href="https://www.unidata.ucar.edu/downloads/awips2/awips-python.pkg">awips-python.pkg <i class="fa fa-download"></i></a></h4> <p><strong>Supported Graphics Devices for macOS</strong><li>Intel HD Graphics</li><li>Intel Iris</li><li>NVIDIA GeForce</li></p><p><strong>Unsupported Graphics Devices for macOS</strong><li>AMD Radeon R9</li><li>AMD Radeon Pro</li><li>AMD FirePro D300</li></p> <p>Writes and syncs files to ~/Library/caveData.</p> <p><strong>awips-python.pkg</strong> 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/)</p></td> <td align="left"><h4> Download and install both<br><a href="https://www.unidata.ucar.edu/downloads/awips2/awips-cave-18.1.1-1.dmg">awips-cave-18.1.1-1.dmg <i class="fa fa-download"></i></a><br><a href="https://www.unidata.ucar.edu/downloads/awips2/awips-python.pkg">awips-python.pkg <i class="fa fa-download"></i></a></h4> <p><strong>Supported Graphics Devices for macOS</strong><li>Intel HD Graphics</li><li>Intel Iris</li><li>NVIDIA GeForce</li></p><p><strong>Unsupported Graphics Devices for macOS</strong><li>AMD Radeon R9</li><li>AMD Radeon Pro</li><li>AMD FirePro D300</li></p> <p>Writes and syncs files to ~/Library/caveData.</p> <p><strong>awips-python.pkg</strong> 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/)</p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<h2 id="windows">Windows<a class="headerlink" href="#windows" title="Permanent link"></a></h2>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -1108,12 +1127,13 @@
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td align="center"><h1><i class="fa fa-windows"></i> Windows </h1></td> <td align="center"><h1><i class="fa fa-windows"></i> </h1></td>
<td align="left"><h4> <a href="https://www.unidata.ucar.edu/downloads/awips2/awips-cave-18.1.1-1.msi">awips-cave-18.1.1-1.msi <i class="fa fa-download"></i></a></h4><p>Writes files to <strong>~/caveData</strong> (in your user home directory)</p> <p>Requires <b>Python 3</b>, <b>Numpy</b>, and <b>Jep</b> be installed</p> <p>Requires <strong>PYTHONHOME</strong> be defined</p></td> <td align="left"><h4> <a href="https://www.unidata.ucar.edu/downloads/awips2/awips-cave-18.1.1-1.msi">awips-cave-18.1.1-1.msi <i class="fa fa-download"></i></a></h4><p>Writes files to <strong>~/caveData</strong> (in your user home directory)</p> <p>Requires <b>Python 3</b>, <b>Numpy</b>, and <b>Jep</b> be installed</p> <p>Requires <strong>PYTHONHOME</strong> be defined</p> <p>In addition to the application directory, the MSI installer will attempt to copy the <em><a href="https://github.com/mjames-upc/gridslice">gridslice</a></em> shared library to <code>$PYTHONHOME/Dlls</code>. If the <code>$PYTHONHOME</code> environmental variable is not defined, <em>gridslice</em> will not be installed. You can always rerun the installer after defining <code>$PYTHOMHOME</code> and then check that the file <code>gridslice.pyd</code> is installed in <code>$PYTHONHOME/Dlls</code>.</p> <p>CAVE will still run without gridslice, but certain bundles which use derived parameters, such as <a href="../../cave/d2d-grids/#isentopic-analysis-270k-320k">isentropic analyses</a>, will not load. </p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<h3 id="windows-specific-instructions">Windows-Specific Instructions<a class="headerlink" href="#windows-specific-instructions" title="Permanent link"></a></h3> <p><b>Windows-Specific Instructions</b></p>
<div class="admonition note"> <div class="admonition note">
<h4>1) Download and install <strong><a href="https://conda.io/miniconda.html">Miniconda Python 3.7 for Windows</a></strong><a class="headerlink" href="#1-download-and-install-miniconda-python-37-for-windows" title="Permanent link"></a></h4><ul><li>Allow Miniconda3 to set <strong>PATH</strong> and other environment variables.</li><li><p>Ensure that <strong>PYTHONHOME</strong> is set to the Miniconda3 location.</p><p><img alt="" src="../../images/windows_envvars.png" /></p><p>If <strong>PYTHONHOME</strong> is not set, the <strong>gridslice</strong> Python module will not be installed or available.</p></li></ul><h4>2) Install dependent Python packages</h4><ul><li><code>pip install numpy==1.15.1 jep==3.8.2</code></li></ul><h4>3) Run <a href="https://www.unidata.ucar.edu/downloads/awips2/awips-cave-18.1.1-1.msi">awips-cave-18.1.1-1.msi <i class="fa fa-download"></i></a><a class="headerlink" href="#3-run-awips-cave-1811-1amd64msi" title="Permanent link"></a></h4> <h4>1) Download and install <strong><a href="https://conda.io/miniconda.html">Miniconda Python 3.7 for Windows</a></strong><a class="headerlink" href="#1-download-and-install-miniconda-python-37-for-windows" title="Permanent link"></a></h4><ul><li>Allow Miniconda3 to set <strong>PATH</strong> and other environment variables.</li><li><p>Ensure that <strong>PYTHONHOME</strong> is set to the Miniconda3 location.</p><p><img alt="" src="../../images/windows_envvars.png" /></p><p>If <strong>PYTHONHOME</strong> is not set, the <strong>gridslice</strong> Python module will not be installed or available.</p></li></ul><h4>2) Install dependent Python packages</h4><ul><li><code>pip install numpy==1.15.1 jep==3.8.2</code></li></ul><h4>3) Run <a href="https://www.unidata.ucar.edu/downloads/awips2/awips-cave-18.1.1-1.msi">awips-cave-18.1.1-1.msi <i class="fa fa-download"></i></a><a class="headerlink" href="#3-run-awips-cave-1811-1amd64msi" title="Permanent link"></a></h4>
</div> </div>
@ -1123,11 +1143,14 @@
<p>Unidata and XSEDE Jetstream have partnered to offer a EDEX data server in the cloud, open to the Unidata university community. Select the server in the Connectivity Preferences dialog, or enter <strong><code>edex-cloud.unidata.ucar.edu</code></strong> (without <em>http://</em> before, or <em>:9581/services</em> after).</p> <p>Unidata and XSEDE Jetstream have partnered to offer a EDEX data server in the cloud, open to the Unidata university community. Select the server in the Connectivity Preferences dialog, or enter <strong><code>edex-cloud.unidata.ucar.edu</code></strong> (without <em>http://</em> before, or <em>:9581/services</em> after).</p>
<p><img alt="EDEX in the cloud" src="../../images/boEbFSf28t.gif" /></p> <p><img alt="EDEX in the cloud" src="../../images/boEbFSf28t.gif" /></p>
<hr /> <hr />
<h2 id="troubleshooting">Troubleshooting<a class="headerlink" href="#troubleshooting" title="Permanent link"></a></h2> <h2 id="cavedata-directory">caveData Directory<a class="headerlink" href="#cavedata-directory" title="Permanent link"></a></h2>
<p><strong>Localization Preferences Error</strong></p> <p>After connecting to an EDEX server, you will have a local directory named <strong>caveData</strong> which contains files synced from EDEX as well as a client-side cache for data and map resources.</p>
<p>You can reset CAVE by removing the <strong>~/caveData</strong> directory (on macOS <strong>~/Library/caveData</strong>) and then run <code>cave</code> again to connect to an EDEX server. Your local files have been removed, but if you are re-connecting to an EDEX server you have used before, the remote files will sync again to your local <strong>~/caveData</strong> (bundles, colormaps, etc.).</p> <p>You can reset CAVE by removing the <strong>caveData</strong> directory and reconnecting to an EDEX server. Your local files have been removed, but if you are re-connecting to an EDEX server you have used before, the remote files will sync again to your local <strong>~/caveData</strong> (bundles, colormaps, etc.).</p>
<p><strong>No Images Displayed</strong></p> <ul>
<p>If you are able to load wire-frame contours but not images, <a href="http://www.nvidia.com/Download/index.aspx?lang=en-us">update your video driver</a>. </p> <li>Linux: <code>/home/&lt;user&gt;/caveData</code></li>
<li>macOS: <code>/Users/&lt;user&gt;/Library/caveData</code></li>
<li>Windows: <code>C:\Users\&lt;user&gt;\caveData</code></li>
</ul>

File diff suppressed because one or more lines are too long