This commit is contained in:
srcarter3 2020-06-30 19:59:45 +00:00
parent 603abf81d8
commit 3fa9a948ff
6 changed files with 96 additions and 111 deletions

View file

@ -424,6 +424,8 @@
<input class="md-toggle md-nav__toggle" data-md-toggle="toc" type="checkbox" id="toc">
<label class="md-nav__link md-nav__link--active" for="toc">
Import/Export
</label>
@ -437,12 +439,14 @@
<label class="md-nav__title" for="toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#export-images" title="Export Images" class="md-nav__link">
Export Images
<a href="#export-imagesgifs" title="Export Images/GIFs" class="md-nav__link">
Export Images/GIFs
</a>
</li>
@ -1013,12 +1017,14 @@
<label class="md-nav__title" for="toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#export-images" title="Export Images" class="md-nav__link">
Export Images
<a href="#export-imagesgifs" title="Export Images/GIFs" class="md-nav__link">
Export Images/GIFs
</a>
</li>
@ -1061,18 +1067,16 @@
<a href="https://github.com/Unidata/awips2/edit/unidata_18.1.1/docs/cave/import-export.md" title="Edit this page" class="md-icon md-content__icon">edit</a>
<h1>Import/Export</h1>
<h2 id="export-images">Export Images<a class="headerlink" href="#export-images" title="Permanent link"></a></h2>
<p><strong>File &gt; Export &gt; Image</strong></p>
<p>which captures a screenshot of the current view</p>
<p><img alt="image" src="../../images/UxmboZS.png" /></p>
<h1 id="importexport">Import/Export<a class="headerlink" href="#importexport" title="Permanent link"></a></h1>
<h2 id="export-imagesgifs">Export Images/GIFs<a class="headerlink" href="#export-imagesgifs" title="Permanent link"></a></h2>
<p>The D2D screen can be exported as a PNG image as well as an animated GIF using the <strong>File &gt; Export &gt; Image</strong> menu option. This captures the current state of the screen, and allows you to set animation options (frame number, dwell time, etc) for exporting GIFs. If you choose to animate, you will either need to rename the destination file to have the <em>.gif</em> extension, or CAVE will pop up a dialog when you go to save, asking you to confirm that you want to output a GIF.</p>
<blockquote>
<p><strong>Note</strong>: This functionality <strong>does not</strong> currently work on <strong>Mac OS</strong> because it implements OGL libraries which are not compatible on Mac.</p>
</blockquote>
<p><img alt="image" src="../../images/exportImageDialog.png" /></p>
<hr />
<h2 id="export-kml">Export KML<a class="headerlink" href="#export-kml" title="Permanent link"></a></h2>
<p><strong>File &gt; Export &gt; KML</strong></p>
<p>The "Export" submenu also includes a "KML" option, which allows users to save D2D displays or
GFE grids in the KML (Keyhole Markup Language) file format. When zipped (compressed), the KML
file format forms a KMZ file, which can be used in applications such as Google Earth.</p>
<p>The <em>Export</em> submenu also includes a <em>KML</em> option (<strong>File &gt; Export &gt; KML</strong>), which allows users to save D2D displays or GFE grids in the KML (Keyhole Markup Language) file format. When zipped (compressed), the KML file format forms a KMZ file, which can be used in applications such as Google Earth.</p>
<p><img alt="image" src="../../images/YRP9kOM.png" /></p>
<p>The KML dialog box includes options to select frames to export. This includes exporting all frames,
the current/displayed frame, a range of frames, and, in GFE, the selected time range as highlighted in
@ -1095,52 +1099,28 @@ tiles when loaded in Google Earth.</p>
</ul>
<hr />
<h2 id="cave-import-formats">CAVE Import Formats<a class="headerlink" href="#cave-import-formats" title="Permanent link"></a></h2>
<p>CAVE supported the following geo-referenced data files. CAVE can import the following through formats through the <strong>CAVE</strong> -&gt; <strong>Import</strong> menu.</p>
<p>CAVE supported the following geo-referenced data files. CAVE can import the following through formats through the <strong>File &gt; Import</strong> menu.</p>
<ol>
<li>
<p><strong>GIS Data</strong></p>
</li>
<li>
<p><strong>BCD File</strong></p>
</li>
<li>
<p><strong>GeoTIFF</strong></p>
</li>
<li>
<p><strong>LPI File</strong></p>
</li>
<li>
<p><strong>SPI File</strong></p>
</li>
<li>
<p><strong>Displays</strong></p>
</li>
<li><strong>Background...</strong></li>
<li><strong>Image...</strong></li>
<li><strong>BCD File</strong></li>
<li><strong>GeoTIFF</strong></li>
<li><strong>LPI File</strong></li>
<li><strong>SPI File</strong> </li>
<li><strong>Displays</strong></li>
</ol>
<p><img alt="image" src="../../images/image_14.png" /></p>
<p><img alt="image" src="../../images/importMenu.png" /></p>
<hr />
<h2 id="cave-export-formats">CAVE Export Formats<a class="headerlink" href="#cave-export-formats" title="Permanent link"></a></h2>
<p>CAVE can export to the following through the <strong>CAVE</strong> -&gt; <strong>Export</strong> menu.</p>
<p>CAVE can export to the following through the <strong>File &gt; Export</strong> menu.</p>
<ol>
<li>
<p><strong>KML</strong></p>
</li>
<li>
<p><strong>Editor Display</strong></p>
</li>
<li>
<p><strong>Perspective Display</strong></p>
</li>
<li>
<p><strong>Capture Current Frame</strong></p>
</li>
<li>
<p><strong>Capture All Frames</strong></p>
</li>
<li>
<p><strong>Print Screen</strong></p>
</li>
<li><strong>Image</strong></li>
<li><strong>Print Screen</strong></li>
<li><strong>KML</strong></li>
<li><strong>Editor Display...</strong></li>
<li><strong>Perspective Displays...</strong></li>
</ol>
<p><img alt="image" src="../../images/image_15.png" /></p>
<p><img alt="image" src="../../images/exportMenu.png" /></p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
images/exportMenu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
images/importMenu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View file

@ -927,27 +927,32 @@
},
{
"location": "/cave/import-export/",
"text": "Export Images\n\uf0c1\n\n\nFile > Export > Image\n\n\nwhich captures a screenshot of the current view\n\n\n\n\n\n\nExport KML\n\uf0c1\n\n\nFile > Export > KML\n\n\nThe \"Export\" submenu also includes a \"KML\" option, which allows users to save D2D displays or\nGFE grids in the KML (Keyhole Markup Language) file format. When zipped (compressed), the KML\nfile format forms a KMZ file, which can be used in applications such as Google Earth.\n\n\n\n\nThe KML dialog box includes options to select frames to export. This includes exporting all frames,\nthe current/displayed frame, a range of frames, and, in GFE, the selected time range as highlighted in\nthe Grid Manager. Additional options are available for selection under the \"Other Options\" section:\n\n\n\n\n\n\nExport Hidden\n: When selected, all displayed and hidden products listed in the Product Legend section of the Main Display Pane will be exported.\n\n\n\n\n\n\nExport Maps\n: When selected, all enabled maps displayed within the Main Display Pane will be\nexported.\n\n\n\n\n\n\nShade Earth\n: When selected, a shaded background is applied to the exported product. If loaded in Google Earth, the earth will be overlaid with a black backdrop, and data will be displayed as it would in D2D with a black background.\n\n\n\n\n\n\nShow Background Tiles\n: When selected, data (such as plot data) will display on top of black\ntiles when loaded in Google Earth.\n\n\n\n\n\n\n\n\nCAVE Import Formats\n\uf0c1\n\n\nCAVE supported the following geo-referenced data files. CAVE can import the following through formats through the \nCAVE\n -> \nImport\n menu.\n\n\n\n\n\n\nGIS Data\n\n\n\n\n\n\nBCD File\n\n\n\n\n\n\nGeoTIFF\n\n\n\n\n\n\nLPI File\n\n\n\n\n\n\nSPI File\n\n\n\n\n\n\nDisplays\n\n\n\n\n\n\n\n\n\n\nCAVE Export Formats\n\uf0c1\n\n\nCAVE can export to the following through the \nCAVE\n -> \nExport\n menu.\n\n\n\n\n\n\nKML\n\n\n\n\n\n\nEditor Display\n\n\n\n\n\n\nPerspective Display\n\n\n\n\n\n\nCapture Current Frame\n\n\n\n\n\n\nCapture All Frames\n\n\n\n\n\n\nPrint Screen",
"text": "Import/Export\n\uf0c1\n\n\nExport Images/GIFs\n\uf0c1\n\n\nThe D2D screen can be exported as a PNG image as well as an animated GIF using the \nFile > Export > Image\n menu option. This captures the current state of the screen, and allows you to set animation options (frame number, dwell time, etc) for exporting GIFs. If you choose to animate, you will either need to rename the destination file to have the \n.gif\n extension, or CAVE will pop up a dialog when you go to save, asking you to confirm that you want to output a GIF.\n\n\n\n\nNote\n: This functionality \ndoes not\n currently work on \nMac OS\n because it implements OGL libraries which are not compatible on Mac.\n\n\n\n\n\n\n\n\nExport KML\n\uf0c1\n\n\nThe \nExport\n submenu also includes a \nKML\n option (\nFile > Export > KML\n), which allows users to save D2D displays or GFE grids in the KML (Keyhole Markup Language) file format. When zipped (compressed), the KML file format forms a KMZ file, which can be used in applications such as Google Earth.\n\n\n\n\nThe KML dialog box includes options to select frames to export. This includes exporting all frames,\nthe current/displayed frame, a range of frames, and, in GFE, the selected time range as highlighted in\nthe Grid Manager. Additional options are available for selection under the \"Other Options\" section:\n\n\n\n\n\n\nExport Hidden\n: When selected, all displayed and hidden products listed in the Product Legend section of the Main Display Pane will be exported.\n\n\n\n\n\n\nExport Maps\n: When selected, all enabled maps displayed within the Main Display Pane will be\nexported.\n\n\n\n\n\n\nShade Earth\n: When selected, a shaded background is applied to the exported product. If loaded in Google Earth, the earth will be overlaid with a black backdrop, and data will be displayed as it would in D2D with a black background.\n\n\n\n\n\n\nShow Background Tiles\n: When selected, data (such as plot data) will display on top of black\ntiles when loaded in Google Earth.\n\n\n\n\n\n\n\n\nCAVE Import Formats\n\uf0c1\n\n\nCAVE supported the following geo-referenced data files. CAVE can import the following through formats through the \nFile > Import\n menu.\n\n\n\n\nBackground...\n\n\nImage...\n\n\nBCD File\n\n\nGeoTIFF\n\n\nLPI File\n\n\nSPI File\n \n\n\nDisplays\n\n\n\n\n\n\n\n\nCAVE Export Formats\n\uf0c1\n\n\nCAVE can export to the following through the \nFile > Export\n menu.\n\n\n\n\nImage\n\n\nPrint Screen\n\n\nKML\n\n\nEditor Display...\n\n\nPerspective Displays...",
"title": "Import/Export"
},
{
"location": "/cave/import-export/#export-images",
"text": "File > Export > Image which captures a screenshot of the current view",
"title": "Export Images"
"location": "/cave/import-export/#importexport",
"text": "",
"title": "Import/Export"
},
{
"location": "/cave/import-export/#export-imagesgifs",
"text": "The D2D screen can be exported as a PNG image as well as an animated GIF using the File > Export > Image menu option. This captures the current state of the screen, and allows you to set animation options (frame number, dwell time, etc) for exporting GIFs. If you choose to animate, you will either need to rename the destination file to have the .gif extension, or CAVE will pop up a dialog when you go to save, asking you to confirm that you want to output a GIF. Note : This functionality does not currently work on Mac OS because it implements OGL libraries which are not compatible on Mac.",
"title": "Export Images/GIFs"
},
{
"location": "/cave/import-export/#export-kml",
"text": "File > Export > KML The \"Export\" submenu also includes a \"KML\" option, which allows users to save D2D displays or\nGFE grids in the KML (Keyhole Markup Language) file format. When zipped (compressed), the KML\nfile format forms a KMZ file, which can be used in applications such as Google Earth. The KML dialog box includes options to select frames to export. This includes exporting all frames,\nthe current/displayed frame, a range of frames, and, in GFE, the selected time range as highlighted in\nthe Grid Manager. Additional options are available for selection under the \"Other Options\" section: Export Hidden : When selected, all displayed and hidden products listed in the Product Legend section of the Main Display Pane will be exported. Export Maps : When selected, all enabled maps displayed within the Main Display Pane will be\nexported. Shade Earth : When selected, a shaded background is applied to the exported product. If loaded in Google Earth, the earth will be overlaid with a black backdrop, and data will be displayed as it would in D2D with a black background. Show Background Tiles : When selected, data (such as plot data) will display on top of black\ntiles when loaded in Google Earth.",
"text": "The Export submenu also includes a KML option ( File > Export > KML ), which allows users to save D2D displays or GFE grids in the KML (Keyhole Markup Language) file format. When zipped (compressed), the KML file format forms a KMZ file, which can be used in applications such as Google Earth. The KML dialog box includes options to select frames to export. This includes exporting all frames,\nthe current/displayed frame, a range of frames, and, in GFE, the selected time range as highlighted in\nthe Grid Manager. Additional options are available for selection under the \"Other Options\" section: Export Hidden : When selected, all displayed and hidden products listed in the Product Legend section of the Main Display Pane will be exported. Export Maps : When selected, all enabled maps displayed within the Main Display Pane will be\nexported. Shade Earth : When selected, a shaded background is applied to the exported product. If loaded in Google Earth, the earth will be overlaid with a black backdrop, and data will be displayed as it would in D2D with a black background. Show Background Tiles : When selected, data (such as plot data) will display on top of black\ntiles when loaded in Google Earth.",
"title": "Export KML"
},
{
"location": "/cave/import-export/#cave-import-formats",
"text": "CAVE supported the following geo-referenced data files. CAVE can import the following through formats through the CAVE -> Import menu. GIS Data BCD File GeoTIFF LPI File SPI File Displays",
"text": "CAVE supported the following geo-referenced data files. CAVE can import the following through formats through the File > Import menu. Background... Image... BCD File GeoTIFF LPI File SPI File Displays",
"title": "CAVE Import Formats"
},
{
"location": "/cave/import-export/#cave-export-formats",
"text": "CAVE can export to the following through the CAVE -> Export menu. KML Editor Display Perspective Display Capture Current Frame Capture All Frames Print Screen",
"text": "CAVE can export to the following through the File > Export menu. Image Print Screen KML Editor Display... Perspective Displays...",
"title": "CAVE Export Formats"
},
{

View file

@ -2,252 +2,252 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://unidata.github.io/awips2/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/install/install-cave/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/install/install-edex/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/install/common-problems/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-perspective/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/maps-views-projections/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/bundles-and-procedures/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/localization-perspective/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/nsharp/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/warngen/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/goes-16-satellite/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-gridded-models/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-tools/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-radar-tools/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-edit-menus/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/cave-localization/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/import-export/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/install/start-edex/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/settings/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/distributed-computing/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/edex-ingest-docker-container/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/ldm/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/data-distribution-files/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/new-grid/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/data-purge/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/edex-users/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/data-plugins/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/edex/case-studies/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-grids/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-pointdata-surface-obs/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-satellite/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-radar/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-uair/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-hydro/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/d2d-map-resources/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/python-awips-data-access/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/awips-grids-and-cartopy/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/satellite-imagery/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/nexrad-level-3-radar/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/upper-air-bufr-soundings/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/model-sounding-data/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/map-resources-and-topography/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/surface-obs-plot-metpy/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/dev/awips-development-environment/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/appendix/appendix-grid-parameters/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/python/maps-database/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/appendix/appendix-acronyms/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/appendix/appendix-cots/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/appendix/appendix-wsr88d/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://unidata.github.io/awips2/cave/cave-keyboard-shortcuts/</loc>
<lastmod>2020-06-25</lastmod>
<lastmod>2020-06-30</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>