deploy: fd088238b1
This commit is contained in:
parent
127785f471
commit
3b949069c3
4 changed files with 95 additions and 70 deletions
BIN
images/envVars.png
Normal file
BIN
images/envVars.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
|
@ -282,8 +282,8 @@
|
|||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#method-1-linux-virtual-machine-recommended" title="Method 1: Linux Virtual Machine (Recommended)" class="md-nav__link">
|
||||
Method 1: Linux Virtual Machine (Recommended)
|
||||
<a href="#method-1-linux-virtual-machine" title="Method 1: Linux Virtual Machine" class="md-nav__link">
|
||||
Method 1: Linux Virtual Machine
|
||||
</a>
|
||||
|
||||
<nav class="md-nav">
|
||||
|
@ -921,8 +921,8 @@
|
|||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#method-1-linux-virtual-machine-recommended" title="Method 1: Linux Virtual Machine (Recommended)" class="md-nav__link">
|
||||
Method 1: Linux Virtual Machine (Recommended)
|
||||
<a href="#method-1-linux-virtual-machine" title="Method 1: Linux Virtual Machine" class="md-nav__link">
|
||||
Method 1: Linux Virtual Machine
|
||||
</a>
|
||||
|
||||
<nav class="md-nav">
|
||||
|
@ -1043,12 +1043,13 @@
|
|||
<h2 id="general-requirements">General Requirements<a class="headerlink" href="#general-requirements" title="Permanent link"></a></h2>
|
||||
<p>Regardless of what Operating System CAVE is running on, these general requirements are recommended in order for CAVE to perform optimally:</p>
|
||||
<ul>
|
||||
<li>Java</li>
|
||||
<li>Java 1.8</li>
|
||||
<li>OpenGL 2.0 Compatible Devices</li>
|
||||
<li>At least 4GB RAM</li>
|
||||
<li>At least 2GB Disk Space for Caching</li>
|
||||
<li>NVIDIA Graphics Card</li>
|
||||
<li><a href="http://www.nvidia.com/Download/index.aspx?lang=en-us">Latest NVIDIA Driver</a><blockquote>
|
||||
<p>Note: NVIDIA Quadro graphics card is recommended for full visualization capability</p>
|
||||
<p>Note: While other graphics cards <em>may</em> work, NVIDIA Quadro graphics card is recommended for full visualization capability</p>
|
||||
</blockquote>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -1075,8 +1076,14 @@
|
|||
</ul>
|
||||
<hr />
|
||||
<h2 id="windows">Windows <i class="fa fa-windows"></i><a class="headerlink" href="#windows" title="Permanent link"></a></h2>
|
||||
<p>For Windows, Unidata offers two installation options: a <a href="#method-1-linux-virtual-machine-recommended"><strong>Linux Virtual Machine</strong></a>, or a <a href="#method-2-direct-windows-install"><strong>Direct Windows Installation</strong></a>. Currently, the virtual machine is the recommended form of install. The direct installation can work, but currently we do not have complete instructions on how to get <strong>jep</strong> (which is a python package) running properly with CAVE. Because of this, CAVE will install just fine, but certain data products will not render in the application. The direct install also requires several system modifications and will require administrator priviledges. We are in the process of producing a working set of instructions for the direct install, but as of now just have old instructions, which likely will not have jep working properly.</p>
|
||||
<h3 id="method-1-linux-virtual-machine-recommended">Method 1: Linux Virtual Machine (Recommended)<a class="headerlink" href="#method-1-linux-virtual-machine-recommended" title="Permanent link"></a></h3>
|
||||
<p>For Windows, Unidata offers two installation options: a <a href="#method-1-linux-virtual-machine"><strong>Linux Virtual Machine</strong></a>, or a <a href="#method-2-direct-windows-install"><strong>Direct Windows Installation</strong></a>.</p>
|
||||
<p>Currently, the <a href="#method-1-linux-virtual-machine">virtual machine (VM)</a> is the recommended form of install for those who do not have administrative priviledges on the machine, or beginners who want a simpler installation process. </p>
|
||||
<blockquote>
|
||||
<p>Note: At the moment, the VM option may not render all products in CAVE (ex. RGB composites of satellite imagery)</p>
|
||||
</blockquote>
|
||||
<p>The <a href="#method-2-direct-windows-install">direct installation method</a> is recommended for those who have administrative priviledges and a little bit of experience installing more software.</p>
|
||||
<h3 id="method-1-linux-virtual-machine">Method 1: Linux Virtual Machine<a class="headerlink" href="#method-1-linux-virtual-machine" title="Permanent link"></a></h3>
|
||||
<p>This method is recommended for beginners, or those with less computer knowledge as it is a very simple installation, however at this time, some CAVE functionality may be missing (ex: rendering RGB satellite images).</p>
|
||||
<h4 id="system-requirements_1">System Requirements<a class="headerlink" href="#system-requirements_1" title="Permanent link"></a></h4>
|
||||
<ul>
|
||||
<li><a href="https://www.vmware.com/products/workstation-player/workstation-player-evaluation.html">VMWare Workstation Player</a> must be installed (free software)</li>
|
||||
|
@ -1092,45 +1099,58 @@
|
|||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
<p>To run CAVE either:</p>
|
||||
<p>Once inside the VM, to run CAVE either:</p>
|
||||
<ul>
|
||||
<li>Use the desktop icon </li>
|
||||
<li>Use the terminal and type the command <code>cave</code></li>
|
||||
<li>Find the application in the Linux Desktop menu: Applications > Internet > AWIPS CAVE</li>
|
||||
</ul>
|
||||
<h3 id="method-2-direct-windows-install">Method 2: Direct Windows Install<a class="headerlink" href="#method-2-direct-windows-install" title="Permanent link"></a></h3>
|
||||
<p>This method is recommended for personal use and requires Administrative priviledges. It should enable full CAVE capability, but it is a bit lengthy and might take about 20 minutes or so to complete. </p>
|
||||
<h4 id="system-requirements_2">System Requirements<a class="headerlink" href="#system-requirements_2" title="Permanent link"></a></h4>
|
||||
<ul>
|
||||
<li>Miniconda3</li>
|
||||
<li>Python</li>
|
||||
<li>Numpy</li>
|
||||
<li>Jep</li>
|
||||
<li>PYTHONHOME must be defined</li>
|
||||
<li>JAVA_HOME must be defined</li>
|
||||
<li>Visual C++ Build Tools 2015 Update 3 (Version 14.1)</li>
|
||||
<li>64-bit Miniconda3 (4.8.2)</li>
|
||||
<li>Python3 (comes with Miniconda installation)</li>
|
||||
<li>64-bit Java JDK 1.8 (1.8_181)</li>
|
||||
<li>64-bit Visual C++ Build Tools 2015 Update 3 (14.1)</li>
|
||||
<li>Numpy (1.15.1)</li>
|
||||
<li>Jep (3.8.2)</li>
|
||||
<li>User Variable PATH must have miniconda3 location</li>
|
||||
<li>User Variables PYTHONHOME and PYTHONPATH must be defined</li>
|
||||
<li>System Variable JAVA_HOME must be defined</li>
|
||||
</ul>
|
||||
<div class="admonition warning">
|
||||
<p class="admonition-title"><a href="#download-and-installation-instructions_2">Specific instructions</a> are detailed for installing the above, but they still may not install jep properly</p>
|
||||
</div>
|
||||
<h4 id="download-and-installation-instructions_2">Download and Installation Instructions<a class="headerlink" href="#download-and-installation-instructions_2" title="Permanent link"></a></h4>
|
||||
<ol>
|
||||
<li>Download and install <a href="https://conda.io/miniconda.html">Miniconda Python 3.7 for Windows</a><ul>
|
||||
<li>Download and install 64-bit <a href="https://repo.anaconda.com/miniconda/Miniconda3-py37_4.8.2-Windows-x86_64.exe">Miniconda Python 4.8.2 for Windows</a><ul>
|
||||
<li>Allow Miniconda3 to set <strong>PATH</strong> and other environment variables</li>
|
||||
<li>Ensure that <strong>PYTHONHOME</strong> is set to the Miniconda3 location
|
||||
<img alt="Environment Variables Screenshot" src="../../images/windows_envvars.png" /><blockquote>
|
||||
<li>Register miniconda as the default python</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Download and install the 64-bit <a href="https://www.unidata.ucar.edu/downloads/awips2/jdk-8u181-windows-x64.exe">Java JDK 1.8_181</a> (this is necessary so Jep can install properly).<ul>
|
||||
<li>Select <strong>Development Tools</strong> as the installation options</li>
|
||||
<li>Make note of where it installs on your computer (the default is C:\ProgramFiles\Java)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Set the environment variables:<ul>
|
||||
<li>Access the Environment Variables window by typing "env" in the start bar, hitting enter, and clicking on the "Environment Variables..." button at the bottom of the "System Properties" window</li>
|
||||
<li>User Variables: <strong>PYTHONPATH</strong> and <strong>PYTHONHOME</strong></li>
|
||||
<li>System Variable: <strong>JAVA_HOME</strong>
|
||||
<img alt="Env Vars" src="../../images/envVars.png" /><blockquote>
|
||||
<p>Note: If PYTHONHOME is not set, the <strong>gridslice</strong> Python module will not be installed or available</p>
|
||||
</blockquote>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://my.visualstudio.com/Downloads?q=visual%20studio%202015&wt.mc_id=o~msft~vscom~older-downloads">Download and install Microsoft Visual Studio C++ Build Tools</a><ul>
|
||||
<li><a href="https://my.visualstudio.com/Downloads?q=visual%20studio%202015&wt.mc_id=o~msft~vscom~older-downloads">Download and install 64-bit Microsoft Visual Studio C++ Build Tools</a><ul>
|
||||
<li>To access the page linked above you will need a Microsoft account</li>
|
||||
<li>Once at that webpage, <strong>search for</strong> <strong><em>"build tools c+"</em></strong> in order for the proper download to be returned</li>
|
||||
<li>Download <strong>Visual C++ Build Tools 2015 Update 3</strong></li>
|
||||
<li>Download 64-bit <strong>Visual C++ Build Tools 2015 Update 3</strong></li>
|
||||
<li>When running the installer, choose the <strong>Default</strong> Installation</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Install dependent Python packages<ul>
|
||||
<li><code>pip install numpy==1.15.1 jep=3.8.2</code></li>
|
||||
<li>Open a terminal by typing "cmd" into the start bar and hitting enter</li>
|
||||
<li>Run the following command: <code>pip install numpy==1.15.1 jep=3.8.2</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Download and install: <a href="https://www.unidata.ucar.edu/downloads/awips2/awips-cave.msi"><strong>awips-cave.msi</strong> <i class="fa fa-download"></i></a><ul>
|
||||
|
@ -1141,6 +1161,11 @@
|
|||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
<p>To run CAVE, either:</p>
|
||||
<ul>
|
||||
<li>Type "cave" in the start bar and hit enter</li>
|
||||
<li>Find and run CAVE app in the file browser: C:\Program Files\Unidata\AWIPS CAVE\cave.exe</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<h2 id="macos">macOS <i class="fa fa-apple"></i><a class="headerlink" href="#macos" title="Permanent link"></a></h2>
|
||||
<h3 id="system-requirements_3">System Requirements<a class="headerlink" href="#system-requirements_3" title="Permanent link"></a></h3>
|
||||
|
|
File diff suppressed because one or more lines are too long
70
sitemap.xml
70
sitemap.xml
|
@ -2,177 +2,177 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/install/install-cave/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/install/install-edex/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/install/common-problems/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-perspective/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/maps-views-projections/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/bundles-and-procedures/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/localization-perspective/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/nsharp/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/warngen/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/goes-16-satellite/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-gridded-models/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-tools/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-radar-tools/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-edit-menus/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/cave-localization/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/import-export/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/install/start-edex/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/settings/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/distributed-computing/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/edex-ingest-docker-container/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/ldm/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/data-distribution-files/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/new-grid/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/data-purge/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/edex-users/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/data-plugins/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/case-studies/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/dev/awips-development-environment/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/python/overview/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/appendix-grid-parameters/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/python/maps-database/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/appendix-acronyms/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/appendix-wsr88d/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/cave-keyboard-shortcuts/</loc>
|
||||
<lastmod>2020-12-07</lastmod>
|
||||
<lastmod>2020-12-09</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
Loading…
Add table
Reference in a new issue