deploy: 20a9b07178
This commit is contained in:
parent
672e023a31
commit
696ac44163
4 changed files with 50 additions and 50 deletions
|
@ -1076,7 +1076,7 @@
|
|||
|
||||
|
||||
<h1 id="ingest-a-new-grid">Ingest a New Grid<a class="headerlink" href="#ingest-a-new-grid" title="Permanent link"></a></h1>
|
||||
<p>Unrecognized grids can be decoded by EDEX simply by dropping <code>*.grib</code> or <code>*.grib2</code> files into <code>/awips2/data_store/ingest/</code></p>
|
||||
<p>Unrecognized grids can be decoded by EDEX simply by dropping <code>*.grib</code> or <code>*.grib2</code> files into <code>/awips2/edex/data/manual/</code></p>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">This page explains how to ingest <code>.grib2</code> products. To view information about <code>.grib</code> products, <a href="../new-grid-grib1-old">please see this page</a>.</p>
|
||||
</div>
|
||||
|
@ -1092,18 +1092,18 @@
|
|||
<hr />
|
||||
<h2 id="ingest-an-unsupported-grid">Ingest an Unsupported Grid<a class="headerlink" href="#ingest-an-unsupported-grid" title="Permanent link"></a></h2>
|
||||
<h3 id="download-test-data">Download Test Data<a class="headerlink" href="#download-test-data" title="Permanent link"></a></h3>
|
||||
<p>Download an example grib2 file (make sure the extension is <code>.grib2</code> or the <a href="../data-distribution-files/#editing-an-edex-data-distribution-file">EDEX distribution file</a> may not recognize it), and then copy to the manual ingest point <code>/awips2/data_store/ingest/</code>:</p>
|
||||
<p>Download an example grib2 file (make sure the extension is <code>.grib2</code> or the <a href="../data-distribution-files/#editing-an-edex-data-distribution-file">EDEX distribution file</a> may not recognize it), and then copy to the manual ingest point <code>/awips2/edex/data/manual/</code>:</p>
|
||||
<pre><code>wget https://downloads.unidata.ucar.edu/awips2/current/files/CPTI_00.50_20180502-000144.grib2 -O cpti.grib2
|
||||
|
||||
cp cpti.grib2 /awips2/data_store/ingest/
|
||||
cp cpti.grib2 /awips2/edex/data/manual/
|
||||
</code></pre>
|
||||
<h3 id="check-grib-logs">Check Grib Logs<a class="headerlink" href="#check-grib-logs" title="Permanent link"></a></h3>
|
||||
<p>Confirm that the grib file decodes in the grib log file.</p>
|
||||
<p>Look in the current log file (/awips2/edex/logs/edex-ingestGrib-[YYYYMMDD].log) for the following:</p>
|
||||
<pre><code>INFO [Ingest.GribDecode] /awips2/data_store/ingest/cpti.grib2 processed in: 0.1200 (sec) Latency: 21.8080 (sec)
|
||||
INFO [Ingest.GribDecode] /awips2/data_store/ingest/cpti.grib2 processed in: 0.1180 (sec) Latency: 21.8140 (sec)
|
||||
INFO [Ingest.GribDecode] /awips2/data_store/ingest/cpti.grib2 processed in: 0.4230 (sec) Latency: 21.8360 (sec)
|
||||
INFO [Ingest.GribDecode] /awips2/data_store/ingest/cpti.grib2 processed in: 0.2240 (sec) Latency: 21.9140 (sec)
|
||||
<pre><code>INFO [Ingest.GribDecode] /awips2/edex/data/manual/cpti.grib2 processed in: 0.1200 (sec) Latency: 21.8080 (sec)
|
||||
INFO [Ingest.GribDecode] /awips2/edex/data/manual/cpti.grib2 processed in: 0.1180 (sec) Latency: 21.8140 (sec)
|
||||
INFO [Ingest.GribDecode] /awips2/edex/data/manual/cpti.grib2 processed in: 0.4230 (sec) Latency: 21.8360 (sec)
|
||||
INFO [Ingest.GribDecode] /awips2/edex/data/manual/cpti.grib2 processed in: 0.2240 (sec) Latency: 21.9140 (sec)
|
||||
|
||||
...
|
||||
</code></pre>
|
||||
|
@ -1112,7 +1112,7 @@ INFO [Ingest.GribDecode] /awips2/data_store/ingest/cpti.grib2 processed in: 0.22
|
|||
</div>
|
||||
<pre>
|
||||
INFO 2020-07-20 20:34:17,710 2565 [GribPersist-1] GridDao: EDEX - Discarding record due to missing or unknown parameter mapping: /grid/2018-05-02_00:01:44.0_(0)/GribModel:161:0:97/null/null/403/Missing/FH/500.0/-999999.0
|
||||
INFO 2020-07-20 20:34:17,710 2566 [GribPersist-1] Ingest: EDEX: Ingest - grib2:: /awips2/data_store/ingest/CPTI_00.50_20180502-000144.grib2 processed in: 2.3550 (sec)
|
||||
INFO 2020-07-20 20:34:17,710 2566 [GribPersist-1] Ingest: EDEX: Ingest - grib2:: /awips2/edex/data/manual/CPTI_00.50_20180502-000144.grib2 processed in: 2.3550 (sec)
|
||||
INFO 2020-07-20 20:34:17,827 2567 [Ingest.GribDecode-6] grib: EDEX - No parameter information for center[161], subcenter[0], tableName[4.2.209.3], parameter value[61]
|
||||
</pre>
|
||||
|
||||
|
@ -1374,7 +1374,7 @@ wgrib2 -full_name cpti.grib2
|
|||
<hr />
|
||||
<h2 id="implementing-a-production-process">Implementing a Production Process<a class="headerlink" href="#implementing-a-production-process" title="Permanent link"></a></h2>
|
||||
<p>The <a href="#download-test-data">ingest method</a> mentioned earlier is strictly meant to only be used during testing and development of ingesting new grid data. The reasoning is because the manual end point is very inefficent during its ingest. It creates copies of the data file and uses more resources than you'd want in a production process.</p>
|
||||
<p>Once you are satisfied with the data ingest and display in CAVE, then we highly recommend you implement a production process for ingest that does not involve the manual directory (<code>/awips2/data_store/ingest/</code>). </p>
|
||||
<p>Once you are satisfied with the data ingest and display in CAVE, then we highly recommend you implement a production process for ingest that does not involve the manual directory (<code>/awips2/edex/data/manual/</code>). </p>
|
||||
<p>The recommended way is to make use of a Python script we distribute with AWIPS (EDEX). This script is called <code>notifyAWIPS2-unidata.py</code> and located in th <code>/awips2/ldm/dev/</code> directory. If you are already using a script to manually gather the data, then adding an additional call like the one below, should ingest your data to EDEX in an efficient manner:</p>
|
||||
<pre><code>/awips2/ldm/dev/notifyAWIPS2-unidata.py [path-to-new-grib-file]
|
||||
</code></pre>
|
||||
|
|
File diff suppressed because one or more lines are too long
80
sitemap.xml
80
sitemap.xml
|
@ -2,202 +2,202 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/appendix-acronyms/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/appendix-grid-parameters/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/appendix-wsr88d/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/common-problems/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/educational-resources/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/appendix/maps-database/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/bundles-and-procedures/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/cave-keyboard-shortcuts/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/cave-localization/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-all-tools/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-edit-menus/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-gis-shapefiles/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-gridded-models/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/d2d-perspective/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/goes-16-17-satellite/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/import-export/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/localization-perspective/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/maps-views-projections/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/nsharp/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/cave/warngen/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/dev/awips-development-environment/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/dev/build-datadelivery/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/case-studies/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/data-distribution-files/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/data-plugins/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/data-purge/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/distributed-computing/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/edex-ingest-docker-container/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/edex-users/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/ldm/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/new-grid-grib1-old/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/new-grid/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/edex/settings/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/install/install-cave/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/install/install-edex/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/install/start-edex/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/python/overview/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/raytheon/cave_d2d/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://unidata.github.io/awips2/raytheon/smm/</loc>
|
||||
<lastmod>2023-12-20</lastmod>
|
||||
<lastmod>2024-01-03</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