deploy: 2bf83f06c8
This commit is contained in:
parent
3ca689b5c1
commit
1fc441ab3d
9 changed files with 1417 additions and 58 deletions
|
@ -1336,6 +1336,7 @@ The following topics and capabilities are covered throughout the course:</p>
|
|||
<li><a href="https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-awips-20-3">AWIPS 20.3.2-2 AWIPS Software Release</a></li>
|
||||
<li><a href="https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-upcoming-centos7-end">Upcoming CentOS7 End of Life</a></li>
|
||||
<li><a href="https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-unidata-awips-23">AWIPS 23.4.1-0.2 Beta CAVE Software Release</a></li>
|
||||
<li><a href="https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-awips-full-beta">AWIPS 23.4.1-0.3 Full Beta Software Release</a></li>
|
||||
</ul>
|
||||
<h4 id="cave">CAVE<a class="headerlink" href="#cave" title="Permanent link"></a></h4>
|
||||
<ul>
|
||||
|
|
|
@ -1019,8 +1019,14 @@
|
|||
<p><a href="https://www.unidata.ucar.edu/software/awips2">https://www.unidata.ucar.edu/software/awips2</a> </p>
|
||||
<hr />
|
||||
<p>The Advanced Weather Interactive Processing System (AWIPS) is a meteorological software package. It is used for decoding, displaying, and analyzing data, and was originally developed for the National Weather Service (NWS) by Raytheon. There is a division here at UCAR called the NSF Unidata Program Center (UPC) which develops and supports a modified non-operational version of AWIPS for use in research and education by <a href="http://president.ucar.edu/governance/members/universities-representatives">UCAR member institutions</a>. This is released as open source software, free to download and use by anyone.</p>
|
||||
<p>AWIPS takes a unified approach to data ingest, where most data ingested into the system comes through the <a href="#ldm">LDM</a> client pulling data feeds from the <a href="https://www.unidata.ucar.edu/projects/#idd">NSF Unidata IDD</a>. Various raw data and product files (netCDF, grib, BUFR, ASCII text, gini, AREA) are decoded and stored as HDF5 files and Postgres metadata by <a href="install/install-edex">EDEX</a>, which serves products and data over http.</p>
|
||||
<p>AWIPS takes a unified approach to data ingest, where most data ingested into the system comes through the <a href="#ldm">LDM</a> client pulling data feeds from the <a href="https://www.unidata.ucar.edu/projects/#idd">NSF Unidata IDD</a>*. Various raw data and product files (netCDF, grib, BUFR, ASCII text, gini, AREA) are decoded and stored as HDF5 files and Postgres metadata by <a href="install/install-edex">EDEX</a>, which serves products and data over http.</p>
|
||||
<blockquote>
|
||||
<p><strong>*Note</strong>: Access to Unidata's IDD data feed is accessible by the University community but is not available to the public freely.</p>
|
||||
</blockquote>
|
||||
<p>We support two data visualization frameworks: <a href="install/install-cave">CAVE</a> (an Eclipse-built Java application which runs on Linux, Mac, and Windows), and <a href="python/overview">python-awips</a> (a python package).</p>
|
||||
<blockquote>
|
||||
<p><strong>Note</strong>: Our version of CAVE is a <strong>non-operational</strong> version. It does not support some features of NWS AWIPS. Warnings and alerts cannot be issued from our builds of CAVE. Additional functionality may not be available as well.</p>
|
||||
</blockquote>
|
||||
<p><img alt="CAVE" src="images/Unidata_AWIPS2_CAVE.png" /></p>
|
||||
<hr />
|
||||
<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>
|
||||
|
|
|
@ -981,9 +981,9 @@
|
|||
<hr />
|
||||
<h2 id="latest-cave-versions">Latest CAVE Versions<a class="headerlink" href="#latest-cave-versions" title="Permanent link"></a></h2>
|
||||
<ul>
|
||||
<li><a href="#linux"><strong>Linux: 23.4.1-0.2</strong></a></li>
|
||||
<li><a href="#windows"><strong>Windows: 23.4.1-0.2</strong></a></li>
|
||||
<li><a href="#macos"><strong>Mac: 23.4.1-0.2</strong></a></li>
|
||||
<li><a href="#linux"><strong>Linux: 23.4.1-0.3</strong></a></li>
|
||||
<li><a href="#windows"><strong>Windows: 23.4.1-0.3</strong></a></li>
|
||||
<li><a href="#macos"><strong>Mac: 23.4.1-0.3</strong></a></li>
|
||||
</ul>
|
||||
<p><a href="https://www.unidata.ucar.edu/blogs/news/tags/awips-release"><strong>View release notes</strong></a></p>
|
||||
<div class="admonition note">
|
||||
|
@ -1017,7 +1017,7 @@
|
|||
</ul>
|
||||
<hr />
|
||||
<h2 id="linux">Linux <i class="fa fa-linux"></i><a class="headerlink" href="#linux" title="Permanent link"></a></h2>
|
||||
<p><strong>Latest Version: 23.4.1-0.2</strong></p>
|
||||
<p><strong>Latest Version: 23.4.1-0.3</strong></p>
|
||||
<h3 id="system-requirements">System Requirements<a class="headerlink" href="#system-requirements" title="Permanent link"></a></h3>
|
||||
<ul>
|
||||
<li>64 bit Rocky/Red Hat 8</li>
|
||||
|
@ -1038,11 +1038,12 @@
|
|||
<ul>
|
||||
<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>
|
||||
<li>Double click on the Desktop icon labeled "AWIPS CAVE"</li>
|
||||
</ul>
|
||||
<p>Additionally users can choose to run a <a href="#linux-virtual-machine">virtual machine (VM)</a> on Linux.</p>
|
||||
<hr />
|
||||
<h2 id="windows">Windows <i class="fa fa-windows"></i><a class="headerlink" href="#windows" title="Permanent link"></a></h2>
|
||||
<p><strong>Latest Version: 23.4.1-0.2</strong></p>
|
||||
<p><strong>Latest Version: 23.4.1-0.3</strong></p>
|
||||
<p>For Windows, we offer two installation options: a <a href="#method-1-direct-windows-install"><strong>Direct Windows Installation</strong></a>, or a <a href="#method-2-linux-virtual-machine"><strong>Linux Virtual Machine</strong></a>.</p>
|
||||
<div class="admonition warning">
|
||||
<p class="admonition-title">The virtual machine option won't render RGB composites of satellite imagery.</p>
|
||||
|
@ -1062,7 +1063,7 @@
|
|||
</ol>
|
||||
<h4 id="download-and-installation-instructions_1">Download and Installation Instructions<a class="headerlink" href="#download-and-installation-instructions_1" title="Permanent link"></a></h4>
|
||||
<ol>
|
||||
<li>Download and install: <a href="https://downloads.unidata.ucar.edu/awips2/23.4.1/windows/awips-cave-23.4.1-0.2.msi"><strong>awips-cave.msi</strong> <i class="fa fa-download"></i></a></li>
|
||||
<li>Download and install: <a href="https://downloads.unidata.ucar.edu/awips2/23.4.1/windows/awips-cave-23.4.1-0.3.msi"><strong>awips-cave.msi</strong> <i class="fa fa-download"></i></a></li>
|
||||
</ol>
|
||||
<h4 id="run-cave_1">Run CAVE<a class="headerlink" href="#run-cave_1" title="Permanent link"></a></h4>
|
||||
<p>To run CAVE, either:</p>
|
||||
|
@ -1105,9 +1106,9 @@
|
|||
</ul>
|
||||
<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 the zipped file containing the virtual machine: <a href="https://downloads.unidata.ucar.edu/awips2/23.4.1/windows/Rocky8-NSFUnidata-CAVE-23.4.1-0.2.zip"><strong>Rocky8-NSFUnidata-CAVE-23.4.1-0.2</strong> <i class="fa fa-download"></i></a></li>
|
||||
<li>Download the zipped file containing the virtual machine: <a href="https://downloads.unidata.ucar.edu/awips2/23.4.1/windows/Rocky8-NSFUnidata-CAVE-23.4.1-0.3.zip"><strong>Rocky8-NSFUnidata-CAVE-23.4.1-0.3</strong> <i class="fa fa-download"></i></a></li>
|
||||
<li>Unzip the folder.</li>
|
||||
<li>Open VMWare Player and go to <strong>Player</strong> > <strong>File...</strong> > <strong>Open</strong> and locate the folder that was created from the downloaded zipped file. Select the file called <strong>Rocky8-NSFUnidata-CAVE-23.4.1-0.2.vmx"</strong>.</li>
|
||||
<li>Open VMWare Player and go to <strong>Player</strong> > <strong>File...</strong> > <strong>Open</strong> and locate the folder that was created from the downloaded zipped file. Select the file called <strong>Rocky8-NSFUnidata-CAVE-23.4.1-0.3.vmx"</strong>.</li>
|
||||
<li>Run this new VM option. If it asks if it's been moved or copied, select <strong>"I Copied It"</strong>.<ul>
|
||||
<li>There will be a user in the Linux machine named "awips" and the password is "awips" with sudo access</li>
|
||||
</ul>
|
||||
|
@ -1122,7 +1123,7 @@
|
|||
</ul>
|
||||
<hr />
|
||||
<h2 id="macos">macOS <i class="fa fa-apple"></i><a class="headerlink" href="#macos" title="Permanent link"></a></h2>
|
||||
<p><strong>Latest Version: 23.4.1-0.2</strong></p>
|
||||
<p><strong>Latest Version: 23.4.1-0.3</strong></p>
|
||||
<h3 id="system-requirements_2">System Requirements<a class="headerlink" href="#system-requirements_2" title="Permanent link"></a></h3>
|
||||
<ul>
|
||||
<li>Nvidia Graphics Card (Some Intel Graphics cards seem to work as well)</li>
|
||||
|
@ -1137,7 +1138,7 @@
|
|||
</ol>
|
||||
<h3 id="download-and-installation-instructions_3">Download and Installation Instructions<a class="headerlink" href="#download-and-installation-instructions_3" title="Permanent link"></a></h3>
|
||||
<ol>
|
||||
<li>Download and install CAVE: <a href="https://downloads.unidata.ucar.edu/awips2/23.4.1/mac/awips-cave-23.4.1-0.2.dmg">awips-cave.dmg</a>
|
||||
<li>Download and install CAVE: <a href="https://downloads.unidata.ucar.edu/awips2/23.4.1/mac/awips-cave-23.4.1-0.3.dmg">awips-cave.dmg</a>
|
||||
<img alt="Cave System Install" src="../../images/mac-install.png" /><ul>
|
||||
<li>You can click and drag the CAVE icon into the Applications Directory to install at the System Application level -- this may require Administrator Privileges</li>
|
||||
<li>You can drag that icon to any other location (Desktop, local user's Applications directory, etc) to install CAVE at that location -- this will not require Administrator Privileges</li>
|
||||
|
@ -1167,7 +1168,7 @@
|
|||
</ul>
|
||||
<hr />
|
||||
<h2 id="uninstalling-cave-linux">Uninstalling CAVE (Linux)<a class="headerlink" href="#uninstalling-cave-linux" title="Permanent link"></a></h2>
|
||||
<p>These are instructions to manually uninstall CAVE. However, the <a href="#download-and-installation-instructions"><code>awips_install-v23.sh</code></a> script will do these steps for you if you are installing a newer version of CAVE.</p>
|
||||
<p>These are instructions to manually uninstall CAVE manually. However, the <a href="#download-and-installation-instructions"><code>awips_install-v23.sh</code></a> script will do these steps for you if you are installing a newer version of CAVE.</p>
|
||||
<p><strong>1. Make sure you have exited out of any CAVE sessions</strong></p>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Check to make sure your <code>/etc/yum.repos.d/awips2.repo</code> file has <code>enabled=1</code>.</p>
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
<li><a href="#linux"><strong>Linux: 20.3.2-2</strong></a></li>
|
||||
<li><a href="#windows"><strong>Windows: 20.3.2-2</strong></a></li>
|
||||
<li><a href="#macos"><strong>Mac: 20.3.2-2</strong></a></li>
|
||||
<li><a href="../install-cave-beta-v23/"><strong>BETA Version 23.4.1-0.2</strong></a> (Compatible with RHEL/Rocky8)</li>
|
||||
<li><a href="../install-cave-beta-v23/"><strong>BETA Version 23.4.1-0.3</strong></a> (Compatible with RHEL/Rocky8)</li>
|
||||
</ul>
|
||||
<p><a href="https://www.unidata.ucar.edu/blogs/news/tags/awips-release"><strong>View release notes</strong></a></p>
|
||||
<div class="admonition note">
|
||||
|
@ -1301,7 +1301,7 @@
|
|||
</div>
|
||||
<hr />
|
||||
<h2 id="functionalityreporting">Functionality/Reporting<a class="headerlink" href="#functionalityreporting" title="Permanent link"></a></h2>
|
||||
<p>If you come across issues/bugs/missing functionality, we also encourage you to <a href="https://docs.google.com/forms/d/e/1FAIpQLSf6jyZtbh49g-GCBoAQYzTVwAIf_aKz0QOeAr7gDVFhPrjAmw/viewform?usp=sf_link" target="_blank">report it using this short form</a>.</p>
|
||||
<p>If you come across issues/bugs/missing functionality, we also encourage you to <a href="https://docs.google.com/forms/d/e/1FAIpQLSehkNYMNb5G-_kfAEWN1sEPfcePawmN4kUp4IyIoWqRXtoZCw/viewform?usp=sf_link" target="_blank">report it using this short form</a>.</p>
|
||||
<hr />
|
||||
<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>
|
||||
|
|
1343
install/install-edex-beta-v23/index.html
Normal file
1343
install/install-edex-beta-v23/index.html
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1179,10 +1179,13 @@
|
|||
<p>EDEX is the <strong>E</strong>nvironmental <strong>D</strong>ata <strong>Ex</strong>change system that represents the backend server for AWIPS. EDEX is only supported for Linux systems: CentOS and RHEL, and ideally, it should be on its own dedicated machine. It requires administrator priviledges to make root-level changes. EDEX can run on a single machine or be spread across multiple machines. To learn more about that please look at <a href="../../edex/distributed-computing/">Distributed EDEX, Installing Across Multiple Machines</a></p>
|
||||
<hr />
|
||||
<h2 id="latest-version">Latest Version<a class="headerlink" href="#latest-version" title="Permanent link"></a></h2>
|
||||
<p><strong>20.3.2-2</strong></p>
|
||||
<ul>
|
||||
<li><strong>20.3.2-2</strong></li>
|
||||
<li><a href="../install-edex-beta-v23/"><strong>BETA Version 23.4.1-0.3</strong></a> (Compatible with RHEL/Rocky8)</li>
|
||||
</ul>
|
||||
<p><a href="https://www.unidata.ucar.edu/blogs/news/tags/awips-release"><strong>View release notes</strong></a></p>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Version 20.* of CAVE is not compatible with Version 18.* EDEX and vice versa, Version 18.* of CAVE is not compatible with Version 20.* EDEX.</p>
|
||||
<p class="admonition-title">Version 23.* of CAVE is not compatible with Version 20.* EDEX and vice versa, Version 20.* of CAVE is not compatible with Version 23.* EDEX.</p>
|
||||
</div>
|
||||
<hr />
|
||||
<h2 id="functionalityreporting">Functionality/Reporting<a class="headerlink" href="#functionalityreporting" title="Permanent link"></a></h2>
|
||||
|
|
File diff suppressed because one or more lines are too long
87
sitemap.xml
87
sitemap.xml
|
@ -2,207 +2,212 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/appendix-acronyms/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/appendix-grid-parameters/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/appendix-wsr88d/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/common-problems/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/educational-resources/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/maps-database/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/bundles-and-procedures/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/cave-keyboard-shortcuts/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/cave-localization/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-all-tools/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-edit-menus/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-gis-shapefiles/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-gridded-models/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-perspective/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/goes-16-17-satellite/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/import-export/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/localization-perspective/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/maps-views-projections/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/nsharp/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/warngen/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/dev/awips-development-environment/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/dev/build-datadelivery/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/case-studies/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/data-distribution-files/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/data-plugins/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/data-purge/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/distributed-computing/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/edex-ingest-docker-container/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/edex-users/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/ldm/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/new-grid-grib1-old/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/new-grid/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/settings/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/install/install-cave-beta-v23/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/install/install-cave/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/install/install-edex-beta-v23/</loc>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/install/install-edex/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/install/start-edex/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/python/overview/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/raytheon/cave_d2d/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/raytheon/smm/</loc>
|
||||
<lastmod>2024-07-02</lastmod>
|
||||
<lastmod>2024-07-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Add table
Reference in a new issue