deploy: b9aedc464a
This commit is contained in:
parent
910ddff923
commit
6039d3036b
3 changed files with 53 additions and 48 deletions
|
@ -312,8 +312,8 @@
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#products-not-loading-properly-in-windows" title="Products Not Loading Properly in Windows" class="md-nav__link">
|
<a href="#products-not-loading-properly" title="Products Not Loading Properly" class="md-nav__link">
|
||||||
Products Not Loading Properly in Windows
|
Products Not Loading Properly
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
@ -883,8 +883,8 @@
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#products-not-loading-properly-in-windows" title="Products Not Loading Properly in Windows" class="md-nav__link">
|
<a href="#products-not-loading-properly" title="Products Not Loading Properly" class="md-nav__link">
|
||||||
Products Not Loading Properly in Windows
|
Products Not Loading Properly
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
@ -968,7 +968,8 @@
|
||||||
<p><img alt="" src="../../images/ipv6ProblemStep6.png" /></p>
|
<p><img alt="" src="../../images/ipv6ProblemStep6.png" /></p>
|
||||||
<p><strong>7. Restart CAVE.</strong></p>
|
<p><strong>7. Restart CAVE.</strong></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h2 id="products-not-loading-properly-in-windows">Products Not Loading Properly in Windows<a class="headerlink" href="#products-not-loading-properly-in-windows" title="Permanent link"></a></h2>
|
<h2 id="products-not-loading-properly">Products Not Loading Properly<a class="headerlink" href="#products-not-loading-properly" title="Permanent link"></a></h2>
|
||||||
|
<p>This problem is most commonly seen with the direct Windows installation. It can also manifest in the Mac installation, and the root of the problem is not having Python installed properly for CAVE to use the packages.</p>
|
||||||
<p>If the <a href="../install-cave/#download-and-installation-instructions_2">Windows installation</a> was not completed properly, it is possible to see incorrect behavior when loading certain products. These are derived products which use the local machine to create and render the data. This creation is dependent upon python and its required packages working correctly.</p>
|
<p>If the <a href="../install-cave/#download-and-installation-instructions_2">Windows installation</a> was not completed properly, it is possible to see incorrect behavior when loading certain products. These are derived products which use the local machine to create and render the data. This creation is dependent upon python and its required packages working correctly.</p>
|
||||||
<p>The dataset will be available in the menus and product browser, but when loaded, no data is drawn on the editor, but an entry is added to the legend.
|
<p>The dataset will be available in the menus and product browser, but when loaded, no data is drawn on the editor, but an entry is added to the legend.
|
||||||
<img alt="failed load" src="../../images/failedJepMetarLoad.png" /></p>
|
<img alt="failed load" src="../../images/failedJepMetarLoad.png" /></p>
|
||||||
|
@ -980,11 +981,15 @@
|
||||||
<li>METAR Station Plot</li>
|
<li>METAR Station Plot</li>
|
||||||
<li>GFS Precip Type</li>
|
<li>GFS Precip Type</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>To correct this issue:</p>
|
<p>To correct this issue on Windows:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Uninstall all related software (C++ Build Tools, Miniconda, Python, CAVE, pip, numpy, jep, etc)</li>
|
<li>Uninstall all related software (C++ Build Tools, Miniconda, Python, CAVE, pip, numpy, jep, etc)</li>
|
||||||
<li>Redo all necessary <a href="../install-cave/#download-and-installation-instructions_2">installation instructions in <strong>steps 1 through 6</strong></a></li>
|
<li>Redo all necessary <a href="../install-cave/#download-and-installation-instructions_2">installation instructions in <strong>steps 1 through 6</strong></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>To correct this issue on Mac:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Install the <a href="https://unidata.github.io/awips2/install/install-cave/#download-and-installation-instructions_3">awips-python.pkg package found on <strong>step 1</strong></a></li>
|
||||||
|
</ul>
|
||||||
<hr />
|
<hr />
|
||||||
<h2 id="troubleshooting-uninstalling-edex-linux">Troubleshooting Uninstalling EDEX (Linux)<a class="headerlink" href="#troubleshooting-uninstalling-edex-linux" title="Permanent link"></a></h2>
|
<h2 id="troubleshooting-uninstalling-edex-linux">Troubleshooting Uninstalling EDEX (Linux)<a class="headerlink" href="#troubleshooting-uninstalling-edex-linux" title="Permanent link"></a></h2>
|
||||||
<p>Sometimes yum can get in a weird state and not know what AWIPS groups have been installed. For example if you are trying to remove AWIPS you may see an error:</p>
|
<p>Sometimes yum can get in a weird state and not know what AWIPS groups have been installed. For example if you are trying to remove AWIPS you may see an error:</p>
|
||||||
|
|
|
@ -327,7 +327,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"location": "/install/common-problems/",
|
"location": "/install/common-problems/",
|
||||||
"text": "Common Problems\n\uf0c1\n\n\nRemoving caveData\n\uf0c1\n\n\nRemoving caveData (flushing the local cache) should be one of the first troubleshooting steps to take when experiencing weird behavior in CAVE. The cache lives in a folder called \ncaveData\n, hence why this process is also referred to as removing or deleting caveData.\n\n\nLinux\n\uf0c1\n\n\nFor Linux users, the easiest way is to open a new terminal and run the following command:\n\n\nrm -rf ~/caveData\n\n\n\nWindows\n\uf0c1\n\n\nFor Windows users, simply delete the caveData folder in your home user directory:\n\n\n\n\nMac\n\uf0c1\n\n\nFor Mac users, the easiest way is to open a new terminal and run the following command:\n\n\nrm -rf ~/Library/caveData\n\n\n\n\n\nRemotely Connecting to CAVE\n\uf0c1\n\n\nSince the pandemic began, many users have asked if they can use X11 forwarding or ssh tunneling to remotely connect to CAVE machines. \nThis is not recommended or supported\n, and CAVE crashes in many different ways and expresses strange behavior as well.\n\n\nWe highly recommend you \ndownload the appropriate CAVE installer\n on your local machine, if that is an option.\n\n\nIf that is not an option, then the only remote access we recommend is using some type of VNC.\n\nRealVNC\n and \nnomachine\n are two options that are in use with positive outcomes. \nUltraVNC\n may be another option, but may have quite a delay. There \nmay\n also be other free or paid software available that we are not aware of.\n\n\n\n\nIt is likely that any VNC option you choose will also require some software or configuration to be set on the remote machine, and this will likely require administrative privileges.\n\n\n\n\n\n\nWindows CAVE Start Up Error\n\uf0c1\n\n\nOne common error some users are seeing manifests itself just after selecting an EDEX server to connect to. The following error dialogs may show up:\n\n\n\n\n\n\nError purging logs\n\n\n\n\n\n\n\n\nError instantiating workbench: null\n\n\n\n\n\n\n\n\nThese errors are actually happening because the Windows machine is using IPv6, which is not compatible with AWIPS at this time.\n\n\nTo fix the issue simply follow these steps:\n\n\n\n\nNote\n: These screenshots may vary from your system.\n\n\n\n\n1. Close all error windows and any open windows associated with CAVE.\n\n\n2. In the Windows 10 search field, search for \"control panel\".\n\n\n\n\n3. Once in the Control Panel, look for \"Network and Sharing Center\".\n\n\n\n\n\n\n4. Select the adapter for your current connection (should be either \"Ethernet\" or \"Wi-Fi\").\n\n\n\n\n5. Click on \"Properties\".\n\n\n\n\n6. Uncheck \"Internet Protocol Version 6 (TCP/IPv6)\" and select OK.\n\n\n\n\n7. Restart CAVE.\n\n\n\n\nProducts Not Loading Properly in Windows\n\uf0c1\n\n\nIf the \nWindows installation\n was not completed properly, it is possible to see incorrect behavior when loading certain products. These are derived products which use the local machine to create and render the data. This creation is dependent upon python and its required packages working correctly.\n\n\nThe dataset will be available in the menus and product browser, but when loaded, no data is drawn on the editor, but an entry is added to the legend.\n\n\n\nYou may see an error that mentions the python package, \njep\n.\n\n\nKnown datasets this can affect (this is not a comprehensive list):\n\n\n\n\nModel Winds\n\n\nMetars Winds\n\n\nMETAR Station Plot\n\n\nGFS Precip Type\n\n\n\n\nTo correct this issue:\n\n\n\n\nUninstall all related software (C++ Build Tools, Miniconda, Python, CAVE, pip, numpy, jep, etc)\n\n\nRedo all necessary \ninstallation instructions in \nsteps 1 through 6\n\n\n\n\n\n\nTroubleshooting Uninstalling EDEX (Linux)\n\uf0c1\n\n\nSometimes yum can get in a weird state and not know what AWIPS groups have been installed. For example if you are trying to remove AWIPS you may see an error:\n\n\nyum groupremove \"AWIPS EDEX Server\"\n\n Loaded plugins: fastestmirror, langpacks\n Loading mirror speeds from cached hostfile\n * base: mirror.dal.nexril.net\n * elrepo: ftp.osuosl.org\n * epel: mirrors.xmission.com\n * extras: mirrors.cat.pdx.edu\n * updates: mirror.mobap.edu\n\n No environment named AWIPS EDEX Server exists\n Maybe run: yum groups mark remove (see man yum)\n No packages to remove from groups\n\n\n\nTo solve this issue, mark the group you want to remove and then try removing it again:\n\n\nyum groups mark remove \"AWIPS EDEX Server\"\nyum groupremove \"AWIPS EDEX Server\"",
|
"text": "Common Problems\n\uf0c1\n\n\nRemoving caveData\n\uf0c1\n\n\nRemoving caveData (flushing the local cache) should be one of the first troubleshooting steps to take when experiencing weird behavior in CAVE. The cache lives in a folder called \ncaveData\n, hence why this process is also referred to as removing or deleting caveData.\n\n\nLinux\n\uf0c1\n\n\nFor Linux users, the easiest way is to open a new terminal and run the following command:\n\n\nrm -rf ~/caveData\n\n\n\nWindows\n\uf0c1\n\n\nFor Windows users, simply delete the caveData folder in your home user directory:\n\n\n\n\nMac\n\uf0c1\n\n\nFor Mac users, the easiest way is to open a new terminal and run the following command:\n\n\nrm -rf ~/Library/caveData\n\n\n\n\n\nRemotely Connecting to CAVE\n\uf0c1\n\n\nSince the pandemic began, many users have asked if they can use X11 forwarding or ssh tunneling to remotely connect to CAVE machines. \nThis is not recommended or supported\n, and CAVE crashes in many different ways and expresses strange behavior as well.\n\n\nWe highly recommend you \ndownload the appropriate CAVE installer\n on your local machine, if that is an option.\n\n\nIf that is not an option, then the only remote access we recommend is using some type of VNC.\n\nRealVNC\n and \nnomachine\n are two options that are in use with positive outcomes. \nUltraVNC\n may be another option, but may have quite a delay. There \nmay\n also be other free or paid software available that we are not aware of.\n\n\n\n\nIt is likely that any VNC option you choose will also require some software or configuration to be set on the remote machine, and this will likely require administrative privileges.\n\n\n\n\n\n\nWindows CAVE Start Up Error\n\uf0c1\n\n\nOne common error some users are seeing manifests itself just after selecting an EDEX server to connect to. The following error dialogs may show up:\n\n\n\n\n\n\nError purging logs\n\n\n\n\n\n\n\n\nError instantiating workbench: null\n\n\n\n\n\n\n\n\nThese errors are actually happening because the Windows machine is using IPv6, which is not compatible with AWIPS at this time.\n\n\nTo fix the issue simply follow these steps:\n\n\n\n\nNote\n: These screenshots may vary from your system.\n\n\n\n\n1. Close all error windows and any open windows associated with CAVE.\n\n\n2. In the Windows 10 search field, search for \"control panel\".\n\n\n\n\n3. Once in the Control Panel, look for \"Network and Sharing Center\".\n\n\n\n\n\n\n4. Select the adapter for your current connection (should be either \"Ethernet\" or \"Wi-Fi\").\n\n\n\n\n5. Click on \"Properties\".\n\n\n\n\n6. Uncheck \"Internet Protocol Version 6 (TCP/IPv6)\" and select OK.\n\n\n\n\n7. Restart CAVE.\n\n\n\n\nProducts Not Loading Properly\n\uf0c1\n\n\nThis problem is most commonly seen with the direct Windows installation. It can also manifest in the Mac installation, and the root of the problem is not having Python installed properly for CAVE to use the packages.\n\n\nIf the \nWindows installation\n was not completed properly, it is possible to see incorrect behavior when loading certain products. These are derived products which use the local machine to create and render the data. This creation is dependent upon python and its required packages working correctly.\n\n\nThe dataset will be available in the menus and product browser, but when loaded, no data is drawn on the editor, but an entry is added to the legend.\n\n\n\nYou may see an error that mentions the python package, \njep\n.\n\n\nKnown datasets this can affect (this is not a comprehensive list):\n\n\n\n\nModel Winds\n\n\nMetars Winds\n\n\nMETAR Station Plot\n\n\nGFS Precip Type\n\n\n\n\nTo correct this issue on Windows:\n\n\n\n\nUninstall all related software (C++ Build Tools, Miniconda, Python, CAVE, pip, numpy, jep, etc)\n\n\nRedo all necessary \ninstallation instructions in \nsteps 1 through 6\n\n\n\n\nTo correct this issue on Mac:\n\n\n\n\nInstall the \nawips-python.pkg package found on \nstep 1\n\n\n\n\n\n\nTroubleshooting Uninstalling EDEX (Linux)\n\uf0c1\n\n\nSometimes yum can get in a weird state and not know what AWIPS groups have been installed. For example if you are trying to remove AWIPS you may see an error:\n\n\nyum groupremove \"AWIPS EDEX Server\"\n\n Loaded plugins: fastestmirror, langpacks\n Loading mirror speeds from cached hostfile\n * base: mirror.dal.nexril.net\n * elrepo: ftp.osuosl.org\n * epel: mirrors.xmission.com\n * extras: mirrors.cat.pdx.edu\n * updates: mirror.mobap.edu\n\n No environment named AWIPS EDEX Server exists\n Maybe run: yum groups mark remove (see man yum)\n No packages to remove from groups\n\n\n\nTo solve this issue, mark the group you want to remove and then try removing it again:\n\n\nyum groups mark remove \"AWIPS EDEX Server\"\nyum groupremove \"AWIPS EDEX Server\"",
|
||||||
"title": "Common Problems"
|
"title": "Common Problems"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -366,9 +366,9 @@
|
||||||
"title": "Windows CAVE Start Up Error"
|
"title": "Windows CAVE Start Up Error"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"location": "/install/common-problems/#products-not-loading-properly-in-windows",
|
"location": "/install/common-problems/#products-not-loading-properly",
|
||||||
"text": "If the Windows installation was not completed properly, it is possible to see incorrect behavior when loading certain products. These are derived products which use the local machine to create and render the data. This creation is dependent upon python and its required packages working correctly. The dataset will be available in the menus and product browser, but when loaded, no data is drawn on the editor, but an entry is added to the legend. You may see an error that mentions the python package, jep . Known datasets this can affect (this is not a comprehensive list): Model Winds Metars Winds METAR Station Plot GFS Precip Type To correct this issue: Uninstall all related software (C++ Build Tools, Miniconda, Python, CAVE, pip, numpy, jep, etc) Redo all necessary installation instructions in steps 1 through 6",
|
"text": "This problem is most commonly seen with the direct Windows installation. It can also manifest in the Mac installation, and the root of the problem is not having Python installed properly for CAVE to use the packages. If the Windows installation was not completed properly, it is possible to see incorrect behavior when loading certain products. These are derived products which use the local machine to create and render the data. This creation is dependent upon python and its required packages working correctly. The dataset will be available in the menus and product browser, but when loaded, no data is drawn on the editor, but an entry is added to the legend. You may see an error that mentions the python package, jep . Known datasets this can affect (this is not a comprehensive list): Model Winds Metars Winds METAR Station Plot GFS Precip Type To correct this issue on Windows: Uninstall all related software (C++ Build Tools, Miniconda, Python, CAVE, pip, numpy, jep, etc) Redo all necessary installation instructions in steps 1 through 6 To correct this issue on Mac: Install the awips-python.pkg package found on step 1",
|
||||||
"title": "Products Not Loading Properly in Windows"
|
"title": "Products Not Loading Properly"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"location": "/install/common-problems/#troubleshooting-uninstalling-edex-linux",
|
"location": "/install/common-problems/#troubleshooting-uninstalling-edex-linux",
|
||||||
|
|
76
sitemap.xml
76
sitemap.xml
|
@ -2,192 +2,192 @@
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/</loc>
|
<loc>http://unidata.github.io/awips2/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/install/install-cave/</loc>
|
<loc>http://unidata.github.io/awips2/install/install-cave/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/install/install-edex/</loc>
|
<loc>http://unidata.github.io/awips2/install/install-edex/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/install/common-problems/</loc>
|
<loc>http://unidata.github.io/awips2/install/common-problems/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/d2d-perspective/</loc>
|
<loc>http://unidata.github.io/awips2/cave/d2d-perspective/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/maps-views-projections/</loc>
|
<loc>http://unidata.github.io/awips2/cave/maps-views-projections/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/bundles-and-procedures/</loc>
|
<loc>http://unidata.github.io/awips2/cave/bundles-and-procedures/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/localization-perspective/</loc>
|
<loc>http://unidata.github.io/awips2/cave/localization-perspective/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/nsharp/</loc>
|
<loc>http://unidata.github.io/awips2/cave/nsharp/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/warngen/</loc>
|
<loc>http://unidata.github.io/awips2/cave/warngen/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/goes-16-17-satellite/</loc>
|
<loc>http://unidata.github.io/awips2/cave/goes-16-17-satellite/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/d2d-gis-shapefiles/</loc>
|
<loc>http://unidata.github.io/awips2/cave/d2d-gis-shapefiles/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/d2d-gridded-models/</loc>
|
<loc>http://unidata.github.io/awips2/cave/d2d-gridded-models/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/d2d-tools/</loc>
|
<loc>http://unidata.github.io/awips2/cave/d2d-tools/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/d2d-radar-tools/</loc>
|
<loc>http://unidata.github.io/awips2/cave/d2d-radar-tools/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/d2d-edit-menus/</loc>
|
<loc>http://unidata.github.io/awips2/cave/d2d-edit-menus/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/cave-localization/</loc>
|
<loc>http://unidata.github.io/awips2/cave/cave-localization/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/import-export/</loc>
|
<loc>http://unidata.github.io/awips2/cave/import-export/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/install/start-edex/</loc>
|
<loc>http://unidata.github.io/awips2/install/start-edex/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/edex/settings/</loc>
|
<loc>http://unidata.github.io/awips2/edex/settings/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/edex/distributed-computing/</loc>
|
<loc>http://unidata.github.io/awips2/edex/distributed-computing/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/edex/edex-ingest-docker-container/</loc>
|
<loc>http://unidata.github.io/awips2/edex/edex-ingest-docker-container/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/edex/ldm/</loc>
|
<loc>http://unidata.github.io/awips2/edex/ldm/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/edex/data-distribution-files/</loc>
|
<loc>http://unidata.github.io/awips2/edex/data-distribution-files/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/edex/new-grid/</loc>
|
<loc>http://unidata.github.io/awips2/edex/new-grid/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/edex/data-purge/</loc>
|
<loc>http://unidata.github.io/awips2/edex/data-purge/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/edex/edex-users/</loc>
|
<loc>http://unidata.github.io/awips2/edex/edex-users/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/edex/data-plugins/</loc>
|
<loc>http://unidata.github.io/awips2/edex/data-plugins/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/edex/case-studies/</loc>
|
<loc>http://unidata.github.io/awips2/edex/case-studies/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/python/overview/</loc>
|
<loc>http://unidata.github.io/awips2/python/overview/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/dev/awips-development-environment/</loc>
|
<loc>http://unidata.github.io/awips2/dev/awips-development-environment/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/appendix/appendix-grid-parameters/</loc>
|
<loc>http://unidata.github.io/awips2/appendix/appendix-grid-parameters/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/python/maps-database/</loc>
|
<loc>http://unidata.github.io/awips2/python/maps-database/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/appendix/appendix-acronyms/</loc>
|
<loc>http://unidata.github.io/awips2/appendix/appendix-acronyms/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/appendix/appendix-wsr88d/</loc>
|
<loc>http://unidata.github.io/awips2/appendix/appendix-wsr88d/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/cave/cave-keyboard-shortcuts/</loc>
|
<loc>http://unidata.github.io/awips2/cave/cave-keyboard-shortcuts/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/raytheon/cave_d2d/</loc>
|
<loc>http://unidata.github.io/awips2/raytheon/cave_d2d/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://unidata.github.io/awips2/raytheon/smm/</loc>
|
<loc>http://unidata.github.io/awips2/raytheon/smm/</loc>
|
||||||
<lastmod>2021-08-18</lastmod>
|
<lastmod>2021-08-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
Loading…
Add table
Reference in a new issue