Deployed 81db935 with MkDocs version: 0.16.3

This commit is contained in:
mjames-upc 2017-10-26 08:17:32 -07:00
parent 261fb6e3a1
commit fe5c920691
3 changed files with 60 additions and 60 deletions

View file

@ -1070,7 +1070,7 @@
<h1 id="case-study-server-configuration">Case Study Server Configuration<a class="headerlink" href="#case-study-server-configuration" title="Permanent link"></a></h1>
<p>This document covers what is necessary to install and run AWIPS EDEX as an archive and case study server (no purging of data).</p>
<h2 id="quick-install">Quick Install<a class="headerlink" href="#quick-install" title="Permanent link"></a></h2>
<p>Follow the <a href="../../install-edex/">EDEX Install Instrutions</a> including iptables config and an SSD mount (for large data volumes)</p>
<p>Follow the <a href="../../install-edex/">EDEX Install Instructions</a> including iptables config and an optional SSD mount (for large data volumes)</p>
<pre><code>groupadd fxalpha &amp;&amp; useradd -G fxalpha awips
mkdir -p /awips2/data_store
wget -O /etc/yum.repos.d/awips2.repo http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo
@ -1078,7 +1078,7 @@ yum clean all
yum groupinstall awips2-server -y
</code></pre>
<h2 id="disable-data-purging">Disable Data Purging<a class="headerlink" href="#disable-data-purging" title="Permanent link"></a></h2>
<p>The easiest way to disable data purging is to add an <strong>&lt;exclude&gt;purge.*&lt;/exclude&gt;</strong> entry in <strong>/awips2/edex/conf/modes/ingest-modes.xml</strong> so that the purge plugin is not loaded when the EDEX JVMs are run:</p>
<p>The easiest way to disable data purging is to add an <strong>&lt;exclude&gt;purge.*&lt;/exclude&gt;</strong> entry in <strong>/awips2/edex/conf/modes/ingest-modes.xml</strong> so that the purge plugin is not loaded when the EDEX ingest JVM is started:</p>
<pre><code>vi /awips2/edex/conf/modes/ingest-modes.xml
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@ -1120,15 +1120,15 @@ qpidNotify.py /awips2/data_store/grid/NAM12/conduit/NAM_CONUS_12km_conduit_20171
qpidNotify.py /awips2/data_store/radar/FTG_N0Q_20171015_1815 Level3
</code></pre>
<h1 id="viewing-archive-data-in-cave">Viewing Archive Data in CAVE<a class="headerlink" href="#viewing-archive-data-in-cave" title="Permanent link"></a></h1>
<p>Because we are installing and confiruging a standalone EDEX archive server with no real-time LDM data ingest, and with purge rules disabled, any archive data that is ingested will be the "latest available" to CAVE, and you will see CAVE product menu time fill in with the latest of all data ingested.</p>
<p>However, to display specific time-based data (in case you ingest more than one archive case study), there are two options:</p>
<p>Because we are installing and configuring a standalone EDEX archive server without real-time LDM data ingest (and with purge disabled), any case study data that is ingested will be the "latest available" to CAVE, and you will see CAVE product menu time fill in with the latest of all data ingested.</p>
<p>However, to display specific time-based data (in case you ingest more than one case study), there are two options:</p>
<h2 id="1-load-mode-inventory">1. Load Mode &gt; Inventory<a class="headerlink" href="#1-load-mode-inventory" title="Permanent link"></a></h2>
<p>In the top-left toolbar change <strong>Valid time seq</strong> to <strong>Inventory</strong>.</p>
<p><img alt="" src="../../images/load_mode_inventory1.png" /></p>
<p>Now any data product selected from the menus or the Product Browser will prompt you to select the exact time.</p>
<p><img alt="" src="../../images/load_mode_inventory2.png" /></p>
<h2 id="2-set-data-display-time-in-cave">2. Set Data Display Time in CAVE<a class="headerlink" href="#2-set-data-display-time-in-cave" title="Permanent link"></a></h2>
<p>At the bottom of the CAVE application, double-click the <strong>Time:</strong> entry to bring up a dialog window. </p>
<p>At the bottom of the CAVE application, double-click the <strong>Time:</strong> entry to bring up a dialog window where you can set CAVE to a previous time, and choose the option of freezing CAVE at that time or allowing CAVE to "move forward in time" from that position as if it were real-time.</p>
<p><img alt="" src="../../images/cave_set_time.png" /></p>

View file

@ -1212,7 +1212,7 @@
},
{
"location": "/edex/case-studies/",
"text": "Case Study Server Configuration\n\uf0c1\n\n\nThis document covers what is necessary to install and run AWIPS EDEX as an archive and case study server (no purging of data).\n\n\nQuick Install\n\uf0c1\n\n\nFollow the \nEDEX Install Instrutions\n including iptables config and an SSD mount (for large data volumes)\n\n\ngroupadd fxalpha \n useradd -G fxalpha awips\nmkdir -p /awips2/data_store\nwget -O /etc/yum.repos.d/awips2.repo http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo\nyum clean all\nyum groupinstall awips2-server -y\n\n\n\nDisable Data Purging\n\uf0c1\n\n\nThe easiest way to disable data purging is to add an \nexclude\npurge.*\n/exclude\n entry in \n/awips2/edex/conf/modes/ingest-modes.xml\n so that the purge plugin is not loaded when the EDEX JVMs are run:\n\n\nvi /awips2/edex/conf/modes/ingest-modes.xml\n\n\n?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?\n\n\nedexModes\n\n \nmode name=\"ingest\"\n\n \nexclude\n.*request.*\n/exclude\n\n \nexclude\nedex-security.xml\n/exclude\n\n \nexclude\n(taf|shef).*\n/exclude\n\n \nexclude\npurge.*\n/exclude\n\n \n/mode\n\n\n/edexModes\n\n\n\n\nStart EDEX\n\uf0c1\n\n\nwithout the LDM\n\n\nedex start base\n\n\n\nmonitor services\n\n\nedex\n\n[edex status]\n postgres :: running :: pid 43644\n pypies :: running :: pid 3557\n qpid :: running :: pid 43742\n EDEXingest :: running :: pid 6564 44301 44597\n EDEXgrib :: running :: pid 6565 44302 44598\n EDEXrequest :: running :: pid 6566 44303 44599\n ldmadmin :: not running\n\n\n\nIngest Case Study Data\n\uf0c1\n\n\nRaw data files of any type can be copied or moved into \n/awips2/data_store/ingest/\n to be picked up and decoded by EDEX. Most data types are recognized by regular expression matching of the WMO Header or filename. \n\n\nIndividual files can be ingested on the command line with the regex header/pattern supplied as the last argument:\n\n\nqpidNotify.py /full/path/to/data.file \nregex match\n\n\n\n\nfor example\n\n\nqpidNotify.py /home/awips/uniwisc_U5_132GOES-15_IMG10.7um_4km_20171024_1830.area.png uniwisc\n\nqpidNotify.py /awips2/data_store/grid/NAM12/conduit/NAM_CONUS_12km_conduit_20171025_1200Z_F084_TMPK-7.000007.grib2 grib\n\nqpidNotify.py /awips2/data_store/radar/FTG_N0Q_20171015_1815 Level3\n\n\n\nViewing Archive Data in CAVE\n\uf0c1\n\n\nBecause we are installing and confiruging a standalone EDEX archive server with no real-time LDM data ingest, and with purge rules disabled, any archive data that is ingested will be the \"latest available\" to CAVE, and you will see CAVE product menu time fill in with the latest of all data ingested.\n\n\nHowever, to display specific time-based data (in case you ingest more than one archive case study), there are two options:\n\n\n1. Load Mode \n Inventory\n\uf0c1\n\n\nIn the top-left toolbar change \nValid time seq\n to \nInventory\n.\n\n\n\n\nNow any data product selected from the menus or the Product Browser will prompt you to select the exact time.\n\n\n\n\n2. Set Data Display Time in CAVE\n\uf0c1\n\n\nAt the bottom of the CAVE application, double-click the \nTime:\n entry to bring up a dialog window.",
"text": "Case Study Server Configuration\n\uf0c1\n\n\nThis document covers what is necessary to install and run AWIPS EDEX as an archive and case study server (no purging of data).\n\n\nQuick Install\n\uf0c1\n\n\nFollow the \nEDEX Install Instructions\n including iptables config and an optional SSD mount (for large data volumes)\n\n\ngroupadd fxalpha \n useradd -G fxalpha awips\nmkdir -p /awips2/data_store\nwget -O /etc/yum.repos.d/awips2.repo http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo\nyum clean all\nyum groupinstall awips2-server -y\n\n\n\nDisable Data Purging\n\uf0c1\n\n\nThe easiest way to disable data purging is to add an \nexclude\npurge.*\n/exclude\n entry in \n/awips2/edex/conf/modes/ingest-modes.xml\n so that the purge plugin is not loaded when the EDEX ingest JVM is started:\n\n\nvi /awips2/edex/conf/modes/ingest-modes.xml\n\n\n?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?\n\n\nedexModes\n\n \nmode name=\"ingest\"\n\n \nexclude\n.*request.*\n/exclude\n\n \nexclude\nedex-security.xml\n/exclude\n\n \nexclude\n(taf|shef).*\n/exclude\n\n \nexclude\npurge.*\n/exclude\n\n \n/mode\n\n\n/edexModes\n\n\n\n\nStart EDEX\n\uf0c1\n\n\nwithout the LDM\n\n\nedex start base\n\n\n\nmonitor services\n\n\nedex\n\n[edex status]\n postgres :: running :: pid 43644\n pypies :: running :: pid 3557\n qpid :: running :: pid 43742\n EDEXingest :: running :: pid 6564 44301 44597\n EDEXgrib :: running :: pid 6565 44302 44598\n EDEXrequest :: running :: pid 6566 44303 44599\n ldmadmin :: not running\n\n\n\nIngest Case Study Data\n\uf0c1\n\n\nRaw data files of any type can be copied or moved into \n/awips2/data_store/ingest/\n to be picked up and decoded by EDEX. Most data types are recognized by regular expression matching of the WMO Header or filename. \n\n\nIndividual files can be ingested on the command line with the regex header/pattern supplied as the last argument:\n\n\nqpidNotify.py /full/path/to/data.file \nregex match\n\n\n\n\nfor example\n\n\nqpidNotify.py /home/awips/uniwisc_U5_132GOES-15_IMG10.7um_4km_20171024_1830.area.png uniwisc\n\nqpidNotify.py /awips2/data_store/grid/NAM12/conduit/NAM_CONUS_12km_conduit_20171025_1200Z_F084_TMPK-7.000007.grib2 grib\n\nqpidNotify.py /awips2/data_store/radar/FTG_N0Q_20171015_1815 Level3\n\n\n\nViewing Archive Data in CAVE\n\uf0c1\n\n\nBecause we are installing and configuring a standalone EDEX archive server without real-time LDM data ingest (and with purge disabled), any case study data that is ingested will be the \"latest available\" to CAVE, and you will see CAVE product menu time fill in with the latest of all data ingested.\n\n\nHowever, to display specific time-based data (in case you ingest more than one case study), there are two options:\n\n\n1. Load Mode \n Inventory\n\uf0c1\n\n\nIn the top-left toolbar change \nValid time seq\n to \nInventory\n.\n\n\n\n\nNow any data product selected from the menus or the Product Browser will prompt you to select the exact time.\n\n\n\n\n2. Set Data Display Time in CAVE\n\uf0c1\n\n\nAt the bottom of the CAVE application, double-click the \nTime:\n entry to bring up a dialog window where you can set CAVE to a previous time, and choose the option of freezing CAVE at that time or allowing CAVE to \"move forward in time\" from that position as if it were real-time.",
"title": "Archive Case Studies"
},
{
@ -1222,12 +1222,12 @@
},
{
"location": "/edex/case-studies/#quick-install",
"text": "Follow the EDEX Install Instrutions including iptables config and an SSD mount (for large data volumes) groupadd fxalpha useradd -G fxalpha awips\nmkdir -p /awips2/data_store\nwget -O /etc/yum.repos.d/awips2.repo http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo\nyum clean all\nyum groupinstall awips2-server -y",
"text": "Follow the EDEX Install Instructions including iptables config and an optional SSD mount (for large data volumes) groupadd fxalpha useradd -G fxalpha awips\nmkdir -p /awips2/data_store\nwget -O /etc/yum.repos.d/awips2.repo http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo\nyum clean all\nyum groupinstall awips2-server -y",
"title": "Quick Install"
},
{
"location": "/edex/case-studies/#disable-data-purging",
"text": "The easiest way to disable data purging is to add an exclude purge.* /exclude entry in /awips2/edex/conf/modes/ingest-modes.xml so that the purge plugin is not loaded when the EDEX JVMs are run: vi /awips2/edex/conf/modes/ingest-modes.xml ?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"? edexModes \n mode name=\"ingest\" \n exclude .*request.* /exclude \n exclude edex-security.xml /exclude \n exclude (taf|shef).* /exclude \n exclude purge.* /exclude \n /mode /edexModes",
"text": "The easiest way to disable data purging is to add an exclude purge.* /exclude entry in /awips2/edex/conf/modes/ingest-modes.xml so that the purge plugin is not loaded when the EDEX ingest JVM is started: vi /awips2/edex/conf/modes/ingest-modes.xml ?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"? edexModes \n mode name=\"ingest\" \n exclude .*request.* /exclude \n exclude edex-security.xml /exclude \n exclude (taf|shef).* /exclude \n exclude purge.* /exclude \n /mode /edexModes",
"title": "Disable Data Purging"
},
{
@ -1242,7 +1242,7 @@
},
{
"location": "/edex/case-studies/#viewing-archive-data-in-cave",
"text": "Because we are installing and confiruging a standalone EDEX archive server with no real-time LDM data ingest, and with purge rules disabled, any archive data that is ingested will be the \"latest available\" to CAVE, and you will see CAVE product menu time fill in with the latest of all data ingested. However, to display specific time-based data (in case you ingest more than one archive case study), there are two options:",
"text": "Because we are installing and configuring a standalone EDEX archive server without real-time LDM data ingest (and with purge disabled), any case study data that is ingested will be the \"latest available\" to CAVE, and you will see CAVE product menu time fill in with the latest of all data ingested. However, to display specific time-based data (in case you ingest more than one case study), there are two options:",
"title": "Viewing Archive Data in CAVE"
},
{
@ -1252,7 +1252,7 @@
},
{
"location": "/edex/case-studies/#2-set-data-display-time-in-cave",
"text": "At the bottom of the CAVE application, double-click the Time: entry to bring up a dialog window.",
"text": "At the bottom of the CAVE application, double-click the Time: entry to bring up a dialog window where you can set CAVE to a previous time, and choose the option of freezing CAVE at that time or allowing CAVE to \"move forward in time\" from that position as if it were real-time.",
"title": "2. Set Data Display Time in CAVE"
},
{

View file

@ -4,7 +4,7 @@
<url>
<loc>http://unidata.github.io/awips2/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
@ -12,7 +12,7 @@
<url>
<loc>http://unidata.github.io/awips2/install/install-cave/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
@ -20,7 +20,7 @@
<url>
<loc>http://unidata.github.io/awips2/install/install-edex/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
@ -29,91 +29,91 @@
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-perspective/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/maps-views-projections/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/bundles-and-procedures/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/import-export/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/localization-perspective/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/ncp-perspective/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/nsharp/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/warngen/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/goes-16-satellite/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-gis-shapefiles/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-gridded-models/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-tools/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-radar-tools/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-edit-menus/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/cave-localization/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
@ -123,55 +123,55 @@
<url>
<loc>http://unidata.github.io/awips2/edex/distributed-computing/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/install/start-edex/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/ldm/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/data-distribution-files/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/new-grid/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/data-purge/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/edex-users/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/data-plugins/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/case-studies/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
@ -181,43 +181,43 @@
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-grids/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-pointdata-surface-obs/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-satellite/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-radar/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-uair/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-hydro/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-map-resources/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
@ -227,55 +227,55 @@
<url>
<loc>http://unidata.github.io/awips2/python/python-awips-data-access/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/maps-database/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/awips-grids-and-cartopy/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/satellite-imagery/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/nexrad-level-3-radar/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/upper-air-bufr-soundings/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/model-sounding-data/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/map-resources-and-topography/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/surface-obs-plot-metpy/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
@ -285,13 +285,13 @@
<url>
<loc>http://unidata.github.io/awips2/dev/awips-development-environment/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/dev/build-nsharp-macos/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
@ -301,31 +301,31 @@
<url>
<loc>http://unidata.github.io/awips2/appendix/appendix-grid-parameters/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/appendix/appendix-acronyms/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/appendix/appendix-cots/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/appendix/appendix-wsr88d/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/cave-keyboard-shortcuts/</loc>
<lastmod>2017-10-25</lastmod>
<lastmod>2017-10-26</lastmod>
<changefreq>daily</changefreq>
</url>