gh-pages generated 29/08/2016 13:23:24:027
This commit is contained in:
parent
50ebf380bd
commit
7d769b2b15
68 changed files with 2876 additions and 1099 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "google-code-prettify",
|
"name": "google-code-prettify",
|
||||||
"version": "1.0.1",
|
"version": "1.0.5",
|
||||||
"main": [
|
"main": [
|
||||||
"./bin/prettify.min.css",
|
"./bin/prettify.min.css",
|
||||||
"./bin/prettify.min.js"
|
"./bin/prettify.min.js"
|
||||||
|
|
5
components/google-code-prettify/package.json
Normal file
5
components/google-code-prettify/package.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"name": "google-code-prettify",
|
||||||
|
"version": "1.0.5",
|
||||||
|
"dependencies": {}
|
||||||
|
}
|
|
@ -1094,7 +1094,8 @@ function escape(html, encode) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function unescape(html) {
|
function unescape(html) {
|
||||||
return html.replace(/&([#\w]+);/g, function(_, n) {
|
// explicitly match decimal, hex, and named HTML entities
|
||||||
|
return html.replace(/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/g, function(_, n) {
|
||||||
n = n.toLowerCase();
|
n = n.toLowerCase();
|
||||||
if (n === 'colon') return ':';
|
if (n === 'colon') return ':';
|
||||||
if (n.charAt(0) === '#') {
|
if (n.charAt(0) === '#') {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "marked",
|
"name": "marked",
|
||||||
"description": "A markdown parser built for speed",
|
"description": "A markdown parser built for speed",
|
||||||
"author": "Christopher Jeffrey",
|
"author": "Christopher Jeffrey",
|
||||||
"version": "0.3.5",
|
"version": "0.3.6",
|
||||||
"main": "./lib/marked.js",
|
"main": "./lib/marked.js",
|
||||||
"bin": "./bin/marked",
|
"bin": "./bin/marked",
|
||||||
"man": "./man/marked.1",
|
"man": "./man/marked.1",
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -435,7 +435,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -623,7 +623,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -922,7 +922,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -185,7 +185,7 @@ data = data_uw
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -166,7 +166,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -166,7 +166,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -190,7 +190,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -180,7 +180,7 @@ probabilities, and pressure and frontal analysis.</li>
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -80,12 +80,33 @@
|
||||||
|
|
||||||
<h1 id="d2d-toolbar">D2D Toolbar</h1>
|
<h1 id="d2d-toolbar">D2D Toolbar</h1>
|
||||||
|
|
||||||
<p>D2D (Display 2-Dimensions) is the default AWIPS II CAVE perspective, designed to mimmic the look and feel of the legacy AWIPS I system. Frame control, map projection, image properties, and a few featured applications make up the the primary D2D toolbar.</p>
|
<p>D2D (Display 2-Dimensions) is the default AWIPS II CAVE perspective, designed to mimmic the look and feel of the legacy AWIPS I system.</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>System menus include <strong>CAVE</strong>, <strong>File</strong>, <strong>View</strong>, <strong>Options</strong>, <strong>Tools</strong>, and <strong>Help</strong> (far right)</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Data menus include <strong><a href="d2d-grids.html">Models</a></strong>, <strong><a href="d2d-obs.html">Surface</a></strong>, <strong><a href="d2d-hydro.html">NCEP/Hydro</a></strong>, <strong><a href="d2d-uair.html">Upper Air</a></strong>, <strong><a href="d2d-satellite.html">Satellite</a></strong>, <strong><a href="d2d-radar.html">Radar</a></strong>, <strong><a href="d2d-mrms.html">MRMS</a></strong>, and <strong><a href="d2d-maps.html">Maps</a></strong>.</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>Frame control, map projection, image properties, and a few featured applications (<strong>Warngen</strong>, <strong>Nsharp</strong>, <strong>Ncdata</strong>, and <strong>Browser</strong>) make up the the primary D2D toolbar.</p>
|
||||||
|
|
||||||
<p><img src="../images/iuNDS6J.png" alt="image" /></p>
|
<p><img src="../images/iuNDS6J.png" alt="image" /></p>
|
||||||
|
|
||||||
|
<h1 id="preferences">Preferences</h1>
|
||||||
|
|
||||||
|
<p><strong>CAVE > Preferences</strong></p>
|
||||||
|
|
||||||
|
<p>Set the Localization Site and/or derver for the workstation; configure mouse operations, change performance levels, font magnification, and text workstation hostname.</p>
|
||||||
|
|
||||||
|
<p><img src="../images/ymFRs6S.png" alt="image" /></p>
|
||||||
|
|
||||||
<h1 id="switching-perspectives">Switching Perspectives</h1>
|
<h1 id="switching-perspectives">Switching Perspectives</h1>
|
||||||
|
|
||||||
|
<p><strong>CAVE > Perspective</strong></p>
|
||||||
|
|
||||||
<p>D2D is one of many available CAVE perspectives. By selecting the <strong>CAVE</strong> > <strong>Perspective</strong> menu you can switch into the <strong>GFE</strong>, <strong>Hydro</strong>, <strong>Localization</strong>, <strong>MPE</strong>, or <strong>National Centers Perspective</strong> (which is available in the <strong>Other…</strong> submenu. Nobody seems to know why the NCP is not listed with the other perspectives, or how to make it appear with them).</p>
|
<p>D2D is one of many available CAVE perspectives. By selecting the <strong>CAVE</strong> > <strong>Perspective</strong> menu you can switch into the <strong>GFE</strong>, <strong>Hydro</strong>, <strong>Localization</strong>, <strong>MPE</strong>, or <strong>National Centers Perspective</strong> (which is available in the <strong>Other…</strong> submenu. Nobody seems to know why the NCP is not listed with the other perspectives, or how to make it appear with them).</p>
|
||||||
|
|
||||||
<p><img src="../images/OU6rWMD.png" alt="image" /></p>
|
<p><img src="../images/OU6rWMD.png" alt="image" /></p>
|
||||||
|
@ -120,6 +141,81 @@
|
||||||
|
|
||||||
<p><img src="../images/vPeaMsn9ZT.gif" alt="image" /></p>
|
<p><img src="../images/vPeaMsn9ZT.gif" alt="image" /></p>
|
||||||
|
|
||||||
|
<h1 id="switch-pane-layouts">Switch Pane Layouts</h1>
|
||||||
|
|
||||||
|
<p>will switch between the single page (default) view and the 5-panel WFO view (centered on OAX by default).</p>
|
||||||
|
|
||||||
|
<h1 id="time-options-ctrl--t">Time Options (Ctrl + T)</h1>
|
||||||
|
|
||||||
|
<p>This check button enables/disables the ability to select the time interval between frames of real-time or model data. This feature has the added benefit of allowing you to view extended amounts of data (temporally) but stay within the limits of 64 frames. For example, METAR surface plots, which typically display every hour, can be set to display every three hours via the Select Valid Time and Time Resolution Dialog Box.</p>
|
||||||
|
|
||||||
|
<p>When the Time Options check button is selected, the next product you choose to display in the Main Display Pane launches either the Select Valid Time and Time Resolution dialog box or the Select
|
||||||
|
Offset and Tolerance dialog box.</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>When you are loading data to an empty display and the Time Options check button is enabled, the Select Valid Time and Time Resolution dialog box opens.</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p><strong>Valid Time:</strong> In this column of dates/times, you may choose the one that will be the first frame loaded onto the Large Display Pane. The Default option is the most recent data.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><strong>Time Resolution:</strong> This column contains various time increments in which the data can be displayed. Once you make a selection, the Valid Time Column indents the exact times that will
|
||||||
|
be displayed. The Default resolution displays the most recent frames available.</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>With the Time Options check button enabled for a display that already contains data, when you choose the data to be overlaid in the Main Display Pane, the Select Offset and Tolerance dialog
|
||||||
|
box appears, providing the following options:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p><strong>Offset</strong>: This column contains various time increments at intervals before, at, or after the time you selected for the first product that is displayed in the Main Display Pane.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><strong>Tolerance</strong>: The options in this column refer to how strict the time matching is. “None” means an exact match, while “Infinite” will put the closest match in each frame, regardless of how
|
||||||
|
far off it is.</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h1 id="data-scale-ctrl--s">Data Scale (Ctrl + S)</h1>
|
||||||
|
|
||||||
|
<p>This check button enables/disables the ability to display data on its native scale. For example, if you enable Data Scaling and select a product from an alternate radar, the data will be displayed with that radar in the center of the screen. Other data can be overlaid on this “dynamic” scale until the Main Display Pane is cleared or a non-plan-view product is loaded.</p>
|
||||||
|
|
||||||
|
<h1 id="image-combination-insert">Image Combination (Insert)</h1>
|
||||||
|
|
||||||
|
<p>This check button enables/disables the ability to display two images at once. You can also enable/disable the ability to combine images by using the Toggle Image Combination iconified button on the Toolbar.</p>
|
||||||
|
|
||||||
|
<p>Combined-image displays have been improved by removing the valid time for non-forecast products and removing the date string (time is kept) from the left side of the legend. In particular, this
|
||||||
|
makes All-Tilts radar legends more usable.</p>
|
||||||
|
|
||||||
|
<h1 id="display-properties">Display Properties</h1>
|
||||||
|
|
||||||
|
<p>This menu option opens the Display Properties dialog box. All the options available in this dialog box are also available on the Toolbar.</p>
|
||||||
|
|
||||||
|
<p><img src="../images/x9uQNAI.png" alt="image" /></p>
|
||||||
|
|
||||||
|
<h1 id="loop-properties-ctrl--l">Loop Properties (Ctrl + L)</h1>
|
||||||
|
|
||||||
|
<p>Loop Properties is another dialog box that can be opened from the Options menu or from the Loop Properties iconified button on the D2D Toolbar, or by using the Ctrl + L keyboard shortcut. The dialog allows you to adjust the forward and backward speeds, with 0 = off and 10 = maximum speed. You can set the duration of the first and last frame dwell times to between zero and 2.5 seconds.</p>
|
||||||
|
|
||||||
|
<p>You can turn looping on or off by checking the Looping check button. There is also a Looping button located on the Toolbar that enables/disables the animation in the large display pane. Finally, you can turn looping on and increase/decrease forward speed by pressing Page Up/Page Down on your keyboard, and turn looping off with the Left or Right Arrow keys. On the toolbar, you can use the button to start/stop looping.</p>
|
||||||
|
|
||||||
|
<h1 id="image-properties-ctrl--i">Image Properties (Ctrl + I)</h1>
|
||||||
|
|
||||||
|
<p>The Image Properties dialog box can be opened here or by using the Image Properties iconified button on the D2D Toolbar, or using using the Ctrl + I keyboard shortcut. This dialog box provides options that allow you to change the color table; adjust the brightness, contrast, and alpha of either a single image or combined images; fade between combined images; and/or interpolate the displayed data.</p>
|
||||||
|
|
||||||
|
<h1 id="set-time">Set Time</h1>
|
||||||
|
|
||||||
|
<p>This option allows you to set the CAVE clock, located on the bottom of the screen, to an earlier time for reviewing archived data.</p>
|
||||||
|
|
||||||
|
<h1 id="set-background-color">Set Background Color</h1>
|
||||||
|
|
||||||
|
<p>You can now set the background display color on your workstation. You can also set the background display color for a single pane via mouse Button 3 (B3).</p>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
@ -142,7 +238,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -202,7 +202,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -349,7 +349,7 @@ that were entered into the LSR text database and decoded into the correct point
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -190,7 +190,7 @@ features using DMD, MD, or TVS.</p>
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -238,7 +238,7 @@ the echoes of interest.</li>
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1">
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1">
|
||||||
<meta name="google-site-verification" content="k0e8DrbD40s54xHNBqwIsRrSSAkZoprwtEYDnNY06bU" />
|
<meta name="google-site-verification" content="k0e8DrbD40s54xHNBqwIsRrSSAkZoprwtEYDnNY06bU" />
|
||||||
<meta name="google-site-verification" content="pnjjbQFvjPwaWhEXY6nSyaS9iyghmH-M_yLHBveDX2M">
|
<meta name="google-site-verification" content="pnjjbQFvjPwaWhEXY6nSyaS9iyghmH-M_yLHBveDX2M">
|
||||||
<meta itemprop="name" content="AWIPS II - Satellite Menu">
|
<meta itemprop="name" content="AWIPS II - Satellite Imagery">
|
||||||
<meta itemprop="description" content="Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.">
|
<meta itemprop="description" content="Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.">
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,26 +15,26 @@
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
|
|
||||||
Satellite Menu -
|
Satellite Imagery -
|
||||||
AWIPS II
|
AWIPS II
|
||||||
</title>
|
</title>
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body id="satellite-menu">
|
<body id="satellite-imagery">
|
||||||
|
|
||||||
<main id="content-container" class="polymer-content">
|
<main id="content-container" class="polymer-content">
|
||||||
<app-drawer id="sidebar" unresolved>
|
<app-drawer id="sidebar" unresolved>
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
<h1>
|
<h1>
|
||||||
|
|
||||||
D2D User Guide
|
D2D User Guide
|
||||||
: Satellite Menu
|
: Satellite Imagery
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
</site-banner>
|
</site-banner>
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
<h1>
|
<h1>
|
||||||
|
|
||||||
D2D User Guide
|
D2D User Guide
|
||||||
: Satellite Menu
|
: Satellite Imagery
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
@ -182,7 +182,7 @@ CAVE at all scales.</p>
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1">
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1">
|
||||||
<meta name="google-site-verification" content="k0e8DrbD40s54xHNBqwIsRrSSAkZoprwtEYDnNY06bU" />
|
<meta name="google-site-verification" content="k0e8DrbD40s54xHNBqwIsRrSSAkZoprwtEYDnNY06bU" />
|
||||||
<meta name="google-site-verification" content="pnjjbQFvjPwaWhEXY6nSyaS9iyghmH-M_yLHBveDX2M">
|
<meta name="google-site-verification" content="pnjjbQFvjPwaWhEXY6nSyaS9iyghmH-M_yLHBveDX2M">
|
||||||
<meta itemprop="name" content="AWIPS II - System Menus">
|
<meta itemprop="name" content="AWIPS II - CAVE Menus">
|
||||||
<meta itemprop="description" content="Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.">
|
<meta itemprop="description" content="Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.">
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,26 +15,26 @@
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
|
|
||||||
System Menus -
|
CAVE Menus -
|
||||||
AWIPS II
|
AWIPS II
|
||||||
</title>
|
</title>
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body id="system-menus">
|
<body id="cave-menus">
|
||||||
|
|
||||||
<main id="content-container" class="polymer-content">
|
<main id="content-container" class="polymer-content">
|
||||||
<app-drawer id="sidebar" unresolved>
|
<app-drawer id="sidebar" unresolved>
|
||||||
|
@ -59,8 +59,8 @@
|
||||||
<header class="shrink">
|
<header class="shrink">
|
||||||
<h1>
|
<h1>
|
||||||
|
|
||||||
D2D User Guide
|
Maps, Projections, and Bundles
|
||||||
: System Menus
|
: CAVE Menus
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
</site-banner>
|
</site-banner>
|
||||||
|
@ -73,90 +73,88 @@
|
||||||
<header class="onlyonmobile">
|
<header class="onlyonmobile">
|
||||||
<h1>
|
<h1>
|
||||||
|
|
||||||
D2D User Guide
|
Maps, Projections, and Bundles
|
||||||
: System Menus
|
: CAVE Menus
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<h1 id="cave-menu">CAVE Menu</h1>
|
<h1 id="maps">Maps</h1>
|
||||||
|
|
||||||
<h2 id="awips-statistics">AWIPS Statistics</h2>
|
<p>The default <strong>CONUS</strong> polar stereographic projection can be changed by selecting the Map Scales menu at top-left (click <strong>CONUS to expand)</strong>…</p>
|
||||||
|
|
||||||
<p>captures system performance and analyzes statistics. The captured data is viewable via a graph or .csv file.</p>
|
<p><img src="../images/mapscales.jpg" alt="image" /></p>
|
||||||
|
|
||||||
<p><img src="../images/w3wBYzm.png" alt="image" /></p>
|
<p><strong>File > New Map</strong></p>
|
||||||
|
|
||||||
<h2 id="preferences">Preferences</h2>
|
<p>Opens a new map editor tab with the default projection (CONUS Polar Stereographic).</p>
|
||||||
|
|
||||||
<p>allows the user to set the Base Maps and Server Data directories; set the Database Connection String, Config Directory, and Log Directory for the Hydro applications; set the Localization Site and/or Server for the workstation; configure the Mouse operations; change the Performance Levels; set the Radar Server; set the Font Magnification; and set the Text Workstation hostname.</p>
|
|
||||||
|
|
||||||
<p><img src="../images/ymFRs6S.png" alt="image" /></p>
|
|
||||||
|
|
||||||
<h1 id="file">File</h1>
|
|
||||||
|
|
||||||
<p><img src="../images/67Wwz3L.png" alt="image" /></p>
|
<p><img src="../images/67Wwz3L.png" alt="image" /></p>
|
||||||
|
|
||||||
<h2 id="new-map">New Map</h2>
|
<p>This can also be done by <strong>right-click</strong> on any tab and selecting <strong>New Editor</strong></p>
|
||||||
|
|
||||||
<p>opens a new blank map editor tab. This can also be done by <strong>right-click</strong> on any tab and selecting <strong>New Editor</strong></p>
|
|
||||||
|
|
||||||
<p><img src="../images/Sd3qL6LJ55.gif" alt="image" /></p>
|
<p><img src="../images/Sd3qL6LJ55.gif" alt="image" /></p>
|
||||||
|
|
||||||
<h2 id="new-projection">New Projection</h2>
|
<h1 id="projections">Projections</h1>
|
||||||
|
|
||||||
<p>allows users to create a new map projection.</p>
|
<p><strong>File > New Projection</strong></p>
|
||||||
|
|
||||||
|
<p>Create a new map projection.</p>
|
||||||
|
|
||||||
<p><img src="../images/VANzMW2.png" alt="image" /></p>
|
<p><img src="../images/VANzMW2.png" alt="image" /></p>
|
||||||
|
|
||||||
<h2 id="load-bundle">Load Bundle</h2>
|
<h1 id="bundles">Bundles</h1>
|
||||||
|
|
||||||
<p>provides the ability to load a previously-saved bundle from within the AWIPS II system.</p>
|
<p><strong>File > Save Bundle</strong></p>
|
||||||
|
|
||||||
<p><img src="../images/VWiGMHp.png" alt="image" /></p>
|
<p>Save a product display within the AWIPS II system, synching the bundle between CAVE and the EDEX server.</p>
|
||||||
|
|
||||||
<h2 id="save-bundle">Save Bundle</h2>
|
|
||||||
|
|
||||||
<p>provides the ability to save a product display within the AWIPS II system, synching the bundle between CAVE and the EDEX server.</p>
|
|
||||||
|
|
||||||
<p><img src="../images/xl53gG4.png" alt="image" /></p>
|
<p><img src="../images/xl53gG4.png" alt="image" /></p>
|
||||||
|
|
||||||
<h2 id="delete-bundle">Delete Bundle</h2>
|
<p><strong>File > Load Bundle</strong></p>
|
||||||
|
|
||||||
<p>provides the ability to select and remove a saved bundle.</p>
|
<p>Load a previously-saved bundle from within the AWIPS II system.</p>
|
||||||
|
|
||||||
|
<p><img src="../images/VWiGMHp.png" alt="image" /></p>
|
||||||
|
|
||||||
|
<p><strong>File > Delete Bundle</strong></p>
|
||||||
|
|
||||||
|
<p>Select and remove a saved bundle.</p>
|
||||||
|
|
||||||
<p><img src="../images/eRqHZpD.png" alt="image" /></p>
|
<p><img src="../images/eRqHZpD.png" alt="image" /></p>
|
||||||
|
|
||||||
<h2 id="load-bundle-from-disk">Load Bundle from Disk</h2>
|
<p><strong>File > Load Bundle from Disk</strong></p>
|
||||||
|
|
||||||
<p>provides the ability to load a previously-saved display from a path within the file directory of the workstation.</p>
|
<p>Load a previously-saved display from a path within the file directory of the workstation.</p>
|
||||||
|
|
||||||
<h2 id="save-bundle-to-disk">Save Bundle to Disk</h2>
|
<p><strong>File > Save Bundle to Disk</strong></p>
|
||||||
|
|
||||||
<p>provides the ability to save a product display to a path within the file directory of the workstation.</p>
|
<p>Save a product display to a path within the file directory of the workstation.</p>
|
||||||
|
|
||||||
<h2 id="load-map-from-disk">Load Map from Disk</h2>
|
<p><strong>File > Load Map from Disk</strong></p>
|
||||||
|
|
||||||
<p>provides the ability to load a map or product display from a path within the file directory of the workstation.</p>
|
<p>Load a map or product display from a path within the file directory of the workstation.</p>
|
||||||
|
|
||||||
<h2 id="save-map-to-disk">Save Map to Disk</h2>
|
<p><strong>File > Save Map to Disk</strong></p>
|
||||||
|
|
||||||
<p>provides the ability to save a map or product display to a path within the file directory of the workstation.</p>
|
<p>Save a map or product display to a path within the file directory of the workstation.</p>
|
||||||
|
|
||||||
<h2 id="import">Import</h2>
|
<h1 id="import--export">Import / Export</h1>
|
||||||
|
|
||||||
<p>allows the user to import GIS Data, BCD File, GeoTIFF, LPI File, Shapefile, SPI File, or a D2D Display. The “GIS Data” option opens the GIS application, which provides the ability to import geospatial data from varying GIS data sources. The GIS application has been incorporated into CAVE for use with FX-Net.</p>
|
<p><strong>File > Import</strong></p>
|
||||||
|
|
||||||
<h2 id="export-gt-image">Export > Image</h2>
|
<p>Import GIS Data, BCD File, GeoTIFF, LPI File, Shapefile, SPI File, or a D2D Display. The “GIS Data” option opens the GIS application, which provides the ability to import geospatial data from varying GIS data sources. The GIS application has been incorporated into CAVE for use with FX-Net.</p>
|
||||||
|
|
||||||
|
<p><strong>File > Export > Image</strong></p>
|
||||||
|
|
||||||
<p>which captures a screenshot of the current view</p>
|
<p>which captures a screenshot of the current view</p>
|
||||||
|
|
||||||
<p><img src="../images/UxmboZS.png" alt="image" /></p>
|
<p><img src="../images/UxmboZS.png" alt="image" /></p>
|
||||||
|
|
||||||
<h2 id="export-gt-print-screen">Export > Print Screen</h2>
|
<p><strong>File > Export > Print Screen</strong></p>
|
||||||
|
|
||||||
<p>will bring up the workstation print dialog.</p>
|
<p>will bring up the workstation print dialog.</p>
|
||||||
|
|
||||||
<h2 id="export-gt-kml">Export > KML</h2>
|
<p><strong>File > Export > KML</strong></p>
|
||||||
|
|
||||||
<p>The displays can then be used in other applications or sent to other users for analysis. The “Export” submenu also includes a “KML” option, which allows users to save D2D displays in the KML (Keyhole Markup Language) file format (actually as a compressed KMZ), which can be used in applications such as Google Earth.</p>
|
<p>The displays can then be used in other applications or sent to other users for analysis. The “Export” submenu also includes a “KML” option, which allows users to save D2D displays in the KML (Keyhole Markup Language) file format (actually as a compressed KMZ), which can be used in applications such as Google Earth.</p>
|
||||||
|
|
||||||
|
@ -181,87 +179,6 @@ tiles when loaded in Google Earth.</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h1 id="options">Options</h1>
|
|
||||||
|
|
||||||
<h2 id="clear-data">Clear Data</h2>
|
|
||||||
|
|
||||||
<p>will remove all non-system resources from the current view (this will preserve any maps that you loaded).</p>
|
|
||||||
|
|
||||||
<h2 id="pane--5-pane-layout">1 Pane / 5 Pane Layout</h2>
|
|
||||||
|
|
||||||
<p>will switch between the single page (default) view and the 5-panel WFO view (centered on OAX by default).</p>
|
|
||||||
|
|
||||||
<h2 id="time-options-ctrl--t">Time Options (Ctrl + T)</h2>
|
|
||||||
|
|
||||||
<p>This check button enables/disables the ability to select the time interval between frames of real-time or model data. This feature has the added benefit of allowing you to view extended amounts of data (temporally) but stay within the limits of 64 frames. For example, METAR surface plots, which typically display every hour, can be set to display every three hours via the Select Valid Time and Time Resolution Dialog Box.</p>
|
|
||||||
|
|
||||||
<p>When the Time Options check button is selected, the next product you choose to display in the Main Display Pane launches either the Select Valid Time and Time Resolution dialog box or the Select
|
|
||||||
Offset and Tolerance dialog box.</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<p>When you are loading data to an empty display and the Time Options check button is enabled, the Select Valid Time and Time Resolution dialog box opens.</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<p><strong>Valid Time:</strong> In this column of dates/times, you may choose the one that will be the first frame loaded onto the Large Display Pane. The Default option is the most recent data.</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p><strong>Time Resolution:</strong> This column contains various time increments in which the data can be displayed. Once you make a selection, the Valid Time Column indents the exact times that will
|
|
||||||
be displayed. The Default resolution displays the most recent frames available.</p>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>With the Time Options check button enabled for a display that already contains data, when you choose the data to be overlaid in the Main Display Pane, the Select Offset and Tolerance dialog
|
|
||||||
box appears, providing the following options:</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<p><strong>Offset</strong>: This column contains various time increments at intervals before, at, or after the time you selected for the first product that is displayed in the Main Display Pane.</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p><strong>Tolerance</strong>: The options in this column refer to how strict the time matching is. “None” means an exact match, while “Infinite” will put the closest match in each frame, regardless of how
|
|
||||||
far off it is.</p>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2 id="data-scale-ctrl--s">Data Scale (Ctrl + S)</h2>
|
|
||||||
|
|
||||||
<p>This check button enables/disables the ability to display data on its native scale. For example, if you enable Data Scaling and select a product from an alternate radar, the data will be displayed with that radar in the center of the screen. Other data can be overlaid on this “dynamic” scale until the Main Display Pane is cleared or a non-plan-view product is loaded.</p>
|
|
||||||
|
|
||||||
<h2 id="image-combination-insert">Image Combination (Insert)</h2>
|
|
||||||
|
|
||||||
<p>This check button enables/disables the ability to display two images at once. You can also enable/disable the ability to combine images by using the Toggle Image Combination iconified button on the Toolbar.</p>
|
|
||||||
|
|
||||||
<p>Combined-image displays have been improved by removing the valid time for non-forecast products and removing the date string (time is kept) from the left side of the legend. In particular, this
|
|
||||||
makes All-Tilts radar legends more usable.</p>
|
|
||||||
|
|
||||||
<h2 id="display-properties">Display Properties</h2>
|
|
||||||
|
|
||||||
<p>This menu option opens the Display Properties dialog box. All the options available in this dialog box are also available on the Toolbar.</p>
|
|
||||||
|
|
||||||
<p><img src="../images/x9uQNAI.png" alt="image" /></p>
|
|
||||||
|
|
||||||
<h2 id="loop-properties-ctrl--l">Loop Properties (Ctrl + L)</h2>
|
|
||||||
|
|
||||||
<p>Loop Properties is another dialog box that can be opened from the Options menu or from the Loop Properties iconified button on the D2D Toolbar, or by using the Ctrl + L keyboard shortcut. The dialog allows you to adjust the forward and backward speeds, with 0 = off and 10 = maximum speed. You can set the duration of the first and last frame dwell times to between zero and 2.5 seconds.</p>
|
|
||||||
|
|
||||||
<p>You can turn looping on or off by checking the Looping check button. There is also a Looping button located on the Toolbar that enables/disables the animation in the large display pane. Finally, you can turn looping on and increase/decrease forward speed by pressing Page Up/Page Down on your keyboard, and turn looping off with the Left or Right Arrow keys. On the toolbar, you can use the button to start/stop looping.</p>
|
|
||||||
|
|
||||||
<h2 id="image-properties-ctrl--i">Image Properties (Ctrl + I)</h2>
|
|
||||||
|
|
||||||
<p>The Image Properties dialog box can be opened here or by using the Image Properties iconified button on the D2D Toolbar, or using using the Ctrl + I keyboard shortcut. This dialog box provides options that allow you to change the color table; adjust the brightness, contrast, and alpha of either a single image or combined images; fade between combined images; and/or interpolate the displayed data.</p>
|
|
||||||
|
|
||||||
<h2 id="set-time">Set Time</h2>
|
|
||||||
|
|
||||||
<p>This option allows you to set the CAVE clock, located on the bottom of the screen, to an earlier time for reviewing archived data.</p>
|
|
||||||
|
|
||||||
<h2 id="set-background-color">Set Background Color</h2>
|
|
||||||
|
|
||||||
<p>You can now set the background display color on your workstation. You can also set the background display color for a single pane via mouse Button 3 (B3).</p>
|
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
@ -284,7 +201,7 @@ makes All-Tilts radar legends more usable.</p>
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -319,7 +319,7 @@ Station, City/State, or Lat/Lon radio button, an Entry Box is activated next to
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1">
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1">
|
||||||
<meta name="google-site-verification" content="k0e8DrbD40s54xHNBqwIsRrSSAkZoprwtEYDnNY06bU" />
|
<meta name="google-site-verification" content="k0e8DrbD40s54xHNBqwIsRrSSAkZoprwtEYDnNY06bU" />
|
||||||
<meta name="google-site-verification" content="pnjjbQFvjPwaWhEXY6nSyaS9iyghmH-M_yLHBveDX2M">
|
<meta name="google-site-verification" content="pnjjbQFvjPwaWhEXY6nSyaS9iyghmH-M_yLHBveDX2M">
|
||||||
<meta itemprop="name" content="AWIPS II - Upper Air Menu">
|
<meta itemprop="name" content="AWIPS II - D2D Upper Air Data">
|
||||||
<meta itemprop="description" content="Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.">
|
<meta itemprop="description" content="Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.">
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,26 +15,26 @@
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
|
|
||||||
Upper Air Menu -
|
D2D Upper Air Data -
|
||||||
AWIPS II
|
AWIPS II
|
||||||
</title>
|
</title>
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body id="upper-air-menu">
|
<body id="d2d-upper-air-data">
|
||||||
|
|
||||||
<main id="content-container" class="polymer-content">
|
<main id="content-container" class="polymer-content">
|
||||||
<app-drawer id="sidebar" unresolved>
|
<app-drawer id="sidebar" unresolved>
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
<h1>
|
<h1>
|
||||||
|
|
||||||
D2D User Guide
|
D2D User Guide
|
||||||
: Upper Air Menu
|
: D2D Upper Air Data
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
</site-banner>
|
</site-banner>
|
||||||
|
@ -74,10 +74,11 @@
|
||||||
<h1>
|
<h1>
|
||||||
|
|
||||||
D2D User Guide
|
D2D User Guide
|
||||||
: Upper Air Menu
|
: D2D Upper Air Data
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<p>The Upper Air dropdown menu provides access to upper air plots, profiler data, radar plan-view and perspective displays of winds, and aircraft and rawinsonde data. Nearby Radiosonde Observations (RAOB) are also included on the menu to provide easy viewing of upper air data.</p>
|
||||||
|
|
||||||
<!--TOC_START-->
|
<!--TOC_START-->
|
||||||
<ul id="markdown-toc">
|
<ul id="markdown-toc">
|
||||||
|
@ -110,8 +111,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
<!--TOC_END-->
|
<!--TOC_END-->
|
||||||
|
|
||||||
<p>The Upper Air dropdown menu provides access to upper air plots, profiler data, radar plan-view and perspective displays of winds, and aircraft and rawinsonde data. Nearby Radiosonde Observations (RAOB) are also included on the menu to provide easy viewing of upper air data.</p>
|
|
||||||
|
|
||||||
<h1 id="nucaps-soundings">NUCAPS Soundings</h1>
|
<h1 id="nucaps-soundings">NUCAPS Soundings</h1>
|
||||||
|
|
||||||
<p>The NOAA Unique CrIS/ATMS Processing System (<a href="http://www.ospo.noaa.gov/Products/atmosphere/soundings/nucaps/">NUCAPS</a>) soundings are derived from processing of CrIS/ATMS data, provides cloud cleared radiances and trace gas that enable increased accuracy in the development of the vertical profile of temperature and water vapor retrievals. By clicking on the individual dots, the forecaster is able to render the sounding for the selected point using the <a href="">NSHARP plugin</a>.</p>
|
<p>The NOAA Unique CrIS/ATMS Processing System (<a href="http://www.ospo.noaa.gov/Products/atmosphere/soundings/nucaps/">NUCAPS</a>) soundings are derived from processing of CrIS/ATMS data, provides cloud cleared radiances and trace gas that enable increased accuracy in the development of the vertical profile of temperature and water vapor retrievals. By clicking on the individual dots, the forecaster is able to render the sounding for the selected point using the <a href="">NSHARP plugin</a>.</p>
|
||||||
|
@ -255,7 +254,7 @@ optimal index values, refer to <a href="http://www.wdtb.noaa.gov/workshop/psdp/R
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -103,7 +103,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -140,7 +140,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -187,7 +187,7 @@ com.raytheon.uf.viz.dataplugin.obs.feature
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -223,7 +223,7 @@ on the behaviors they extend (for example, <code>NewBehaviorImpl</code> can call
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -857,7 +857,7 @@ names.</p>
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -290,7 +290,7 @@ dpa.xml pirep.xml
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -192,7 +192,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -424,7 +424,7 @@ shadow DOM)</p>
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -163,7 +163,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -613,7 +613,7 @@ Polymer.dom(this.$.container).insertBefore(insert, this.$.first);
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -891,7 +891,7 @@ the property value is <em>serialized</em> to the attribute.</p>
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -329,7 +329,7 @@ UNIWISC ^pnga2area Q0 CH (.*) (.*) (.*) (.*) (........) (....)
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -139,7 +139,7 @@ stub.</p>
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -171,7 +171,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -489,7 +489,7 @@ nodes directly, you can use the <code>dom-change</code> event.</p>
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -207,7 +207,7 @@ to refer to an asset delivered alongside an HTML import.</p>
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
182
docs/edex/data-access-plugins.html
Normal file
182
docs/edex/data-access-plugins.html
Normal file
|
@ -0,0 +1,182 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html itemscope itemtype="http://schema.org/Organization">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||||
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1">
|
||||||
|
<meta name="google-site-verification" content="k0e8DrbD40s54xHNBqwIsRrSSAkZoprwtEYDnNY06bU" />
|
||||||
|
<meta name="google-site-verification" content="pnjjbQFvjPwaWhEXY6nSyaS9iyghmH-M_yLHBveDX2M">
|
||||||
|
<meta itemprop="name" content="AWIPS II - Unidata AWIPS II">
|
||||||
|
<meta itemprop="description" content="Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.">
|
||||||
|
|
||||||
|
|
||||||
|
<meta itemprop="image" content="https://www.polymer-project.org/images/instacod.png">
|
||||||
|
|
||||||
|
|
||||||
|
<title>
|
||||||
|
|
||||||
|
Unidata AWIPS II -
|
||||||
|
AWIPS II
|
||||||
|
</title>
|
||||||
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body id="unidata-awips-ii">
|
||||||
|
|
||||||
|
<main id="content-container" class="polymer-content">
|
||||||
|
<app-drawer id="sidebar" unresolved>
|
||||||
|
<div layout vertical id="sidebar-content">
|
||||||
|
<div id="logo-container" layout horizontal center>
|
||||||
|
<a href="/awips2/" class="logo"><img src="/awips2/images/logos/awips2.png" alt="AWIPS II User Guide"></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<docs-menu unresolved flex
|
||||||
|
baseurl='/awips2'
|
||||||
|
coreElements='{"core-header-panel":"components/core-header-panel/core-header-panel.html","core-transition-pages":"components/core-animated-pages/transitions/core-transition-pages.html","core-animated-pages":"components/core-animated-pages/core-animated-pages.html","core-overlay":"components/core-overlay/core-overlay.html","core-toolbar":"components/core-toolbar/core-toolbar.html","core-image":"components/core-image/core-image.html","core-shared-lib":"components/core-shared-lib/core-shared-lib.html","core-a11y-keys":"components/core-a11y-keys/core-a11y-keys.html","core-menu-button":"components/core-menu-button/core-menu-button.html","core-icon":"components/core-icon/core-icon.html","core-selection":"components/core-selection/core-selection.html","core-style":"components/core-style/core-style.html","core-menu":"components/core-menu/core-menu.html","core-submenu":"components/core-menu/core-submenu.html","core-list":"components/core-list/core-list.html","core-dropdown-menu":"components/core-dropdown-menu/core-dropdown-menu.html","core-input":"components/core-input/core-input.html","core-iconset-svg":"components/core-iconset-svg/core-iconset-svg.html","core-field":"components/core-field/core-field.html","core-selector":"components/core-selector/core-selector.html","core-media-query":"components/core-media-query/core-media-query.html","core-animation-group":"components/core-animation/core-animation-group.html","core-animation":"components/core-animation/core-animation.html","core-animation-keyframe":"components/core-animation/core-animation.html","core-animation-prop":"components/core-animation/core-animation.html","core-dropdown":"components/core-dropdown/core-dropdown.html","core-dropdown-base":"components/core-dropdown/core-dropdown-base.html","core-pages":"components/core-pages/core-pages.html","core-meta":"components/core-meta/core-meta.html","core-splitter":"components/core-splitter/core-splitter.html","core-scroll-header-panel":"components/core-scroll-header-panel/core-scroll-header-panel.html","core-tooltip":"components/core-tooltip/core-tooltip.html","core-localstorage":"components/core-localstorage/core-localstorage.html","core-scroll-threshold":"components/core-scroll-threshold/core-scroll-threshold.html","core-drag-drop":"components/core-drag-drop/core-drag-drop.html","core-iconset":"components/core-iconset/core-iconset.html","core-label":"components/core-label/core-label.html","core-signals":"components/core-signals/core-signals.html","core-transition":"components/core-transition/core-transition.html","core-scaffold":"components/core-scaffold/core-scaffold.html","core-drawer-panel":"components/core-drawer-panel/core-drawer-panel.html","core-range":"components/core-range/core-range.html","core-collapse":"components/core-collapse/core-collapse.html","core-xhr":"components/core-ajax/core-xhr.html","core-ajax":"components/core-ajax/core-ajax.html","core-icon-button":"components/core-icon-button/core-icon-button.html","core-item":"components/core-item/core-item.html"}'
|
||||||
|
paperElements='{"paper-dropdown":"components/paper-dropdown/paper-dropdown.html","paper-dropdown-transition":"components/paper-dropdown/paper-dropdown-transition.html","paper-item":"components/paper-item/paper-item.html","paper-dropdown-menu":"components/paper-dropdown-menu/paper-dropdown-menu.html","paper-checkbox":"components/paper-checkbox/paper-checkbox.html","paper-button":"components/paper-button/paper-button.html","paper-button-base":"components/paper-button/paper-button-base.html","paper-menu-button":"components/paper-menu-button/paper-menu-button.html","paper-radio-group":"components/paper-radio-group/paper-radio-group.html","paper-toast":"components/paper-toast/paper-toast.html","paper-char-counter":"components/paper-input/paper-char-counter.html","paper-autogrow-textarea":"components/paper-input/paper-autogrow-textarea.html","paper-input":"components/paper-input/paper-input.html","paper-input-decorator":"components/paper-input/paper-input-decorator.html","paper-slider":"components/paper-slider/paper-slider.html","paper-toggle-button":"components/paper-toggle-button/paper-toggle-button.html","paper-fab":"components/paper-fab/paper-fab.html","paper-ripple":"components/paper-ripple/paper-ripple.html","paper-icon-button":"components/paper-icon-button/paper-icon-button.html","paper-tabs":"components/paper-tabs/paper-tabs.html","paper-tab":"components/paper-tabs/paper-tab.html","paper-shadow":"components/paper-shadow/paper-shadow.html","paper-radio-button":"components/paper-radio-button/paper-radio-button.html","paper-dialog":"components/paper-dialog/paper-dialog.html","paper-action-dialog":"components/paper-dialog/paper-action-dialog.html","paper-dialog-base":"components/paper-dialog/paper-dialog-base.html","paper-dialog-transition":"components/paper-dialog/paper-dialog-transition.html","paper-spinner":"components/paper-spinner/paper-spinner.html","paper-progress":"components/paper-progress/paper-progress.html"}'></docs-menu>
|
||||||
|
</div>
|
||||||
|
</app-drawer>
|
||||||
|
|
||||||
|
<scroll-area sidebar unresolved class="scrolling">
|
||||||
|
<site-banner type="guide" shortname="" unresolved>
|
||||||
|
|
||||||
|
<app-bar theme="light" class="bar fixed">
|
||||||
|
</app-bar>
|
||||||
|
|
||||||
|
<header class="shrink">
|
||||||
|
<h1>
|
||||||
|
|
||||||
|
EDEX Data Plugins
|
||||||
|
: Unidata AWIPS II
|
||||||
|
</h1>
|
||||||
|
</header>
|
||||||
|
</site-banner>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="show-permalinks">
|
||||||
|
|
||||||
|
<header class="onlyonmobile">
|
||||||
|
<h1>
|
||||||
|
|
||||||
|
EDEX Data Plugins
|
||||||
|
: Unidata AWIPS II
|
||||||
|
</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
td:first-child { font-weight: bold }
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<h1 id="edex-data-access-plugins">EDEX Data Access Plugins</h1>
|
||||||
|
|
||||||
|
<p>EDEX plugins which provide access to datasets via the <a href="http://python-awips.readthedocs.io/en/latest/">python-awips</a> Data Access Framework:</p>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th style="text-align: left">Data Type</th>
|
||||||
|
<th style="text-align: left">Plugin Name</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ACARS</td>
|
||||||
|
<td style="text-align: left">acars-dataaccess</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">AIREPs</td>
|
||||||
|
<td style="text-align: left">airep-dataaccess</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">Lightning</td>
|
||||||
|
<td style="text-align: left">binlightning-dataaccess</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">BUFR MOS</td>
|
||||||
|
<td style="text-align: left">bufrmos-dataaccess</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">BURF UA</td>
|
||||||
|
<td style="text-align: left">bufrua-dataaccess</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">Climate DB</td>
|
||||||
|
<td style="text-align: left">climate-dataaccess</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">LDAD mesonet</td>
|
||||||
|
<td style="text-align: left">ldadmesonet-dataaccess</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">Model Soundings</td>
|
||||||
|
<td style="text-align: left">modelsounding-dataaccess</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">METAR</td>
|
||||||
|
<td style="text-align: left">obs-dataaccess</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">PIREPs</td>
|
||||||
|
<td style="text-align: left">pirep-dataaccess</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">Wine Profiler</td>
|
||||||
|
<td style="text-align: left">profiler-dataaccess</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">Synop/Marine Obs</td>
|
||||||
|
<td style="text-align: left">sfcobs-dataaccess</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">Warnings</td>
|
||||||
|
<td style="text-align: left">warning-dataaccess</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<div>
|
||||||
|
<div class="links">
|
||||||
|
<a href="https://www.facebook.com/unidata" title="Unidata on Facebook" tabindex="-1"><paper-button><core-icon icon="social:post-facebook"></core-icon>Facebook</paper-button></a>
|
||||||
|
<a href="https://twitter.com/intent/follow?screen_name=unidata" data-twitter-follow title="Follow @Unidata on Twitter" tabindex="-1"><paper-button><core-icon icon="social:post-twitter"></core-icon>Twitter</paper-button></a>
|
||||||
|
<a href="https://github.com/Unidata/awips2"><paper-button class="github" tabindex="-1"><core-icon icon="social:post-github"></core-icon>GitHub</paper-button></a>
|
||||||
|
<a href="https://github.com/Unidata/awips2/issues/new" tabindex="-1"><paper-button><core-icon icon="bug-report"></core-icon>File a bug</paper-button></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
|
</scroll-area>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -350,7 +350,7 @@ Example…</p>
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -78,179 +78,427 @@
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<h1 id="edex-data-decoder-plugins">EDEX Data Decoder Plugins</h1>
|
<style>
|
||||||
<p>| NAME | DESCRIPTION |
|
td:first-child { font-weight: bold }
|
||||||
|:——-|:————–|
|
</style>
|
||||||
| acars | Aircraft Communications Addressing and Reporting System observations |
|
|
||||||
| acarssounding | Vertical profiles derived from ACARS data |
|
|
||||||
| airep | Automated Aircraft Reports |
|
|
||||||
| airmet | “Airmen’s Meteorological Information”: aviation weather advisories for potentially hazardous, but non-severe weather |
|
|
||||||
| arealffgGenerator | Creates a mosaic of gridded ffg fields generated by RFCs for a WFO’s area |
|
|
||||||
| arealQpeGen | Creates a mosaic of gridded QPE for a WFO’s area |
|
|
||||||
| atcf | Automated Tropical Cyclone Forecast |
|
|
||||||
| aww | Airport Weather Warning |
|
|
||||||
| binlightning | Lightning data from the National Lightning Detection Network |
|
|
||||||
| bufrascat | Advanced Scatterometer wind data |
|
|
||||||
| bufrhdw | GOES High Density Winds |
|
|
||||||
| bufrmos | Model Output Statistics |
|
|
||||||
| bufrmthdw | MTSAT (Japanese Multi-Functional Transport Satellite) High Density Winds |
|
|
||||||
| bufrncwf | National Convective Weather Forecast for Aviation |
|
|
||||||
| bufrobs | BUFR formatted surface and sea obs |
|
|
||||||
| bufrquikscat | NASA QuikSCAT (Quick Scatterometer) satellite carrying the SeaWinds scatterometer (OOS 2009) |
|
|
||||||
| bufrsigwx | Aviation Significant Weather |
|
|
||||||
| bufrssmi | Special Sensor Microwave/Imager data from DMSP (Defesne Meteorological Satellite Program) satellites |
|
|
||||||
| bufrua | Upper air radiosonde data |
|
|
||||||
| ccfp | Aviation Collaborative Convective Forecast Product |
|
|
||||||
| climate-hmdb | Climate text products |
|
|
||||||
| convectprob | NOAA/CIMSS Prob Severe Model |
|
|
||||||
| convsigmet | Aviation Significant Meteorological Information for convective weather |
|
|
||||||
| crimss | NPP/NPOESS CrIMSS (Cross Track Infrared and Microwave Sounding Suite) soundings |
|
|
||||||
| cwa | Aviation Center Weather Advisory, issued by CWSUs (Center Weather Service Units) |
|
|
||||||
| cwat | County Warning Area Threat produced by SCAN. CWAT was formerly called SCAN Convective Threat Index (SCTI). Raw data inputs include radar, cloud-to-ground lightning from the NLDN, and a few RUC130 fields. Radar data [with WSR-88D product mnemonics and numbers] needed for CWAT are 1 km Composite Reflectivity [CZ, 37]; 4 km Vertically Integrated Liquid [VIL, 57]; Storm Track [STI, 58]; Mesocyclone Detections [MD, 141]; and Tornadic Vortex Signatures [TVS, 61]. RUC130 fields include 700 mb Wind, Freezing Level, 1000-500 mb Thickness and 500 mb Wind as specified in the SCANRunSiteConfig.xml file.) |
|
|
||||||
| dmw | GOES-R Derived Motion Winds |
|
|
||||||
| ffg | Flash flood guidance metadata (countybased ffg from RFCs) |
|
|
||||||
| ffmp | Flash Flood Monitoring and Prediction data. Raw data inputs: radar, gridded flash flood guidance from River Forecast Centers, highresolution precipitation estimates [HPE] and nowcasts [HPN], QPF from SCAN and gage data from the IHFS [Integrated Hydrologic Forecast System] database. Radar data [with WSR-88D product mnemonics and numbers] needed for FFMP are Digital Hybrid Reflectivity [DHR, 32] and Digital Precipitation Rate [DPR, 176]. The raw GRIB files containing RFC Flash Flood Guidance are identified in the tables in Part 2 of this document as NWS_151 or FFG-XXX, where XXX is an RFC identifier such as TUA, KRF, or ALR. |
|
|
||||||
| fog | Fog Monitor. Raw data inputs: METAR, Mesonet, maritime, buoys, MAROBs, and satellite [visible, 3.9 µm, and 10.7 µm]) |
|
|
||||||
| freezingLevel | MPE Rapid Refresh Freezing Level scheduled process (MpeRUCFreezingLevel) |
|
|
||||||
| fssobs | Observations for the Fog monitor, SNOW, and SAFESEAS. Raw data inputs: METAR, Mesonet, maritime, buoys, MAROBs. |
|
|
||||||
| gaff | Generate Areal Flash Flood Guidance |
|
|
||||||
| geomag | NCEP SWPC Geomagnetic Data |
|
|
||||||
| gfe | Graphical Forecast Editor grids |
|
|
||||||
| ghcd | NCEP Generic High Cadence Data |
|
|
||||||
| goesr | Plugins to decode and display GOES-R products |
|
|
||||||
| goessounding | GOES Satellite Soundings |
|
|
||||||
| gpd | NCEP Generic Point Data |
|
|
||||||
| grid | Binary gridded data grib1/grib2 |
|
|
||||||
| idft | Ice Drift Forecasts |
|
|
||||||
| intlsigmet | International Significant Meteorological Information for Aviation |
|
|
||||||
| ldad | Local Data Acquisition and Dissemination |
|
|
||||||
| ldadhydro | Local Data Acquisition and Dissemination Hydro data files |
|
|
||||||
| ldadmanual | Local Data Acquisition and Dissemination Manual Ingest |
|
|
||||||
| ldadmesonet | Local Data Acquisition and Dissemination Mesonet data files |
|
|
||||||
| ldadprofiler | Local Data Acquisition and Dissemination Profiler data files |
|
|
||||||
| lma | Lightning Mapping Array |
|
|
||||||
| loctables | Location Tables Ingest |
|
|
||||||
| lsr | Local Storm Reports |
|
|
||||||
| madis | Meteorological Assimilation Data Ingest System |
|
|
||||||
| manualIngest | Manual data ingest plugin |
|
|
||||||
| mcidas | NCEP decoder for McIDAS AREA files |
|
|
||||||
| metartohmdb | Adds metar records to the Verification and Climate database |
|
|
||||||
| modelsounding | Individual grid point soundings from the GFS and NAM models |
|
|
||||||
| modis | NASA Moderate-resolution Imaging Spectroradiometer |
|
|
||||||
| mosaic | NCEP Radar mosaic data files |
|
|
||||||
| mping | mPING Crowdsourced weather reports (http://mping.nssl.noaa.gov/) |
|
|
||||||
| ncpafm | NCEP Point/Area Forecast Matrices data |
|
|
||||||
| ncscat | NCEP ASCAT/Quikscat records |
|
|
||||||
| nctaf | NCEP Terminal Aerodrome Forecasts |
|
|
||||||
| nctext | NCEP Text decoders |
|
|
||||||
| ncuair | NCEP Upper Air decoder |
|
|
||||||
| ndm | National Dataset Maintenance ingester |
|
|
||||||
| nonconvsigmet | Aviation Significant Meteorological Information for non-convective weather |
|
|
||||||
| ntrans | NCCEP Ntrans Metafiles |
|
|
||||||
| nucaps | Soundings from NOAA Unique CrIS/ATMS Processing System from NPP (National Polar-Orbiting Partnership) Satellites |
|
|
||||||
| obs | Surface observations from METARs |
|
|
||||||
| pgen | NCEP NAWIPS PGEN decoder |
|
|
||||||
| pirep | Pilot Reports |
|
|
||||||
| poessounding | Polar Operational Environmental Satellite soundings |
|
|
||||||
| preciprate | Precipitation Rate from SCAN. Raw data input: radar data [with WSR-88D product mnemonic and number] needed for preciprate are Digital Hybrid Reflectivity [DHR, 32]) |
|
|
||||||
| profiler | Wind Profiler data |
|
|
||||||
| q2FileProcessor | Q2 Verification System gzipped files |
|
|
||||||
| qc | QC mesonet data |
|
|
||||||
| qpf | Quantitative Precipitation Forecast from SCAN (raw data inputs: radar and some RUC130 fields. Radar data [with WSR-88D product mnemonics and numbers] needed for SCAN’s QPF are 0.5 degree Base Reflectivity [Z, 19], 4 km Vertically Integrated Liquid [VIL, 57], and Storm Track [STI, 58]. The RUC130 field needed is 700 mb Wind, as defined in the SCANRunSiteConfig.xml file.) |
|
|
||||||
| radar | WSR-88D and TDWR data |
|
|
||||||
| redbook | “Redbook” graphics |
|
|
||||||
| regionalsat | Decoder implementation for netcdf3 files generated by the Alaska Region and GOES-R Proving Ground |
|
|
||||||
| satellite-gini | GINI-formatted satellite imagery (GOES, POES, VIIRS, FNEXRAD) |
|
|
||||||
| satellite-mcidas | McIDAS area files (Raytheon/D2D-developed) |
|
|
||||||
| satpre | Satellite-estimated Pecipiration (hydroApps) |
|
|
||||||
| scan | SCAN (System for Convection Analysis and Nowcasting) (Inputs for the SCAN Table include radar, cloud-toground lightning from the NLDN, fields from RUC130, and CWAT. Specific radar products [with WSR-88D product mnemonics and numbers] are: 1 km Composite Reflectivity [CZ, 37]; 0.5 degree Base Reflectivity [Z, 19]; 4 km Vertically Integrated Liquid [VIL, 57]; Storm Track [STI, 58]; Mesocyclone Detections [MD, 141]; and Tornadic Vortex Signature [TVS, 61]. The SCAN Digital Mesocyclone Detection Table uses the WSR-88D DMD product [number 149]. RUC130 fields used for SCAN include CAPE, 0-3 km Storm Relative Helicity, 700 mb Wind, Freezing Level, 1000-500 mb Thickness, and 500 mb Wind.) |
|
|
||||||
| sfcobs | Surface observations other than METAR format including buoys |
|
|
||||||
| sgwh | NCEP BUFR Significant Wave Height data - SGWH (Jason-1), SGWHA (Altika), SGWHC (CryoSat), SGWHE (Envisat), SGWHG (GFO), or SGWH2 (Jason-2) |
|
|
||||||
| shef | Standard Hydrometeorological Exchange Format data. |
|
|
||||||
| solarimage | NCEP SWPC Solar imagery |
|
|
||||||
| ssha | NCEP Sea Surface Height Anomaly BUFR data |
|
|
||||||
| stormtrack | NCEP StormTrack Plug-In (Automatic Tropical Cyclone Forecast & Ensemble cyclones) |
|
|
||||||
| svrwx | SPC Local Storm Report Summaries |
|
|
||||||
| taf | Terminal Aerodrome Forecasts |
|
|
||||||
| tcg | Tropical Cyclone Guidance |
|
|
||||||
| tcm | Tropical Cyclone Forecast/Advisory |
|
|
||||||
| tcs | Tropical Cyclone Forecast/Advisory |
|
|
||||||
| text | Various Text Products |
|
|
||||||
| textlightning | Text lightning data |
|
|
||||||
| vaa | Volcanic ash advisories |
|
|
||||||
| viirs | Visible Infrared Imaging Radiometer Suite data |
|
|
||||||
| vil | Cell-based Vertically Integrated Liquid from SCAN (System for Convection Analysis and Nowcasting) |
|
|
||||||
| warning | Watches, Warnings, and Advisories |
|
|
||||||
| wcp | SPC Convective Watches |</p>
|
|
||||||
|
|
||||||
<h1 id="edex-dataaccess-plugins">EDEX DataAccess Plugins</h1>
|
<h1 id="edex-data-decoder-plugins">EDEX Data Decoder Plugins</h1>
|
||||||
|
|
||||||
<p>EDEX plugins which provide access to datasets via the Data Access Framework (including the python-awips client):</p>
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="text-align: left">Data Type</th>
|
<th style="text-align: left">NAME</th>
|
||||||
<th style="text-align: left">Plugin Name</th>
|
<th style="text-align: left">DESCRIPTION</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">ACARS</td>
|
<td style="text-align: left">acars</td>
|
||||||
<td style="text-align: left">acars-dataaccess</td>
|
<td style="text-align: left">Aircraft Communications Addressing and Reporting System observations</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">AIREPs</td>
|
<td style="text-align: left">acarssounding</td>
|
||||||
<td style="text-align: left">airep-dataaccess</td>
|
<td style="text-align: left">Vertical profiles derived from ACARS data</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">Lightning</td>
|
<td style="text-align: left">airep</td>
|
||||||
<td style="text-align: left">binlightning-dataaccess</td>
|
<td style="text-align: left">Automated Aircraft Reports</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">BUFR MOS</td>
|
<td style="text-align: left">airmet</td>
|
||||||
<td style="text-align: left">bufrmos-dataaccess</td>
|
<td style="text-align: left">“Airmen’s Meteorological Information”: aviation weather advisories for potentially hazardous, but non-severe weather</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">BURF UA</td>
|
<td style="text-align: left">arealffgGenerator</td>
|
||||||
<td style="text-align: left">bufrua-dataaccess</td>
|
<td style="text-align: left">Creates a mosaic of gridded ffg fields generated by RFCs for a WFO’s area</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">Climate DB</td>
|
<td style="text-align: left">arealQpeGen</td>
|
||||||
<td style="text-align: left">climate-dataaccess</td>
|
<td style="text-align: left">Creates a mosaic of gridded QPE for a WFO’s area</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">LDAD mesonet</td>
|
<td style="text-align: left">atcf</td>
|
||||||
<td style="text-align: left">ldadmesonet-dataaccess</td>
|
<td style="text-align: left">Automated Tropical Cyclone Forecast</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">Model Soundings</td>
|
<td style="text-align: left">aww</td>
|
||||||
<td style="text-align: left">modelsounding-dataaccess</td>
|
<td style="text-align: left">Airport Weather Warning</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">METAR</td>
|
<td style="text-align: left">binlightning</td>
|
||||||
<td style="text-align: left">obs-dataaccess</td>
|
<td style="text-align: left">Lightning data from the National Lightning Detection Network</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">PIREPs</td>
|
<td style="text-align: left">bufrascat</td>
|
||||||
<td style="text-align: left">pirep-dataaccess</td>
|
<td style="text-align: left">Advanced Scatterometer wind data</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">Wine Profiler</td>
|
<td style="text-align: left">bufrhdw</td>
|
||||||
<td style="text-align: left">profiler-dataaccess</td>
|
<td style="text-align: left">GOES High Density Winds</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">Synop/Marine Obs</td>
|
<td style="text-align: left">bufrmos</td>
|
||||||
<td style="text-align: left">sfcobs-dataaccess</td>
|
<td style="text-align: left">Model Output Statistics</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">Warnings</td>
|
<td style="text-align: left">bufrmthdw</td>
|
||||||
<td style="text-align: left">warning-dataaccess</td>
|
<td style="text-align: left">MTSAT (Japanese Multi-Functional Transport Satellite) High Density Winds</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">bufrncwf</td>
|
||||||
|
<td style="text-align: left">National Convective Weather Forecast for Aviation</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">bufrobs</td>
|
||||||
|
<td style="text-align: left">BUFR formatted surface and sea obs</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">bufrquikscat</td>
|
||||||
|
<td style="text-align: left">NASA QuikSCAT (Quick Scatterometer) satellite carrying the SeaWinds scatterometer (OOS 2009)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">bufrsigwx</td>
|
||||||
|
<td style="text-align: left">Aviation Significant Weather</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">bufrssmi</td>
|
||||||
|
<td style="text-align: left">Special Sensor Microwave/Imager data from DMSP (Defesne Meteorological Satellite Program) satellites</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">bufrua</td>
|
||||||
|
<td style="text-align: left">Upper air radiosonde data</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ccfp</td>
|
||||||
|
<td style="text-align: left">Aviation Collaborative Convective Forecast Product</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">climate-hmdb</td>
|
||||||
|
<td style="text-align: left">Climate text products</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">convectprob</td>
|
||||||
|
<td style="text-align: left">NOAA/CIMSS Prob Severe Model</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">convsigmet</td>
|
||||||
|
<td style="text-align: left">Aviation Significant Meteorological Information for convective weather</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">crimss</td>
|
||||||
|
<td style="text-align: left">NPP/NPOESS CrIMSS (Cross Track Infrared and Microwave Sounding Suite) soundings</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">cwa</td>
|
||||||
|
<td style="text-align: left">Aviation Center Weather Advisory, issued by CWSUs (Center Weather Service Units)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">cwat</td>
|
||||||
|
<td style="text-align: left">County Warning Area Threat produced by SCAN. CWAT was formerly called SCAN Convective Threat Index (SCTI). Raw data inputs include radar, cloud-to-ground lightning from the NLDN, and a few RUC130 fields. Radar data [with WSR-88D product mnemonics and numbers] needed for CWAT are 1 km Composite Reflectivity [CZ, 37]; 4 km Vertically Integrated Liquid [VIL, 57]; Storm Track [STI, 58]; Mesocyclone Detections [MD, 141]; and Tornadic Vortex Signatures [TVS, 61]. RUC130 fields include 700 mb Wind, Freezing Level, 1000-500 mb Thickness and 500 mb Wind as specified in the SCANRunSiteConfig.xml file.)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">dmw</td>
|
||||||
|
<td style="text-align: left">GOES-R Derived Motion Winds</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ffg</td>
|
||||||
|
<td style="text-align: left">Flash flood guidance metadata (countybased ffg from RFCs)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ffmp</td>
|
||||||
|
<td style="text-align: left">Flash Flood Monitoring and Prediction data. Raw data inputs: radar, gridded flash flood guidance from River Forecast Centers, highresolution precipitation estimates [HPE] and nowcasts [HPN], QPF from SCAN and gage data from the IHFS [Integrated Hydrologic Forecast System] database. Radar data [with WSR-88D product mnemonics and numbers] needed for FFMP are Digital Hybrid Reflectivity [DHR, 32] and Digital Precipitation Rate [DPR, 176]. The raw GRIB files containing RFC Flash Flood Guidance are identified in the tables in Part 2 of this document as NWS_151 or FFG-XXX, where XXX is an RFC identifier such as TUA, KRF, or ALR.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">fog</td>
|
||||||
|
<td style="text-align: left">Fog Monitor. Raw data inputs: METAR, Mesonet, maritime, buoys, MAROBs, and satellite [visible, 3.9 µm, and 10.7 µm])</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">freezingLevel</td>
|
||||||
|
<td style="text-align: left">MPE Rapid Refresh Freezing Level scheduled process (MpeRUCFreezingLevel)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">fssobs</td>
|
||||||
|
<td style="text-align: left">Observations for the Fog monitor, SNOW, and SAFESEAS. Raw data inputs: METAR, Mesonet, maritime, buoys, MAROBs.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">gaff</td>
|
||||||
|
<td style="text-align: left">Generate Areal Flash Flood Guidance</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">geomag</td>
|
||||||
|
<td style="text-align: left">NCEP SWPC Geomagnetic Data</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">gfe</td>
|
||||||
|
<td style="text-align: left">Graphical Forecast Editor grids</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ghcd</td>
|
||||||
|
<td style="text-align: left">NCEP Generic High Cadence Data</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">goesr</td>
|
||||||
|
<td style="text-align: left">Plugins to decode and display GOES-R products</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">goessounding</td>
|
||||||
|
<td style="text-align: left">GOES Satellite Soundings</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">gpd</td>
|
||||||
|
<td style="text-align: left">NCEP Generic Point Data</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">grid</td>
|
||||||
|
<td style="text-align: left">Binary gridded data grib1/grib2</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">idft</td>
|
||||||
|
<td style="text-align: left">Ice Drift Forecasts</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">intlsigmet</td>
|
||||||
|
<td style="text-align: left">International Significant Meteorological Information for Aviation</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ldad</td>
|
||||||
|
<td style="text-align: left">Local Data Acquisition and Dissemination</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ldadhydro</td>
|
||||||
|
<td style="text-align: left">Local Data Acquisition and Dissemination Hydro data files</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ldadmanual</td>
|
||||||
|
<td style="text-align: left">Local Data Acquisition and Dissemination Manual Ingest</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ldadmesonet</td>
|
||||||
|
<td style="text-align: left">Local Data Acquisition and Dissemination Mesonet data files</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ldadprofiler</td>
|
||||||
|
<td style="text-align: left">Local Data Acquisition and Dissemination Profiler data files</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">lma</td>
|
||||||
|
<td style="text-align: left">Lightning Mapping Array</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">loctables</td>
|
||||||
|
<td style="text-align: left">Location Tables Ingest</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">lsr</td>
|
||||||
|
<td style="text-align: left">Local Storm Reports</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">madis</td>
|
||||||
|
<td style="text-align: left">Meteorological Assimilation Data Ingest System</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">manualIngest</td>
|
||||||
|
<td style="text-align: left">Manual data ingest plugin</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">mcidas</td>
|
||||||
|
<td style="text-align: left">NCEP decoder for McIDAS AREA files</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">metartohmdb</td>
|
||||||
|
<td style="text-align: left">Adds metar records to the Verification and Climate database</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">modelsounding</td>
|
||||||
|
<td style="text-align: left">Individual grid point soundings from the GFS and NAM models</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">modis</td>
|
||||||
|
<td style="text-align: left">NASA Moderate-resolution Imaging Spectroradiometer</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">mosaic</td>
|
||||||
|
<td style="text-align: left">NCEP Radar mosaic data files</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">mping</td>
|
||||||
|
<td style="text-align: left">mPING Crowdsourced weather reports (http://mping.nssl.noaa.gov/)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ncpafm</td>
|
||||||
|
<td style="text-align: left">NCEP Point/Area Forecast Matrices data</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ncscat</td>
|
||||||
|
<td style="text-align: left">NCEP ASCAT/Quikscat records</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">nctaf</td>
|
||||||
|
<td style="text-align: left">NCEP Terminal Aerodrome Forecasts</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">nctext</td>
|
||||||
|
<td style="text-align: left">NCEP Text decoders</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ncuair</td>
|
||||||
|
<td style="text-align: left">NCEP Upper Air decoder</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ndm</td>
|
||||||
|
<td style="text-align: left">National Dataset Maintenance ingester</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">nonconvsigmet</td>
|
||||||
|
<td style="text-align: left">Aviation Significant Meteorological Information for non-convective weather</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ntrans</td>
|
||||||
|
<td style="text-align: left">NCCEP Ntrans Metafiles</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">nucaps</td>
|
||||||
|
<td style="text-align: left">Soundings from NOAA Unique CrIS/ATMS Processing System from NPP (National Polar-Orbiting Partnership) Satellites</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">obs</td>
|
||||||
|
<td style="text-align: left">Surface observations from METARs</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">pgen</td>
|
||||||
|
<td style="text-align: left">NCEP NAWIPS PGEN decoder</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">pirep</td>
|
||||||
|
<td style="text-align: left">Pilot Reports</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">poessounding</td>
|
||||||
|
<td style="text-align: left">Polar Operational Environmental Satellite soundings</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">preciprate</td>
|
||||||
|
<td style="text-align: left">Precipitation Rate from SCAN. Raw data input: radar data [with WSR-88D product mnemonic and number] needed for preciprate are Digital Hybrid Reflectivity [DHR, 32])</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">profiler</td>
|
||||||
|
<td style="text-align: left">Wind Profiler data</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">q2FileProcessor</td>
|
||||||
|
<td style="text-align: left">Q2 Verification System gzipped files</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">qc</td>
|
||||||
|
<td style="text-align: left">QC mesonet data</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">qpf</td>
|
||||||
|
<td style="text-align: left">Quantitative Precipitation Forecast from SCAN (raw data inputs: radar and some RUC130 fields. Radar data [with WSR-88D product mnemonics and numbers] needed for SCAN’s QPF are 0.5 degree Base Reflectivity [Z, 19], 4 km Vertically Integrated Liquid [VIL, 57], and Storm Track [STI, 58]. The RUC130 field needed is 700 mb Wind, as defined in the SCANRunSiteConfig.xml file.)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">radar</td>
|
||||||
|
<td style="text-align: left">WSR-88D and TDWR data</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">redbook</td>
|
||||||
|
<td style="text-align: left">“Redbook” graphics</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">regionalsat</td>
|
||||||
|
<td style="text-align: left">Decoder implementation for netcdf3 files generated by the Alaska Region and GOES-R Proving Ground</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">satellite-gini</td>
|
||||||
|
<td style="text-align: left">GINI-formatted satellite imagery (GOES, POES, VIIRS, FNEXRAD)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">satellite-mcidas</td>
|
||||||
|
<td style="text-align: left">McIDAS area files (Raytheon/D2D-developed)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">satpre</td>
|
||||||
|
<td style="text-align: left">Satellite-estimated Pecipiration (hydroApps)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">scan</td>
|
||||||
|
<td style="text-align: left">SCAN (System for Convection Analysis and Nowcasting) (Inputs for the SCAN Table include radar, cloud-toground lightning from the NLDN, fields from RUC130, and CWAT. Specific radar products [with WSR-88D product mnemonics and numbers] are: 1 km Composite Reflectivity [CZ, 37]; 0.5 degree Base Reflectivity [Z, 19]; 4 km Vertically Integrated Liquid [VIL, 57]; Storm Track [STI, 58]; Mesocyclone Detections [MD, 141]; and Tornadic Vortex Signature [TVS, 61]. The SCAN Digital Mesocyclone Detection Table uses the WSR-88D DMD product [number 149]. RUC130 fields used for SCAN include CAPE, 0-3 km Storm Relative Helicity, 700 mb Wind, Freezing Level, 1000-500 mb Thickness, and 500 mb Wind.)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">sfcobs</td>
|
||||||
|
<td style="text-align: left">Surface observations other than METAR format including buoys</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">sgwh</td>
|
||||||
|
<td style="text-align: left">NCEP BUFR Significant Wave Height data - SGWH (Jason-1), SGWHA (Altika), SGWHC (CryoSat), SGWHE (Envisat), SGWHG (GFO), or SGWH2 (Jason-2)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">shef</td>
|
||||||
|
<td style="text-align: left">Standard Hydrometeorological Exchange Format data.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">solarimage</td>
|
||||||
|
<td style="text-align: left">NCEP SWPC Solar imagery</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">ssha</td>
|
||||||
|
<td style="text-align: left">NCEP Sea Surface Height Anomaly BUFR data</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">stormtrack</td>
|
||||||
|
<td style="text-align: left">NCEP StormTrack Plug-In (Automatic Tropical Cyclone Forecast & Ensemble cyclones)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">svrwx</td>
|
||||||
|
<td style="text-align: left">SPC Local Storm Report Summaries</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">taf</td>
|
||||||
|
<td style="text-align: left">Terminal Aerodrome Forecasts</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">tcg</td>
|
||||||
|
<td style="text-align: left">Tropical Cyclone Guidance</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">tcm</td>
|
||||||
|
<td style="text-align: left">Tropical Cyclone Forecast/Advisory</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">tcs</td>
|
||||||
|
<td style="text-align: left">Tropical Cyclone Forecast/Advisory</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">text</td>
|
||||||
|
<td style="text-align: left">Various Text Products</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">textlightning</td>
|
||||||
|
<td style="text-align: left">Text lightning data</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">vaa</td>
|
||||||
|
<td style="text-align: left">Volcanic ash advisories</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">viirs</td>
|
||||||
|
<td style="text-align: left">Visible Infrared Imaging Radiometer Suite data</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">vil</td>
|
||||||
|
<td style="text-align: left">Cell-based Vertically Integrated Liquid from SCAN (System for Convection Analysis and Nowcasting)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">warning</td>
|
||||||
|
<td style="text-align: left">Watches, Warnings, and Advisories</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: left">wcp</td>
|
||||||
|
<td style="text-align: left">SPC Convective Watches</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
@ -272,7 +520,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
295
docs/edex/data-purge.html
Normal file
295
docs/edex/data-purge.html
Normal file
|
@ -0,0 +1,295 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html itemscope itemtype="http://schema.org/Organization">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||||
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1">
|
||||||
|
<meta name="google-site-verification" content="k0e8DrbD40s54xHNBqwIsRrSSAkZoprwtEYDnNY06bU" />
|
||||||
|
<meta name="google-site-verification" content="pnjjbQFvjPwaWhEXY6nSyaS9iyghmH-M_yLHBveDX2M">
|
||||||
|
<meta itemprop="name" content="AWIPS II - EDEX Data Purging">
|
||||||
|
<meta itemprop="description" content="Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.">
|
||||||
|
|
||||||
|
|
||||||
|
<meta itemprop="image" content="https://www.polymer-project.org/images/instacod.png">
|
||||||
|
|
||||||
|
|
||||||
|
<title>
|
||||||
|
|
||||||
|
EDEX Data Purging -
|
||||||
|
AWIPS II
|
||||||
|
</title>
|
||||||
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body id="edex-data-purging">
|
||||||
|
|
||||||
|
<main id="content-container" class="polymer-content">
|
||||||
|
<app-drawer id="sidebar" unresolved>
|
||||||
|
<div layout vertical id="sidebar-content">
|
||||||
|
<div id="logo-container" layout horizontal center>
|
||||||
|
<a href="/awips2/" class="logo"><img src="/awips2/images/logos/awips2.png" alt="AWIPS II User Guide"></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<docs-menu unresolved flex
|
||||||
|
baseurl='/awips2'
|
||||||
|
coreElements='{"core-header-panel":"components/core-header-panel/core-header-panel.html","core-transition-pages":"components/core-animated-pages/transitions/core-transition-pages.html","core-animated-pages":"components/core-animated-pages/core-animated-pages.html","core-overlay":"components/core-overlay/core-overlay.html","core-toolbar":"components/core-toolbar/core-toolbar.html","core-image":"components/core-image/core-image.html","core-shared-lib":"components/core-shared-lib/core-shared-lib.html","core-a11y-keys":"components/core-a11y-keys/core-a11y-keys.html","core-menu-button":"components/core-menu-button/core-menu-button.html","core-icon":"components/core-icon/core-icon.html","core-selection":"components/core-selection/core-selection.html","core-style":"components/core-style/core-style.html","core-menu":"components/core-menu/core-menu.html","core-submenu":"components/core-menu/core-submenu.html","core-list":"components/core-list/core-list.html","core-dropdown-menu":"components/core-dropdown-menu/core-dropdown-menu.html","core-input":"components/core-input/core-input.html","core-iconset-svg":"components/core-iconset-svg/core-iconset-svg.html","core-field":"components/core-field/core-field.html","core-selector":"components/core-selector/core-selector.html","core-media-query":"components/core-media-query/core-media-query.html","core-animation-group":"components/core-animation/core-animation-group.html","core-animation":"components/core-animation/core-animation.html","core-animation-keyframe":"components/core-animation/core-animation.html","core-animation-prop":"components/core-animation/core-animation.html","core-dropdown":"components/core-dropdown/core-dropdown.html","core-dropdown-base":"components/core-dropdown/core-dropdown-base.html","core-pages":"components/core-pages/core-pages.html","core-meta":"components/core-meta/core-meta.html","core-splitter":"components/core-splitter/core-splitter.html","core-scroll-header-panel":"components/core-scroll-header-panel/core-scroll-header-panel.html","core-tooltip":"components/core-tooltip/core-tooltip.html","core-localstorage":"components/core-localstorage/core-localstorage.html","core-scroll-threshold":"components/core-scroll-threshold/core-scroll-threshold.html","core-drag-drop":"components/core-drag-drop/core-drag-drop.html","core-iconset":"components/core-iconset/core-iconset.html","core-label":"components/core-label/core-label.html","core-signals":"components/core-signals/core-signals.html","core-transition":"components/core-transition/core-transition.html","core-scaffold":"components/core-scaffold/core-scaffold.html","core-drawer-panel":"components/core-drawer-panel/core-drawer-panel.html","core-range":"components/core-range/core-range.html","core-collapse":"components/core-collapse/core-collapse.html","core-xhr":"components/core-ajax/core-xhr.html","core-ajax":"components/core-ajax/core-ajax.html","core-icon-button":"components/core-icon-button/core-icon-button.html","core-item":"components/core-item/core-item.html"}'
|
||||||
|
paperElements='{"paper-dropdown":"components/paper-dropdown/paper-dropdown.html","paper-dropdown-transition":"components/paper-dropdown/paper-dropdown-transition.html","paper-item":"components/paper-item/paper-item.html","paper-dropdown-menu":"components/paper-dropdown-menu/paper-dropdown-menu.html","paper-checkbox":"components/paper-checkbox/paper-checkbox.html","paper-button":"components/paper-button/paper-button.html","paper-button-base":"components/paper-button/paper-button-base.html","paper-menu-button":"components/paper-menu-button/paper-menu-button.html","paper-radio-group":"components/paper-radio-group/paper-radio-group.html","paper-toast":"components/paper-toast/paper-toast.html","paper-char-counter":"components/paper-input/paper-char-counter.html","paper-autogrow-textarea":"components/paper-input/paper-autogrow-textarea.html","paper-input":"components/paper-input/paper-input.html","paper-input-decorator":"components/paper-input/paper-input-decorator.html","paper-slider":"components/paper-slider/paper-slider.html","paper-toggle-button":"components/paper-toggle-button/paper-toggle-button.html","paper-fab":"components/paper-fab/paper-fab.html","paper-ripple":"components/paper-ripple/paper-ripple.html","paper-icon-button":"components/paper-icon-button/paper-icon-button.html","paper-tabs":"components/paper-tabs/paper-tabs.html","paper-tab":"components/paper-tabs/paper-tab.html","paper-shadow":"components/paper-shadow/paper-shadow.html","paper-radio-button":"components/paper-radio-button/paper-radio-button.html","paper-dialog":"components/paper-dialog/paper-dialog.html","paper-action-dialog":"components/paper-dialog/paper-action-dialog.html","paper-dialog-base":"components/paper-dialog/paper-dialog-base.html","paper-dialog-transition":"components/paper-dialog/paper-dialog-transition.html","paper-spinner":"components/paper-spinner/paper-spinner.html","paper-progress":"components/paper-progress/paper-progress.html"}'></docs-menu>
|
||||||
|
</div>
|
||||||
|
</app-drawer>
|
||||||
|
|
||||||
|
<scroll-area sidebar unresolved class="scrolling">
|
||||||
|
<site-banner type="guide" shortname="Docs" unresolved>
|
||||||
|
|
||||||
|
<app-bar theme="light" class="bar fixed">
|
||||||
|
</app-bar>
|
||||||
|
|
||||||
|
<header class="shrink">
|
||||||
|
<h1>
|
||||||
|
EDEX Data Purging
|
||||||
|
</h1>
|
||||||
|
</header>
|
||||||
|
</site-banner>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="show-permalinks">
|
||||||
|
|
||||||
|
<header class="onlyonmobile">
|
||||||
|
<h1>
|
||||||
|
: EDEX Data Purging
|
||||||
|
</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<!--TOC_START-->
|
||||||
|
<ul id="markdown-toc">
|
||||||
|
<li><a href="#time-base-purge" id="markdown-toc-time-base-purge">Time-base purge</a> <ul>
|
||||||
|
<li><a href="#day-nexrad3-archive" id="markdown-toc-day-nexrad3-archive">30-day NEXRAD3 archive</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="#frame-based-purge" id="markdown-toc-frame-based-purge">Frame-based purge</a></li>
|
||||||
|
<li><a href="#logging" id="markdown-toc-logging">Logging</a></li>
|
||||||
|
<li><a href="#all-purge-rules" id="markdown-toc-all-purge-rules">All Purge Rules</a></li>
|
||||||
|
</ul>
|
||||||
|
<!--TOC_END-->
|
||||||
|
|
||||||
|
<p>AWIPS uses a plugin-based purge strategy for HDF5 data, allowing the user to change the purge frequency for each plugin individually, and specific products for a particular plugin.</p>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<p>Purge is triggered by a quartz timer event that fires at 30 minutes after each hour.</p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<p>Purging rules are defined in XML files in the Localization Store, accessible from the CAVE localization perspective. On EDEX, most are located in <code>/awips2/edex/data/utility/common_static/base/purge</code>, and follow the <strong>base/site</strong> localization pattern (e.g. site purge files are in <code>site/XXX/purge</code> rather than <code>base/purge</code>, where XXX is the site identifier.</p>
|
||||||
|
|
||||||
|
<h1 id="time-base-purge">Time-base purge</h1>
|
||||||
|
|
||||||
|
<p>If a plugin has no XML file, the default rule of 1 day (24 hours) is used, from <code>/awips2/edex/data/utility/common_static/base/purge/defaultPurgeRules.xml</code></p>
|
||||||
|
|
||||||
|
<pre><code><purgeRuleSet>
|
||||||
|
<defaultRule>
|
||||||
|
<period>01-00:00:00</period>
|
||||||
|
</defaultRule>
|
||||||
|
</purgeRuleSet>
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p>Time-based purging uses the <em>reference time</em> of the data, and dtermination of the reference time is decoder based.</p>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<h3 id="day-nexrad3-archive">30-day NEXRAD3 archive</h3>
|
||||||
|
<p>Modify <code>/awips2/edex/data/utility/common_static/base/purge/radarPurgeRules.xml</code> to increase the data retention period from 7 to 31 days:</p>
|
||||||
|
|
||||||
|
<pre><code><purgeRuleSet>
|
||||||
|
<defaultRule>
|
||||||
|
<period>31-00:00:00</period>
|
||||||
|
</defaultRule>
|
||||||
|
</purgeRuleSet>
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p><strong>Note</strong>: you do NOT have to restart EDEX when you change a purge rule!</p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<h1 id="frame-based-purge">Frame-based purge</h1>
|
||||||
|
|
||||||
|
<p>Some plugins use frame-base purging, retaining and certain number of prpduct “versions”.</p>
|
||||||
|
|
||||||
|
<p><code>/awips2/edex/data/utility/common_static/base/purge/satellitePurgeRules.xml</code></p>
|
||||||
|
|
||||||
|
<pre><code><purgeRuleSet>
|
||||||
|
<key>sectorID</key>
|
||||||
|
<key>physicalElement</key>
|
||||||
|
<defaultRule>
|
||||||
|
<versionsToKeep>196</versionsToKeep>
|
||||||
|
</defaultRule>
|
||||||
|
<rule>
|
||||||
|
<keyValue>NEXRCOMP</keyValue>
|
||||||
|
<versionsToKeep>288</versionsToKeep>
|
||||||
|
</rule>
|
||||||
|
<rule>
|
||||||
|
<keyValue>Alaska National</keyValue>
|
||||||
|
<versionsToKeep>48</versionsToKeep>
|
||||||
|
</rule>
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<p>In the above example, notice a <em>default rule</em> (196) as well as specific sectors with their own rules.</p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<h1 id="logging">Logging</h1>
|
||||||
|
|
||||||
|
<p>Data purge events are logged to the file <code>edex-ingest-purge-<yyyymmdd>.log</code>, where <code><yyyymmdd></code> is the date stamp.</p>
|
||||||
|
|
||||||
|
<pre><code>tail -f edex-ingest-purge-20120327.log
|
||||||
|
|
||||||
|
--------START LOG PURGE---------
|
||||||
|
INFO 2012-03-27 00:30:00,027 [DefaultQuartzScheduler_Worker-3] PurgeLogger: EDEX - PURGE LOGS::Skipped file with invalid fileName: afos-trigger.log
|
||||||
|
INFO 2012-03-27 00:30:00,193 [DefaultQuartzScheduler_Worker-3] PurgeLogger: EDEX - PURGE LOGS::Removed 1 old files
|
||||||
|
INFO 2012-03-27 00:31:23,155 [DefaultQuartzScheduler_Worker-3] PurgeLogger: EDEX - PURGE LOGS::Archived 14 files
|
||||||
|
INFO 2012-03-27 00:31:23,155 [DefaultQuartzScheduler_Worker-3] PurgeLogger: EDEX - PURGE LOGS::Skipped processing 1 files
|
||||||
|
INFO 2012-03-27 00:31:23,155 [DefaultQuartzScheduler_Worker-3] PurgeLogger: EDEX - PURGE LOGS::---------END LOG PURGE-----------
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<h1 id="all-purge-rules">All Purge Rules</h1>
|
||||||
|
|
||||||
|
<p>To see all purge rule directories (base, site, region, configured):</p>
|
||||||
|
|
||||||
|
<pre><code>find /awips2/edex/data/utility -name purge
|
||||||
|
|
||||||
|
/awips2/edex/data/utility/edex_static/region/CR/purge
|
||||||
|
/awips2/edex/data/utility/edex_static/base/purge
|
||||||
|
/awips2/edex/data/utility/edex_static/configured/OAX/purge
|
||||||
|
/awips2/edex/data/utility/edex_static/site/OAX/purge
|
||||||
|
/awips2/edex/data/utility/common_static/region/CR/purge
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge
|
||||||
|
/awips2/edex/data/utility/common_static/configured/OAX/purge
|
||||||
|
/awips2/edex/data/utility/common_static/site/AFC/purge
|
||||||
|
/awips2/edex/data/utility/common_static/site/OAX/purge
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p>To see a list of the data plug-ins that have purge rules:</p>
|
||||||
|
|
||||||
|
<pre><code>find /awips2/edex/data/utility -name "*PurgeRules.xml"
|
||||||
|
|
||||||
|
/awips2/edex/data/utility/edex_static/base/purge/airmetPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/edex_static/base/purge/convsigmetPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufruaPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/obsPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/nctextPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/ncscatPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/vaaPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufrmosHPCPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufrhdwPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/cwaPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/airmetPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/ffmpPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/lsrPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/profilerPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/poessoundingPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/gpdPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/mcidasPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/acarssoundingPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/ffgPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/sgwhvPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/intlsigmetPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/aggregatePurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/radarPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/idftPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/wcpPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/warningPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/satellitePurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/sshaPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/ldadhydroPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/ldadmesonetPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/ccfpPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/atcfPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufrssmiPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/sgwhPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/geomagPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/modelsoundingPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufrmosAVNPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/ncuairPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/acarsPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/airepPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufrquikscatPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/cwatPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/nonconvsigmetPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/pirepPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/statsPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufrmthdwPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufrascatPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/gridPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufrmosGFSPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/ncpafmPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufrsigwxPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/pgenPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/dmwPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufrmosMRFPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufrmosETAPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/sfcobsPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/modisPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/awwPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/defaultPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/ldadprofilerPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufrmosNGMPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/madisPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/convsigmetPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/redbookPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufrncwfPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/tcmPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/bufrmosLAMPPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/goessoundingPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/binlightningPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/stormTrackPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/ghcdPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/ldadmanualPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/ntransPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/mosaicPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/regionalsatPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/nctafPurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/base/purge/solarimagePurgeRules.xml
|
||||||
|
/awips2/edex/data/utility/common_static/site/AFC/purge/regionalsatPurgeRules.xml
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<div>
|
||||||
|
<div class="links">
|
||||||
|
<a href="https://www.facebook.com/unidata" title="Unidata on Facebook" tabindex="-1"><paper-button><core-icon icon="social:post-facebook"></core-icon>Facebook</paper-button></a>
|
||||||
|
<a href="https://twitter.com/intent/follow?screen_name=unidata" data-twitter-follow title="Follow @Unidata on Twitter" tabindex="-1"><paper-button><core-icon icon="social:post-twitter"></core-icon>Twitter</paper-button></a>
|
||||||
|
<a href="https://github.com/Unidata/awips2"><paper-button class="github" tabindex="-1"><core-icon icon="social:post-github"></core-icon>GitHub</paper-button></a>
|
||||||
|
<a href="https://github.com/Unidata/awips2/issues/new" tabindex="-1"><paper-button><core-icon icon="bug-report"></core-icon>File a bug</paper-button></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
|
</scroll-area>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -129,7 +129,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -81,18 +81,30 @@
|
||||||
|
|
||||||
<!--TOC_START-->
|
<!--TOC_START-->
|
||||||
<ul id="markdown-toc">
|
<ul id="markdown-toc">
|
||||||
<li><a href="#satellite-imagery" id="markdown-toc-satellite-imagery">Satellite Imagery</a></li>
|
<li><a href="#satellite-imagery" id="markdown-toc-satellite-imagery">Satellite Imagery</a> <ul>
|
||||||
|
<li><a href="#noaaport-gini-images" id="markdown-toc-noaaport-gini-images">NOAAport GINI Images</a></li>
|
||||||
|
<li><a href="#uniwisc-goes-eastwest-northern-hemisphere-composites" id="markdown-toc-uniwisc-goes-eastwest-northern-hemisphere-composites">UNIWISC GOES-East/West Northern Hemisphere Composites</a></li>
|
||||||
|
<li><a href="#km-rectilinear-global-composites" id="markdown-toc-km-rectilinear-global-composites">20km Rectilinear Global Composites</a></li>
|
||||||
|
<li><a href="#km-mollweide-global-composites" id="markdown-toc-km-mollweide-global-composites">30km Mollweide Global Composites</a></li>
|
||||||
|
<li><a href="#arctic-composite-imagery" id="markdown-toc-arctic-composite-imagery">Arctic Composite Imagery</a></li>
|
||||||
|
<li><a href="#antarctic-composite-imagery" id="markdown-toc-antarctic-composite-imagery">Antarctic Composite Imagery</a></li>
|
||||||
|
<li><a href="#goes-sounder-derived-imagery" id="markdown-toc-goes-sounder-derived-imagery">GOES Sounder Derived Imagery</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<!--TOC_END-->
|
<!--TOC_END-->
|
||||||
|
|
||||||
<h3 id="satellite-imagery">Satellite Imagery</h3>
|
<h1 id="satellite-imagery">Satellite Imagery</h1>
|
||||||
|
|
||||||
<pre><code># NOAAPORT GINI images
|
<h2 id="noaaport-gini-images">NOAAport GINI Images</h2>
|
||||||
NIMAGE ^satz/ch[0-9]/.*/(.*)/([12][0-9])([0-9][0-9])([01][0-9])([0-3][0-9]) ([0-2][0-9])([0-5][0-9])/(.*)/(.*km)/
|
|
||||||
|
<pre><code>NIMAGE ^satz/ch[0-9]/.*/(.*)/([12][0-9])([0-9][0-9])([01][0-9])([0-3][0-9]) ([0-2][0-9])([0-5][0-9])/(.*)/(.*km)/
|
||||||
FILE -close -overwrite -edex /awips2/data_store/sat/\8/\9/\1_\2\3\4\5_\6\7
|
FILE -close -overwrite -edex /awips2/data_store/sat/\8/\9/\1_\2\3\4\5_\6\7
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
# -------- GOES-East/West Northern Hemisphere Composites --------
|
<h2 id="uniwisc-goes-eastwest-northern-hemisphere-composites">UNIWISC GOES-East/West Northern Hemisphere Composites</h2>
|
||||||
# GOES-East/West VIS composites
|
|
||||||
|
<pre><code># GOES-East/West VIS composites
|
||||||
UNIWISC ^pnga2area Q. (CV) (.*) (.*) (.*) (.*) (........) (....)
|
UNIWISC ^pnga2area Q. (CV) (.*) (.*) (.*) (.*) (........) (....)
|
||||||
PIPE -close -log
|
PIPE -close -log
|
||||||
pnga2area -vl logs/pnga2area.log
|
pnga2area -vl logs/pnga2area.log
|
||||||
|
@ -117,8 +129,11 @@ UNIWISC ^pnga2area Q. (CL) (.*) (.*) (.*) (.*) (........) (....)
|
||||||
PIPE -close -log
|
PIPE -close -log
|
||||||
pnga2area -vl logs/pnga2area.log
|
pnga2area -vl logs/pnga2area.log
|
||||||
/awips2/edex/data/manual/uniwisc_GEWCOMP_\5_13.3_13.3_\6_\7
|
/awips2/edex/data/manual/uniwisc_GEWCOMP_\5_13.3_13.3_\6_\7
|
||||||
# ------------------- SSEC Global Composites -------------------
|
</code></pre>
|
||||||
# Global WV composite
|
|
||||||
|
<h2 id="km-rectilinear-global-composites">20km Rectilinear Global Composites</h2>
|
||||||
|
|
||||||
|
<pre><code># Global WV composite
|
||||||
UNIWISC ^pnga2area Q. (GW) (.*) (.*) (.*) (.*) (........) (....)
|
UNIWISC ^pnga2area Q. (GW) (.*) (.*) (.*) (.*) (........) (....)
|
||||||
PIPE -close -log
|
PIPE -close -log
|
||||||
pnga2area -vl logs/pnga2area.log
|
pnga2area -vl logs/pnga2area.log
|
||||||
|
@ -128,8 +143,11 @@ UNIWISC ^pnga2area Q. (GI) (.*) (.*) (.*) (.*) (........) (....)
|
||||||
PIPE -close -log
|
PIPE -close -log
|
||||||
pnga2area -vl logs/pnga2area.log
|
pnga2area -vl logs/pnga2area.log
|
||||||
/awips2/edex/data/manual/uniwisc_GLOBAL_\5_IR_IRCOMP_\6_\7
|
/awips2/edex/data/manual/uniwisc_GLOBAL_\5_IR_IRCOMP_\6_\7
|
||||||
# ----------------- Mollweide Global Composites -----------------
|
</code></pre>
|
||||||
# Mollweide Global Water Vapor
|
|
||||||
|
<h2 id="km-mollweide-global-composites">30km Mollweide Global Composites</h2>
|
||||||
|
|
||||||
|
<pre><code># Mollweide Global Water Vapor
|
||||||
UNIWISC ^pnga2area Q. (UY) (.*) (.*)_IMG (.*)um (.*) (........) (....)
|
UNIWISC ^pnga2area Q. (UY) (.*) (.*)_IMG (.*)um (.*) (........) (....)
|
||||||
PIPE -close -log
|
PIPE -close -log
|
||||||
pnga2area -vl logs/pnga2area.log
|
pnga2area -vl logs/pnga2area.log
|
||||||
|
@ -160,12 +178,19 @@ UNIWISC ^pnga2area Q. (UD|UE|U7|U8|) (.*) (.*)_IMG (.*)um (.*) (........) (....)
|
||||||
PIPE -close -log
|
PIPE -close -log
|
||||||
pnga2area -vl logs/pnga2area.log
|
pnga2area -vl logs/pnga2area.log
|
||||||
/awips2/edex/data/manual/uniwisc_\1_\3_\5_\4_\6_\7
|
/awips2/edex/data/manual/uniwisc_\1_\3_\5_\4_\6_\7
|
||||||
# Arctic
|
</code></pre>
|
||||||
UNIWISC ^pnga2area Q. (U[LNGHO]) (.*) (.*) (.*)um (.*) (........) (....)
|
|
||||||
|
<h2 id="arctic-composite-imagery">Arctic Composite Imagery</h2>
|
||||||
|
|
||||||
|
<pre><code>UNIWISC ^pnga2area Q. (U[LNGHO]) (.*) (.*) (.*)um (.*) (........) (....)
|
||||||
PIPE -close -log
|
PIPE -close -log
|
||||||
pnga2area -vl logs/pnga2area.log
|
pnga2area -vl logs/pnga2area.log
|
||||||
/awips2/edex/data/manual/uniwisc_ARCTIC_4km_\4_\6_\7
|
/awips2/edex/data/manual/uniwisc_ARCTIC_4km_\4_\6_\7
|
||||||
# Antarctic VIS Composite
|
</code></pre>
|
||||||
|
|
||||||
|
<h2 id="antarctic-composite-imagery">Antarctic Composite Imagery</h2>
|
||||||
|
|
||||||
|
<pre><code># Antarctic VIS Composite
|
||||||
UNIWISC ^pnga2area Q. (UJ) (.*) (.*)_IMG (.*) (.*) (........) (....)
|
UNIWISC ^pnga2area Q. (UJ) (.*) (.*)_IMG (.*) (.*) (........) (....)
|
||||||
PIPE -close -log
|
PIPE -close -log
|
||||||
pnga2area -vl logs/pnga2area.log
|
pnga2area -vl logs/pnga2area.log
|
||||||
|
@ -185,8 +210,11 @@ UNIWISC ^pnga2area Q. (U1) (.*) (.*)_IMG (.*) (.*) (........) (....)
|
||||||
PIPE -close -log
|
PIPE -close -log
|
||||||
pnga2area -vl logs/pnga2area.log
|
pnga2area -vl logs/pnga2area.log
|
||||||
/awips2/edex/data/manual/uniwisc_ANTARCTIC_4km_IR_\3_\4_\6_\7
|
/awips2/edex/data/manual/uniwisc_ANTARCTIC_4km_IR_\3_\4_\6_\7
|
||||||
# GOES Sounder Derived Image Products from University of Wisconsin CIMSS
|
</code></pre>
|
||||||
# CIMSS CAPE - McIDAS product code CE
|
|
||||||
|
<h2 id="goes-sounder-derived-imagery">GOES Sounder Derived Imagery</h2>
|
||||||
|
|
||||||
|
<pre><code># CIMSS CAPE - McIDAS product code CE
|
||||||
UNIWISC ^pnga2area Q0 CE .... (.*) (.*) (.*) (........) (....)
|
UNIWISC ^pnga2area Q0 CE .... (.*) (.*) (.*) (........) (....)
|
||||||
PIPE -close -log
|
PIPE -close -log
|
||||||
pnga2area -vl logs/pnga2area.log
|
pnga2area -vl logs/pnga2area.log
|
||||||
|
@ -249,7 +277,7 @@ UNIWISC ^pnga2area Q0 CH (.*) (.*) (.*) (.*) (........) (....)
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -202,7 +202,7 @@ return hptr
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -78,30 +78,37 @@
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>If you are interested in what clients are connecting to your EDEX server, use this script to scour the <code>edex-request-thriftSrv*</code> logs for unique domains and append each daily record to a file that is stored outside of the <code>/awips2</code> directory structure (to preserve the files in the case of a full system reinstallation.)</p>
|
<p>To see a list of clients connecting to your EDEX server, use the <code>edex users [YYYYMMDD]</code> command, where <code>YYYYMMDD</code> is the optional date string.</p>
|
||||||
|
|
||||||
<h2 id="bash-script">Bash script</h2>
|
<pre><code>edex users
|
||||||
|
|
||||||
<pre><code># !/bin/bash
|
-- EDEX Users 20160826 --
|
||||||
TODAY=$(date +%Y%m%d)
|
user@101.253.20.225
|
||||||
YMD=$(date +%Y%m%d -d "$TODAY - 1 day")
|
user@192.168.1.67
|
||||||
LOG_PATH=/awips2/edex/logs
|
awips@0.0.0.0
|
||||||
|
awips@sdsmt.edu
|
||||||
# Print unique CAVE users in this log file
|
...
|
||||||
if [ -f ${LOG_PATH}/edex-request-thriftSrv-${YMD}.log ]; then
|
|
||||||
userList=$(cat ${LOG_PATH}/edex-request-thriftSrv-${YMD}.log |grep ":CAVE:"|cut -d "[" -f 3| cut -d ":" -f 1 | |sort | uniq)
|
|
||||||
echo " -- EDEX Users ${YMD} --"
|
|
||||||
echo "$userList"
|
|
||||||
echo ""
|
|
||||||
fi
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<h2 id="crontab">Crontab</h2>
|
<h1 id="logging-daily-edex-users">Logging Daily EDEX Users</h1>
|
||||||
|
|
||||||
<pre><code>0 1 * * * /home/awips/user_scour.sh >> /home/awips/user_scour.log 2>&1
|
<p>Create a short script to run once daily at 20 minutes after 00 UTC, appending each day’s <code>edex users</code> list to a logfile <code>/home/awips/edex-users.log</code>.</p>
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
<li>
|
||||||
|
<p><code>vi ~/edexUsers.sh</code></p>
|
||||||
|
|
||||||
|
<pre><code> #!/bin/bash
|
||||||
|
/awips2/tools/bin/edex users >> /home/awips/edex-users.log
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>crontab -e</code></p>
|
||||||
|
|
||||||
<p>The thriftSrv logs are rotated at 00 UTC, so the last time written to yesterday’s file will be ahead of US time zones. Make sure you account for system time in your cron entry. For UTC systems, the crontab entry will look like:</p>
|
<pre><code> 0 20 * * * /home/awips/edexUsers.sh 1>> /dev/null 2>&1
|
||||||
|
</code></pre>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
@ -125,7 +132,7 @@ fi
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
|
|
||||||
<h1 id="ldm-for-awips-and-gempak">LDM for AWIPS and GEMPAK</h1>
|
<h1 id="ldm-for-awips-and-gempak">LDM for AWIPS and GEMPAK</h1>
|
||||||
|
|
||||||
<p>It is possible to have two LDM installs (since AWIPS LDM installs to <code>/awips2/ldm</code> and is owned and run by user <strong>awips:fxalpha</strong>. But two LDM clients doubles your bandwidth and uncessary. This document explains how the LDM keeps its EDEX processing separate from other processing (GEMPAK decoders, TDS, etc.).</p>
|
<p>It is possible to have two LDM installs (since AWIPS LDM installs to <code>/awips2/ldm</code> and is owned and run by user <strong>awips:awips</strong>. But two LDM clients doubles your bandwidth and uncessary. This document explains how the LDM keeps its EDEX processing separate from other processing (GEMPAK decoders, TDS, etc.).</p>
|
||||||
|
|
||||||
<h3 id="awips2ldmetcldmdconf">/awips2/ldm/etc/ldmd.conf</h3>
|
<h3 id="awips2ldmetcldmdconf">/awips2/ldm/etc/ldmd.conf</h3>
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ EXEC "edexBridge -s $HOSTNAME"
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -78,38 +78,44 @@
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p><code>/awips2/ldm/etc/ldmd.conf</code> is the main configuration file for the LDM server, where the EDEX server and default feed types are defined.</p>
|
|
||||||
|
|
||||||
<p>At the top of <code>ldmd.conf</code>, you can see the <strong>EXEC</strong> lines</p>
|
<!--TOC_START-->
|
||||||
|
<ul id="markdown-toc">
|
||||||
|
<li><a href="#default-ldm-feeds-for-edex" id="markdown-toc-default-ldm-feeds-for-edex">Default LDM Feeds for EDEX</a></li>
|
||||||
|
<li><a href="#optional-ldm-feeds" id="markdown-toc-optional-ldm-feeds">Optional LDM Feeds</a></li>
|
||||||
|
<li><a href="#stop--start-the-ldm" id="markdown-toc-stop--start-the-ldm">Stop & Start the LDM</a></li>
|
||||||
|
<li><a href="#monitor-incoming-data-feeds" id="markdown-toc-monitor-incoming-data-feeds">Monitor Incoming Data Feeds</a></li>
|
||||||
|
<li><a href="#logging" id="markdown-toc-logging">Logging</a></li>
|
||||||
|
</ul>
|
||||||
|
<!--TOC_END-->
|
||||||
|
|
||||||
<pre><code>EXEC "pqact -e"
|
<h1 id="default-ldm-feeds-for-edex">Default LDM Feeds for EDEX</h1>
|
||||||
EXEC "edexBridge -s EDEX_HOSTNAME"
|
|
||||||
</code></pre>
|
|
||||||
|
|
||||||
<p>where <code>EDEX_HOSTNAME</code> is set to your local EDEX server with the command <code>edex setup</code>.</p>
|
<p>from <code>/awips2/ldm/etc/ldmd.conf</code></p>
|
||||||
|
|
||||||
<h1 id="default-feed-types">Default feed types</h1>
|
<pre><code>REQUEST NEXRAD3 ".(DHR|DPR|DSP|DTA|DAA|DVL|EET|HHC|N0Q|N0S|N0U|OHA).*" idd.unidata.ucar.edu
|
||||||
|
|
||||||
<p>Remember than LDM commands such as these require <strong>TAB SEPARATION</strong> between items.</p>
|
|
||||||
|
|
||||||
<pre><code>REQUEST NEXRAD3 ".*" idd.unidata.ucar.edu
|
|
||||||
REQUEST FNEXRAD|IDS|DDPLUS|UNIWISC ".*" idd.unidata.ucar.edu
|
REQUEST FNEXRAD|IDS|DDPLUS|UNIWISC ".*" idd.unidata.ucar.edu
|
||||||
REQUEST NGRID ".*" idd.unidata.ucar.edu
|
REQUEST NGRID ".*" idd.unidata.ucar.edu
|
||||||
REQUEST NOTHER|HDS|NIMAGE ".*" idd.unidata.ucar.edu
|
REQUEST NOTHER "^TIP... KNES.*" idd.unidata.ucar.edu
|
||||||
|
REQUEST HDS|NIMAGE ".*" idd.unidata.ucar.edu
|
||||||
|
|
||||||
REQUEST CONDUIT ".(awip3d|0p50).[0]$" idd.unidata.ucar.edu
|
REQUEST CONDUIT ".(pgrb2.0p50|awip12|awip3d|awp236|awp252|nwstg/NWS_0).[0]$" idd.unidata.ucar.edu
|
||||||
REQUEST CONDUIT ".(awip3d|0p50).[1]$" idd.unidata.ucar.edu
|
REQUEST CONDUIT ".(pgrb2.0p50|awip12|awip3d|awp236|awp252|nwstg/NWS_0).[1]$" idd.unidata.ucar.edu
|
||||||
REQUEST CONDUIT ".(awip3d|0p50).[2]$" idd.unidata.ucar.edu
|
REQUEST CONDUIT ".(pgrb2.0p50|awip12|awip3d|awp236|awp252|nwstg/NWS_0).[2]$" idd.unidata.ucar.edu
|
||||||
REQUEST CONDUIT ".(awip3d|0p50).[3]$" idd.unidata.ucar.edu
|
REQUEST CONDUIT ".(pgrb2.0p50|awip12|awip3d|awp236|awp252|nwstg/NWS_0).[3]$" idd.unidata.ucar.edu
|
||||||
REQUEST CONDUIT ".(awip3d|0p50).[4]$" idd.unidata.ucar.edu
|
REQUEST CONDUIT ".(pgrb2.0p50|awip12|awip3d|awp236|awp252|nwstg/NWS_0).[4]$" idd.unidata.ucar.edu
|
||||||
REQUEST CONDUIT ".(awip3d|0p50).[5]$" idd.unidata.ucar.edu
|
REQUEST CONDUIT ".(pgrb2.0p50|awip12|awip3d|awp236|awp252|nwstg/NWS_0).[5]$" idd.unidata.ucar.edu
|
||||||
REQUEST CONDUIT ".(awip3d|0p50).[6]$" idd.unidata.ucar.edu
|
REQUEST CONDUIT ".(pgrb2.0p50|awip12|awip3d|awp236|awp252|nwstg/NWS_0).[6]$" idd.unidata.ucar.edu
|
||||||
REQUEST CONDUIT ".(awip3d|0p50).[7]$" idd.unidata.ucar.edu
|
REQUEST CONDUIT ".(pgrb2.0p50|awip12|awip3d|awp236|awp252|nwstg/NWS_0).[7]$" idd.unidata.ucar.edu
|
||||||
REQUEST CONDUIT ".(awip3d|0p50).[8]$" idd.unidata.ucar.edu
|
REQUEST CONDUIT ".(pgrb2.0p50|awip12|awip3d|awp236|awp252|nwstg/NWS_0).[8]$" idd.unidata.ucar.edu
|
||||||
REQUEST CONDUIT ".(awip3d|0p50).[9]$" idd.unidata.ucar.edu
|
REQUEST CONDUIT ".(pgrb2.0p50|awip12|awip3d|awp236|awp252|nwstg/NWS_0).[9]$" idd.unidata.ucar.edu
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<h1 id="optional-feed-types">Optional feed types</h1>
|
<blockquote>
|
||||||
|
<p>Remember than LDM commands such as these require <strong>TAB SEPARATION</strong> between items.</p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<h1 id="optional-ldm-feeds">Optional LDM Feeds</h1>
|
||||||
|
|
||||||
<p>FNMOC and CMC models</p>
|
<p>FNMOC and CMC models</p>
|
||||||
|
|
||||||
|
@ -117,264 +123,73 @@ REQUEST CONDUIT ".(awip3d|0p50).[9]$" idd.unidata.ucar.edu
|
||||||
REQUEST CMC ".*" idd.unidata.ucar.edu
|
REQUEST CMC ".*" idd.unidata.ucar.edu
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<p>Lightning</p>
|
<p>Lightning (restricted to educational use with rebroadcasting restricted)</p>
|
||||||
|
|
||||||
<pre><code>REQUEST LIGHTNING ".*" striker2.atmos.albany.edu
|
<pre><code>REQUEST LIGHTNING ".*" striker2.atmos.albany.edu
|
||||||
REQUEST LIGHTNING ".*" idd.unidata.ucar.edu
|
REQUEST LIGHTNING ".*" idd.unidata.ucar.edu
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<p>MRMS (with access granted from NSSL)</p>
|
<p>FSL/GSD Experimental HRRR (Sub-hourly)</p>
|
||||||
|
|
||||||
<pre><code>REQUEST EXP ".*" 140.90.98.15
|
<pre><code>REQUEST FSL2 "^GRIB2.FSL.HRRR" hrrr.unidata.ucar.edu
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<p>3.1 Ingest Filter Configuration
|
<h1 id="stop--start-the-ldm">Stop & Start the LDM</h1>
|
||||||
Ingest filtering is controlled through the pqact.conf file, which resides in the /usr/local/ldm/etc directory. The general syntax of an entry in the file is as follows:
|
|
||||||
feedtype TAB Regex Pattern
|
|
||||||
TAB action TAB [arg]
|
|
||||||
Where TAB is an actual TAB. Lines can, and are, split between new lines at a TAB.
|
|
||||||
Table 3.1-1 is a list of feedtypes that can be used (reference http://www.unidata.ucar.edu/software/ldm/ldm-6.7.1/basics/feedtypes/index.html ).
|
|
||||||
Table 3.1-1. LDM Feedtypes
|
|
||||||
Primary Name
|
|
||||||
Alternate Names
|
|
||||||
Description
|
|
||||||
PPS
|
|
||||||
FT0
|
|
||||||
Public Products Service
|
|
||||||
DDS
|
|
||||||
FT1, DOMESTIC
|
|
||||||
Domestic Data Service
|
|
||||||
HDS
|
|
||||||
FT2, HRS
|
|
||||||
High resolution Data Service
|
|
||||||
IDS
|
|
||||||
FT3, INTNL
|
|
||||||
International Data Service
|
|
||||||
SPARE
|
|
||||||
FT4
|
|
||||||
Reserved for IDD use
|
|
||||||
UNIWISC
|
|
||||||
FT5, MCIDAS
|
|
||||||
Satellite imagery and derived products from the Unidata/Wisconsin Broadcast
|
|
||||||
PCWS
|
|
||||||
FT6, ACARS
|
|
||||||
ACARS data from commercial aircraft
|
|
||||||
FSL2
|
|
||||||
FT7, PROFILER
|
|
||||||
Wind profiler data
|
|
||||||
FSL3
|
|
||||||
FT8
|
|
||||||
Reserved for NOAA/GSD use
|
|
||||||
FSL4
|
|
||||||
FT9
|
|
||||||
Reserved for NOAA/GSD use
|
|
||||||
FSL5
|
|
||||||
FT10
|
|
||||||
Reserved for NOAA/GSD use
|
|
||||||
GPSSRC
|
|
||||||
FT11, NMC1, AFOS
|
|
||||||
SuomiNet GPS data gathering
|
|
||||||
CONDUIT
|
|
||||||
FT12, NMC2, NCEPH
|
|
||||||
NCEP high-resolution model output
|
|
||||||
FNEXRAD
|
|
||||||
FT13, NMC3
|
|
||||||
NEXRAD Level-III composites
|
|
||||||
LIGHTNING
|
|
||||||
FT14,NLDN
|
|
||||||
Lightning data
|
|
||||||
WSI
|
|
||||||
FT15
|
|
||||||
NEXRAD Level-III (NIDS) radar products and composites from WSI Corporation
|
|
||||||
DIFAX
|
|
||||||
FT16
|
|
||||||
Unidata community-generated replacement for defunct DIFAX feed
|
|
||||||
FAA604
|
|
||||||
FT17, FAA, 604
|
|
||||||
FAA604 products for NWS use (private network), but available for IDD use
|
|
||||||
GPS
|
|
||||||
FT18
|
|
||||||
SuomiNet GPS data
|
|
||||||
FNMOC
|
|
||||||
FT19, SEISMIC, NOGAPS
|
|
||||||
NOGAPS and COAMP model output from FNMOC
|
|
||||||
GEM
|
|
||||||
FT20, CMC
|
|
||||||
Canadian Meteorological Center GEM model output
|
|
||||||
NIMAGE
|
|
||||||
FT21, IMAGE
|
|
||||||
NOAAport satellite imagery
|
|
||||||
NTEXT
|
|
||||||
FT22, TEXT
|
|
||||||
NOAAport textual products (for future use)
|
|
||||||
NGRID
|
|
||||||
FT23, GRID
|
|
||||||
NOAAport high-resolution model output
|
|
||||||
NPOINT
|
|
||||||
FT24, POINT, NBUFR, BUFR
|
|
||||||
NOAAport point products (for future use)
|
|
||||||
NGRAPH
|
|
||||||
FT25, GRAPH
|
|
||||||
NOAAport Redbook Graphics (for future use)
|
|
||||||
NOTHER
|
|
||||||
FT26, OTHER
|
|
||||||
NOAAport miscellaneous products (for future use)
|
|
||||||
NEXRAD3
|
|
||||||
FT27, NNEXRAD, NEXRAD
|
|
||||||
NEXRAD Level-III products
|
|
||||||
NEXRAD2
|
|
||||||
FT28, CRAFT, NEXRD2
|
|
||||||
NEXRAD Level-II radar data
|
|
||||||
NXRDSRC
|
|
||||||
FT29
|
|
||||||
NCDC NEXRAD Level-II data archiving
|
|
||||||
EXP
|
|
||||||
FT30
|
|
||||||
For experiments, testing, etc.
|
|
||||||
ANY
|
|
||||||
FT0 | FT1 | FT2 | … | FT31
|
|
||||||
Predefined feed set name for any feed type
|
|
||||||
NONE
|
|
||||||
–
|
|
||||||
Predefined feed set name for no feed types (will not match anything)
|
|
||||||
DDPLUS
|
|
||||||
FT0 | FT1
|
|
||||||
Predefined feed set name for PPS or DDS
|
|
||||||
WMO
|
|
||||||
FT0 | FT1 | FT2 | FT3
|
|
||||||
Predefined feed set name for PPS, DDS, HDS, or IDS
|
|
||||||
UNIDATA
|
|
||||||
FT0 | FT1 | FT2 | FT3 | FT5
|
|
||||||
Predefined feed set name for PPS, DDS, HDS, IDS, or UNIWISC
|
|
||||||
FSL
|
|
||||||
FT6 | FT7 | FT8 | FT9 | FT10
|
|
||||||
Predefined feed set name for PCWS, FSL2, FSL3, FSL4, or FSL5
|
|
||||||
NMC
|
|
||||||
FT11 | FT12 | FT13
|
|
||||||
Predefined feed set name for AFOS, NMC2, or NMC3
|
|
||||||
NPORT
|
|
||||||
FT22 | FT23 | FT24 | FT25 | FT26
|
|
||||||
Predefined feed set name for NTEXT, NGRID, NPOINT, NGRAPH, or NOTHER</p>
|
|
||||||
|
|
||||||
<p>Regex Pattern is a regular expression used in pattern matching the LDM stream for ingest.
|
<ol>
|
||||||
Action is the action to take on the product once it arrives. Table 3.1-2 describes the possibilities for action and can be found on LDM’s Web page here: http://www.unidata.ucar.edu/software/ldm/ldm-current/basics/pqact.conf.html
|
<li>
|
||||||
Table 3.1-2. LDM Action Options
|
<p>as user <code>root</code>:</p>
|
||||||
Action
|
|
||||||
Description
|
|
||||||
NOOP
|
|
||||||
Don’t do anything with the product.
|
|
||||||
FILE
|
|
||||||
Write the data product to a file using the write() function.
|
|
||||||
STDIOFILE
|
|
||||||
Write the data product to a file using the fwrite() function.
|
|
||||||
DBFILE
|
|
||||||
Write the data product to a database.
|
|
||||||
EXEC
|
|
||||||
Execute a program.
|
|
||||||
PIPE
|
|
||||||
Write the product to a program’s standard input.</p>
|
|
||||||
|
|
||||||
<p>Arg is any optional arguments for the Action and is generally one of the following:
|
<pre><code> service edex_ldm stop
|
||||||
In general, the syntax for the ARG portion of the line in the pqact.conf file is as seen below:
|
service edex_ldm start
|
||||||
–overwrite –close –log –edex <tab> /store/path</tab></p>
|
</code></pre>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>as user <code>awips</code>:</p>
|
||||||
|
|
||||||
<p>Where:</p>
|
<pre><code> ldmadmin stop
|
||||||
<tab> indicates hitting the tab key on the keyboard
|
ldmadmin start
|
||||||
/store/path is the path the file should be written to disk.
|
</code></pre>
|
||||||
-overwrite indicates overwrite the file (if exists)
|
</li>
|
||||||
-close indicates to close the file after fwrite() function
|
</ol>
|
||||||
-log indicates log the product to the ldmd.log
|
|
||||||
-edex indicates the sending of data over edexBridge for processing
|
|
||||||
|
|
||||||
|
<h1 id="monitor-incoming-data-feeds">Monitor Incoming Data Feeds</h1>
|
||||||
|
|
||||||
In order to determine the correct FEEDTYPE above, the following command can be run from a downstream LDM host.
|
<p>To watch incoming data in real-time:</p>
|
||||||
# ./notifyme –h $LDM_HOST –v –l- -p ‘$REGEX’
|
|
||||||
Where $REGEX is a regular expression that will match against the type of data which is of interest. Once a match is found, it is displayed on the screen as seen in Example 3.1-1.
|
|
||||||
Example 3.1-1
|
|
||||||
Dec 21 15:52:21 notifyme[32196] INFO: 1522 20101221155220.618 IDS|DDPLUS 11247393 SOAK45 KWBC 211549
|
|
||||||
Dec 21 15:52:21 notifyme[32196] INFO: 408 20101221155220.618 HDS 11247394 SFUS41 KWBC 211545
|
|
||||||
|
|
||||||
The example shows the FEEDTYPE in bold type.
|
<pre><code>notifyme -vl -
|
||||||
AWIPS I customizes only specific patterns based on the localized site. Tables 3.1-3 and 3.1-4 depict information on each, and where to find the corresponding information.
|
</code></pre>
|
||||||
Table 3.1-3. Hydrology Patterns
|
|
||||||
AWIPS I Pattern
|
|
||||||
Information Location
|
|
||||||
AWIPS II LDM Pattern
|
|
||||||
^SRU[EMSW][1-9]..(Wxxx)
|
|
||||||
Wxxx from XXX-hydroSiteConfig.txt file in /awips/fxa/data/localization/XXX
|
|
||||||
IDS|DDPLUS ^(SRU[EMSW][1-9].) (Wxxx)
|
|
||||||
SRUSRegCode.KWBC
|
|
||||||
RegCode from XXX-hydroSiteConfig.txt file in /awips/fxa/data/localization/XXX
|
|
||||||
IDS|DDPLUS ^(SRUSRegCode) (KWBC)
|
|
||||||
FOUS...(Rxxx)
|
|
||||||
Rxxx from XXX-hydroSiteConfig.txt file in /awips/fxa/data/localization/XXX
|
|
||||||
IDS|DDPLUS ^(FOUS..) (Rxxx)
|
|
||||||
FGUS[57]..(Rxxx)
|
|
||||||
Rxxx from XXX-hydroSiteConfig.txt file in /awips/fxa/data/localization/XXX
|
|
||||||
IDS|DDPLUS ^(FGUS[567].) (Rxxx)
|
|
||||||
[AF][BS]US...(Wxxx)
|
|
||||||
Wxxx from XXX-hydroSiteConfig.txt file in /awips/fxa/data/localization/XXX
|
|
||||||
IDS|DDPLUS ^([AF][BS]US..) (Wxxx)
|
|
||||||
AGUS5..(Rxxx)
|
|
||||||
Rxxx from XXX-hydroSiteConfig.txt file in /awips/fxa/data/localization/XXX
|
|
||||||
IDS|DDPLUS ^(AGUS5.) (Rxxx)
|
|
||||||
AGUS4..(Wxxx)
|
|
||||||
Wxxx from XXX-hydroSiteConfig.txt file in /awips/fxa/data/localization/XXX
|
|
||||||
IDS|DDPLUS ^(AGUS4.) (Wxxx)
|
|
||||||
[YZ]EI.98.(Rxxx)
|
|
||||||
Rxxx from XXX-hydroSiteConfig.txt file in /awips/fxa/data/localization/XXX
|
|
||||||
ANY ^([YZ]EI.98) (Rxxx)
|
|
||||||
Note: An example of the first row in the pqact.conf would look like this:
|
|
||||||
IDS|DDPLUS ^(SRU[EMSW][1-9].) (Wxxx) (..)(..)(..)
|
|
||||||
FILE -overwrite -log -close -edex /data_store/shef/\4/\1_\2_\3\4\5_(seq).txt
|
|
||||||
Remember that there are TABs between the different sections of the entry and that Wxxx would be substituted based on the rules above.
|
|
||||||
|
|
||||||
Table 3.1-4. Radar Patterns
|
<p>To watch for a specific product and feed and time (360 sec = 6 min):</p>
|
||||||
AWIPS I Pattern
|
|
||||||
Information Reference
|
|
||||||
CODE 17 INCLUDE SDUS2??KZZZ
|
|
||||||
Substitute KZZZ for the reporting site for each radar listed in:
|
|
||||||
/awips/fxa/data/localizationDataSets/XXX/dialRadars.txt
|
|
||||||
Reporting sites can be found by issuing the following command:
|
|
||||||
grep –i xxxy /awips/fxa/data/wmoSiteInfo.txt
|
|
||||||
Where xxx is the radar ID without the preceding K, P or T.
|
|
||||||
The following file on DX1 also contains the information needed:
|
|
||||||
/awips/fxa/data/localizationDataSets/XXX/acq_wmo_parms.sbn.radar
|
|
||||||
CODE 17 INCLUDE SDUS3??KZZZ
|
|
||||||
CODE 17 INCLUDE SDUS4??KZZZ
|
|
||||||
CODE 17 INCLUDE SDUS5??KZZZ
|
|
||||||
CODE 17 INCLUDE SDUS7??KZZZ
|
|
||||||
CODE 17 INCLUDE SDUS8??KZZZ
|
|
||||||
CODE 17 INCLUDE NXUS6??KZZZ
|
|
||||||
AWIPS II has only one pattern in the pqact.conf file, which lists all KXXX:
|
|
||||||
NNEXRAD ^(SDUS[234578].|NXUS6.) (K|P|T)(XXX|XXX|XXX|XXX|XXX)
|
|
||||||
Change the XXX to match each of the reporting sites for the radars listed in dialRadars.txt file. An example of a full NNEXRAD localized line for site LWX follows. Please note there are only two lines, so word wrap applies (see Appendix A for more detailed information on LDM acquisition patterns):
|
|
||||||
NNEXRAD ^(SDUS[234578].|NXUS6.) (K|P|T)(LWX|BGM|CHS|RLX|ILN|CLE|AKQ|JKL|CTP|MHX|MRX|OKX|PHI) (..)(..)(..) /p(...)(...)
|
|
||||||
FILE -overwrite –close –log –edex /data_store/radar/\2\8/\7/\5\6_\2\8_\7_(seq).rad
|
|
||||||
|
|
||||||
Additional patterns can also be found in the acqPatternsAddOn.txt file, which can reside in /awips/fxa/data/localization/XXX or /data/fxa/customFiles. These patterns should also be added to the pqact.conf.xxx file in the proper syntax (where xxx is your site ID).
|
<pre><code>notifyme -vl - -h localhost -f NEXRAD3 -p DHR -o 360
|
||||||
Delivered with the AWIPS II LDM rpm is a baselined pqact.conf.template file which should be used as a basis for the active pqact.conf file. It should not be edited; rather, it should be copied into the active pqact.conf file. From there, custom patterns can be concatenated onto the active file.
|
</code></pre>
|
||||||
Note: ADAM platform’s active file is adam-pqact.conf
|
|
||||||
To manually edit or add a new filter rule, follow these steps. Utilize Appendix A, LDM Ingest Checklist, as a tool to help ensure all the correct information is known before proceeding:
|
|
||||||
Log into the downstream LDM client host (normally PX2) as user root:
|
|
||||||
# ssh root@$LDM_DOWNSTREAM
|
|
||||||
Change directories to the pqact.conf location on the server:
|
|
||||||
# cd /usr/local/ldm/etc
|
|
||||||
Edit the pqact.conf using a text editor (shown here is vi):
|
|
||||||
# vi pqact.conf.xxx
|
|
||||||
Once you are finished making changes, save the file and exit the editor:
|
|
||||||
# :wq!
|
|
||||||
Check to ensure that the edited file still has the proper syntax using the ldmadmin command:
|
|
||||||
# su ldm –lc “ldmadmin pqactcheck –f /usr/local/ldm/etc/pqact.conf.xxx”
|
|
||||||
Expect the phrase “syntactically correct” for each file you have configured in ldmadmin-pl.conf
|
|
||||||
Concatenate this file with the pqact.conf.template file to create the active pqact.conf file:
|
|
||||||
# cat pqact.conf.template pqact.conf.xxx > pqact.conf
|
|
||||||
Ensure the proper ownership and permissions:
|
|
||||||
# chown ldm:fxalpha /usr/local/ldm/etc/pqact.conf
|
|
||||||
Signal the LDM server to re-read the configuration files:
|
|
||||||
# su ldm –lc “ldmadmin pqactHUP”
|
|
||||||
|
|
||||||
</tab>
|
<p>To watch the same on a remote queue:</p>
|
||||||
|
|
||||||
|
<pre><code>notifyme -vl - -h idd.unidata.ucar.edu -f NEXRAD3 -p DHR -o 360
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<h1 id="logging">Logging</h1>
|
||||||
|
|
||||||
|
<pre><code>edex log ldm
|
||||||
|
|
||||||
|
[edex] EDEX Log Viewer
|
||||||
|
|
||||||
|
:: Viewing /awips2/ldm/logs/ldmd.log. Press CTRL+C to exit
|
||||||
|
|
||||||
|
Aug 26 15:05:10 edextest pqact[5811] NOTE: Filed in "/awips2/data_store/grid/HRRR/HRRR_CONUS_2p5km_201608262000_F006_MXUPHL01-21387192.grib2": 406227 20160826210510.477 NGRID 21387192 YZCG86 KWBY 262000 !grib2/ncep/HRRR/#255/201608262000F006/MXUPHL01/5000-2000 m HGHT
|
||||||
|
Aug 26 15:05:11 edextest edexBridge[5812] NOTE: Sent 2 messages (0 at the end of the queue, 2 normally).
|
||||||
|
Aug 26 15:05:11 edextest pqact[5811] NOTE: Filed in "/awips2/data_store/grid/HRRR/HRRR_CONUS_2p5km_201608262000_F006_CICEP-21387200.grib2": 369464 20160826210511.484 NGRID 21387200 YMCG98 KWBY 262000 !grib2/ncep/HRRR/#255/201608262000F006/CICEP/0 - NONE
|
||||||
|
Aug 26 15:05:12 edextest edexBridge[5812] NOTE: Sent 9 messages (0 at the end of the queue, 9 normally).
|
||||||
|
Aug 26 15:05:12 edextest pqact[5811] NOTE: Filed in "/awips2/data_store/grid/HRRR/HRRR_CONUS_2p5km_201608262000_F006_LTNG-21387205.grib2": 482800 20160826210512.254 NGRID 21387205 YZCG98 KWBY 262000 !grib2/ncep/HRRR/#255/201608262000F006/LTNG/0 - EATM
|
||||||
|
Aug 26 15:05:13 edextest edexBridge[5812] NOTE: Sent 1 messages (0 at the end of the queue, 1 normally).
|
||||||
|
Aug 26 15:05:13 edextest pngg2gini[22317] NOTE: Starting Up
|
||||||
|
Aug 26 15:05:13 edextest pngg2gini[22317] INFO: output file pathname: /awips2/edex/data/manual/nexrcomp_4km_2105_20160826_ntp_0.rad
|
||||||
|
Aug 26 15:05:13 edextest pngg2gini[22317] NOTE: unPNG:: 117632 888533 7.5535
|
||||||
|
Aug 26 15:05:13 edextest pngg2gini[22317] NOTE: Exiting
|
||||||
|
Aug 26 15:05:14 edextest edexBridge[5812] NOTE: Sent 17 messages (0 at the end of the queue, 17 normally).
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
@ -397,7 +212,7 @@ Signal the LDM server to re-read the configuration files:
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
BIN
docs/images/d2d.jpg
Normal file
BIN
docs/images/d2d.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
BIN
docs/images/d2d.png
Normal file
BIN
docs/images/d2d.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 24 KiB |
BIN
docs/images/mapscales.jpg
Normal file
BIN
docs/images/mapscales.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
BIN
docs/images/mapscales.png
Normal file
BIN
docs/images/mapscales.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
243
docs/install/install-azure.html
Normal file
243
docs/install/install-azure.html
Normal file
|
@ -0,0 +1,243 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html itemscope itemtype="http://schema.org/Organization">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||||
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1">
|
||||||
|
<meta name="google-site-verification" content="k0e8DrbD40s54xHNBqwIsRrSSAkZoprwtEYDnNY06bU" />
|
||||||
|
<meta name="google-site-verification" content="pnjjbQFvjPwaWhEXY6nSyaS9iyghmH-M_yLHBveDX2M">
|
||||||
|
<meta itemprop="name" content="AWIPS II - Install on Azure">
|
||||||
|
<meta itemprop="description" content="Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.">
|
||||||
|
|
||||||
|
|
||||||
|
<meta itemprop="image" content="https://www.polymer-project.org/images/instacod.png">
|
||||||
|
|
||||||
|
|
||||||
|
<title>
|
||||||
|
|
||||||
|
Install on Azure -
|
||||||
|
AWIPS II
|
||||||
|
</title>
|
||||||
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body id="install-on-azure">
|
||||||
|
|
||||||
|
<main id="content-container" class="polymer-content">
|
||||||
|
<app-drawer id="sidebar" unresolved>
|
||||||
|
<div layout vertical id="sidebar-content">
|
||||||
|
<div id="logo-container" layout horizontal center>
|
||||||
|
<a href="/awips2/" class="logo"><img src="/awips2/images/logos/awips2.png" alt="AWIPS II User Guide"></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<docs-menu unresolved flex
|
||||||
|
baseurl='/awips2'
|
||||||
|
coreElements='{"core-header-panel":"components/core-header-panel/core-header-panel.html","core-transition-pages":"components/core-animated-pages/transitions/core-transition-pages.html","core-animated-pages":"components/core-animated-pages/core-animated-pages.html","core-overlay":"components/core-overlay/core-overlay.html","core-toolbar":"components/core-toolbar/core-toolbar.html","core-image":"components/core-image/core-image.html","core-shared-lib":"components/core-shared-lib/core-shared-lib.html","core-a11y-keys":"components/core-a11y-keys/core-a11y-keys.html","core-menu-button":"components/core-menu-button/core-menu-button.html","core-icon":"components/core-icon/core-icon.html","core-selection":"components/core-selection/core-selection.html","core-style":"components/core-style/core-style.html","core-menu":"components/core-menu/core-menu.html","core-submenu":"components/core-menu/core-submenu.html","core-list":"components/core-list/core-list.html","core-dropdown-menu":"components/core-dropdown-menu/core-dropdown-menu.html","core-input":"components/core-input/core-input.html","core-iconset-svg":"components/core-iconset-svg/core-iconset-svg.html","core-field":"components/core-field/core-field.html","core-selector":"components/core-selector/core-selector.html","core-media-query":"components/core-media-query/core-media-query.html","core-animation-group":"components/core-animation/core-animation-group.html","core-animation":"components/core-animation/core-animation.html","core-animation-keyframe":"components/core-animation/core-animation.html","core-animation-prop":"components/core-animation/core-animation.html","core-dropdown":"components/core-dropdown/core-dropdown.html","core-dropdown-base":"components/core-dropdown/core-dropdown-base.html","core-pages":"components/core-pages/core-pages.html","core-meta":"components/core-meta/core-meta.html","core-splitter":"components/core-splitter/core-splitter.html","core-scroll-header-panel":"components/core-scroll-header-panel/core-scroll-header-panel.html","core-tooltip":"components/core-tooltip/core-tooltip.html","core-localstorage":"components/core-localstorage/core-localstorage.html","core-scroll-threshold":"components/core-scroll-threshold/core-scroll-threshold.html","core-drag-drop":"components/core-drag-drop/core-drag-drop.html","core-iconset":"components/core-iconset/core-iconset.html","core-label":"components/core-label/core-label.html","core-signals":"components/core-signals/core-signals.html","core-transition":"components/core-transition/core-transition.html","core-scaffold":"components/core-scaffold/core-scaffold.html","core-drawer-panel":"components/core-drawer-panel/core-drawer-panel.html","core-range":"components/core-range/core-range.html","core-collapse":"components/core-collapse/core-collapse.html","core-xhr":"components/core-ajax/core-xhr.html","core-ajax":"components/core-ajax/core-ajax.html","core-icon-button":"components/core-icon-button/core-icon-button.html","core-item":"components/core-item/core-item.html"}'
|
||||||
|
paperElements='{"paper-dropdown":"components/paper-dropdown/paper-dropdown.html","paper-dropdown-transition":"components/paper-dropdown/paper-dropdown-transition.html","paper-item":"components/paper-item/paper-item.html","paper-dropdown-menu":"components/paper-dropdown-menu/paper-dropdown-menu.html","paper-checkbox":"components/paper-checkbox/paper-checkbox.html","paper-button":"components/paper-button/paper-button.html","paper-button-base":"components/paper-button/paper-button-base.html","paper-menu-button":"components/paper-menu-button/paper-menu-button.html","paper-radio-group":"components/paper-radio-group/paper-radio-group.html","paper-toast":"components/paper-toast/paper-toast.html","paper-char-counter":"components/paper-input/paper-char-counter.html","paper-autogrow-textarea":"components/paper-input/paper-autogrow-textarea.html","paper-input":"components/paper-input/paper-input.html","paper-input-decorator":"components/paper-input/paper-input-decorator.html","paper-slider":"components/paper-slider/paper-slider.html","paper-toggle-button":"components/paper-toggle-button/paper-toggle-button.html","paper-fab":"components/paper-fab/paper-fab.html","paper-ripple":"components/paper-ripple/paper-ripple.html","paper-icon-button":"components/paper-icon-button/paper-icon-button.html","paper-tabs":"components/paper-tabs/paper-tabs.html","paper-tab":"components/paper-tabs/paper-tab.html","paper-shadow":"components/paper-shadow/paper-shadow.html","paper-radio-button":"components/paper-radio-button/paper-radio-button.html","paper-dialog":"components/paper-dialog/paper-dialog.html","paper-action-dialog":"components/paper-dialog/paper-action-dialog.html","paper-dialog-base":"components/paper-dialog/paper-dialog-base.html","paper-dialog-transition":"components/paper-dialog/paper-dialog-transition.html","paper-spinner":"components/paper-spinner/paper-spinner.html","paper-progress":"components/paper-progress/paper-progress.html"}'></docs-menu>
|
||||||
|
</div>
|
||||||
|
</app-drawer>
|
||||||
|
|
||||||
|
<scroll-area sidebar unresolved class="scrolling">
|
||||||
|
<site-banner type="guide" shortname="Docs" unresolved>
|
||||||
|
|
||||||
|
<app-bar theme="light" class="bar fixed">
|
||||||
|
</app-bar>
|
||||||
|
|
||||||
|
<header class="shrink">
|
||||||
|
<h1>
|
||||||
|
|
||||||
|
Install & Config
|
||||||
|
: Install on Azure
|
||||||
|
</h1>
|
||||||
|
</header>
|
||||||
|
</site-banner>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="show-permalinks">
|
||||||
|
|
||||||
|
<header class="onlyonmobile">
|
||||||
|
<h1>
|
||||||
|
|
||||||
|
Install & Config
|
||||||
|
: Install on Azure
|
||||||
|
</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<h1 id="azure-portal">Azure Portal</h1>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>create new virtual machine, CentOS 6.7</li>
|
||||||
|
<li>network rules for ports</li>
|
||||||
|
<li>disk drive mount</li>
|
||||||
|
<li>iptables</li>
|
||||||
|
<li></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<p>All of these commands are issued as root user!</p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<p>Create user <strong>awips</strong> and group <strong>fxalpha</strong> and create AWIPS II directories.</p>
|
||||||
|
|
||||||
|
<pre><code>groupadd fxalpha
|
||||||
|
useradd -G fxalpha awips
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p>or add the existing user to the new group:</p>
|
||||||
|
|
||||||
|
<pre><code>groupadd fxalph
|
||||||
|
usermod -a -G fxalpha awips
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p><code>/mnt/resource</code> is a temporary scratch disk on Azure Linux VMs, which makes it an ideal spot for the LDM Raw Data Store (since we don’t care about losing the files which would be purged within one hour anyway.</p>
|
||||||
|
|
||||||
|
<pre><code>mkdir /awips2
|
||||||
|
ln -s /mnt/resource /awips2/data_store
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p>Mount an Azure SSD to <code>/awips2/edex/data</code>see <code>dmesg|grep sdc</code> to know if you have one configured):</p>
|
||||||
|
|
||||||
|
<pre><code>fdisk /dev/sdc
|
||||||
|
mkfs -t ext4 /dev/sdc1
|
||||||
|
mkdir -p /awips2/edex/data
|
||||||
|
mount /dev/sdc1 /awips2/edex/data
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p>and in fstab</p>
|
||||||
|
|
||||||
|
<pre><code>UUID=0ed45b61-1b93-4d5e-a03c-0adc5ffce62a /awips2/edex/data ext4 defaults,discard 1 2
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p>where UUID is found with the command <code>ls -al /dev/disk/by-uuid</code></p>
|
||||||
|
|
||||||
|
<p>Your system looks like this now</p>
|
||||||
|
|
||||||
|
<pre><code>Filesystem Size Used Avail Use% Mounted on
|
||||||
|
/dev/sda1 30G 2.6G 26G 10% /
|
||||||
|
tmpfs 28G 0 28G 0% /dev/shm
|
||||||
|
/dev/sdb1 111G 60M 105G 1% /mnt/resource
|
||||||
|
/dev/sdc1 1007G 72M 956G 1% /awips2/edex/data
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p>and after install</p>
|
||||||
|
|
||||||
|
<pre><code>Filesystem Size Used Avail Use% Mounted on
|
||||||
|
/dev/sda1 30G 8.2G 20G 30% /
|
||||||
|
tmpfs 28G 0 28G 0% /dev/shm
|
||||||
|
/dev/sdb1 111G 60M 105G 1% /mnt/resource
|
||||||
|
/dev/sdc1 1007G 2.3G 954G 1% /awips2/edex/data
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>/dev/sda1 will contain the /awips2 software installation</li>
|
||||||
|
<li>/dev/sdb1 will contain the LDM raw data store (sym link from /awips2/data_store)</li>
|
||||||
|
<li>/dev/sdc1 will contain the EDEX processed sata store (mounted on /awips2/edex/data</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
<li>
|
||||||
|
<p><strong>/etc/sysconfig/iptables</strong></p>
|
||||||
|
|
||||||
|
<p>To serve data from an EDEX server, iptables must allow TCP connections on ports <strong>5672</strong>, <strong>9581</strong> and <strong>9582</strong>. The following lines added to <code>/etc/sysconfig/iptables</code>, followed by the command <code>service iptables restart</code>, will configure iptables for EDEX.</p>
|
||||||
|
|
||||||
|
<pre><code> -A INPUT -p tcp -m tcp --dport 5672 -j ACCEPT
|
||||||
|
-A INPUT -p tcp -m tcp --dport 9581 -j ACCEPT
|
||||||
|
-A INPUT -p tcp -m tcp --dport 9582 -j ACCEPT
|
||||||
|
</code></pre>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<h1 id="linux-download">Linux Download</h1>
|
||||||
|
|
||||||
|
<p>For 64-bit RHEL/CentOS 5 and 6, download and run the script <a href="http://www.unidata.ucar.edu/software/awips2/installEDEX.sh">installEDEX.sh</a>:</p>
|
||||||
|
|
||||||
|
<pre><code>wget http://www.unidata.ucar.edu/software/awips2/installEDEX.sh
|
||||||
|
chmod 755 ./installEDEX.sh
|
||||||
|
./installEDEX.sh
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p>This will install to <code>/awips2/edex</code>, <code>/awips2/data</code> and other directories.</p>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<p>CentOS/RHEL 5 and 6 are the only supported operating systems for EDEX (Though you may have luck with Fedora Core 12 to 14 and Scientific Linux). Not supported for EDEX: Debian, Ubuntu, SUSE, Solaris, OS X, Fedora 15+, CentOS/RHEL 7, Windows</p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<h2 id="be-aware">Be Aware…</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>selinux should be <strong>disabled</strong> <a href="https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Enabling_and_Disabling_SELinux-Disabling_SELinux.html">(read more about selinux at redhat.com)</a></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Security Limits - <strong>/etc/security/limits.conf</strong></p>
|
||||||
|
|
||||||
|
<p>Qpid is known to crash on systems without a high security limit for user processes and files. The file <code>/etc/security/limits.conf</code> defines the number of each for the awips user (This is automatically configured by the <code>installEDEX.sh</code> script).</p>
|
||||||
|
|
||||||
|
<pre><code> awips soft nproc 65536
|
||||||
|
awips soft nofile 65536
|
||||||
|
</code></pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>LDM config</p>
|
||||||
|
|
||||||
|
<pre><code>regutil /hostname -s edex-cloud.westus.cloudapp.azure.com
|
||||||
|
regutil /queue/size -s 2500M
|
||||||
|
|
||||||
|
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 edex-cloud.westus.cloudapp.azure.com
|
||||||
|
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 edex-cloud.westus.cloudapp.azure.com
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<h1 id="what-does-installedexsh-do">What does installEDEX.sh do?</h1>
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
<li>Downloads <a href="http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo">http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo</a> to <code>/etc/yum.repos.d/awips2.repo</code></li>
|
||||||
|
<li>Runs <code>yum clean all</code></li>
|
||||||
|
<li>Runs <code>yum groupinstall awips2-server</code></li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<div>
|
||||||
|
<div class="links">
|
||||||
|
<a href="https://www.facebook.com/unidata" title="Unidata on Facebook" tabindex="-1"><paper-button><core-icon icon="social:post-facebook"></core-icon>Facebook</paper-button></a>
|
||||||
|
<a href="https://twitter.com/intent/follow?screen_name=unidata" data-twitter-follow title="Follow @Unidata on Twitter" tabindex="-1"><paper-button><core-icon icon="social:post-twitter"></core-icon>Twitter</paper-button></a>
|
||||||
|
<a href="https://github.com/Unidata/awips2"><paper-button class="github" tabindex="-1"><core-icon icon="social:post-github"></core-icon>GitHub</paper-button></a>
|
||||||
|
<a href="https://github.com/Unidata/awips2/issues/new" tabindex="-1"><paper-button><core-icon icon="bug-report"></core-icon>File a bug</paper-button></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
|
</scroll-area>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -157,7 +157,7 @@ chmod 755 ./installCAVE.sh
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1">
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1">
|
||||||
<meta name="google-site-verification" content="k0e8DrbD40s54xHNBqwIsRrSSAkZoprwtEYDnNY06bU" />
|
<meta name="google-site-verification" content="k0e8DrbD40s54xHNBqwIsRrSSAkZoprwtEYDnNY06bU" />
|
||||||
<meta name="google-site-verification" content="pnjjbQFvjPwaWhEXY6nSyaS9iyghmH-M_yLHBveDX2M">
|
<meta name="google-site-verification" content="pnjjbQFvjPwaWhEXY6nSyaS9iyghmH-M_yLHBveDX2M">
|
||||||
<meta itemprop="name" content="AWIPS II - Install EDEX">
|
<meta itemprop="name" content="AWIPS II - EDEX Install and Config">
|
||||||
<meta itemprop="description" content="Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.">
|
<meta itemprop="description" content="Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.">
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,26 +15,26 @@
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
|
|
||||||
Install EDEX -
|
EDEX Install and Config -
|
||||||
AWIPS II
|
AWIPS II
|
||||||
</title>
|
</title>
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body id="install-edex">
|
<body id="edex-install-and-config">
|
||||||
|
|
||||||
<main id="content-container" class="polymer-content">
|
<main id="content-container" class="polymer-content">
|
||||||
<app-drawer id="sidebar" unresolved>
|
<app-drawer id="sidebar" unresolved>
|
||||||
|
@ -58,9 +58,7 @@
|
||||||
|
|
||||||
<header class="shrink">
|
<header class="shrink">
|
||||||
<h1>
|
<h1>
|
||||||
|
EDEX Install and Config
|
||||||
Install & Config
|
|
||||||
: Install EDEX
|
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
</site-banner>
|
</site-banner>
|
||||||
|
@ -72,75 +70,121 @@
|
||||||
|
|
||||||
<header class="onlyonmobile">
|
<header class="onlyonmobile">
|
||||||
<h1>
|
<h1>
|
||||||
|
: EDEX Install and Config
|
||||||
Install & Config
|
|
||||||
: Install EDEX
|
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p><a href="http://www.unidata.ucar.edu/software/awips2/installEDEX.sh"><paper-button raised="" role="button" tabindex="0"><core-icon icon="file-download" aria-label="file-download" role="img"></core-icon>64-bit Linux</paper-button></a></p>
|
<p><a href="http://www.unidata.ucar.edu/software/awips2/installEDEX.sh"><paper-button raised="" role="button" tabindex="0"><core-icon icon="file-download" aria-label="file-download" role="img"></core-icon>64-bit Linux</paper-button></a></p>
|
||||||
|
|
||||||
<p><br /></p>
|
<blockquote>
|
||||||
|
<p>CentOS/RHEL 6 is required to install Unidata AWIPS EDEX!</p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
<h1 id="centos-6-setup">CentOS 6 Setup</h1>
|
<hr />
|
||||||
|
|
||||||
<ol>
|
<h1 id="centos-6-one-time-setup">CentOS 6 One-Time Setup</h1>
|
||||||
|
|
||||||
|
<p>To begin, first create user and group <strong>awips:fxalpha</strong>. IP tables will need to be configured to allow specific TCP connections for EDEX: ports <strong>5672</strong>, <strong>9581</strong> and <strong>9582</strong>.</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<p>create user <code>awips</code> and group <code>fxalpha</code> and create AWIPS II directories</p>
|
<p><code>groupadd fxalpha && useradd -G fxalpha awips</code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>mkdir -p /awips2/data_store</code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>vi /etc/sysconfig/iptables</code></p>
|
||||||
|
|
||||||
<pre><code> groupadd fxalpha && useradd -G fxalpha awips
|
<pre><code> # Firewall configuration written by system-config-firewall
|
||||||
mkdir -p /awips2/data_store
|
# Manual customization of this file is not recommended.
|
||||||
|
*filter
|
||||||
|
:INPUT ACCEPT [0:0]
|
||||||
|
:FORWARD ACCEPT [0:0]
|
||||||
|
:OUTPUT ACCEPT [0:0]
|
||||||
|
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
|
||||||
|
-A INPUT -p icmp -j ACCEPT
|
||||||
|
-A INPUT -i lo -j ACCEPT
|
||||||
|
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
|
||||||
|
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5672 -j ACCEPT
|
||||||
|
-A INPUT -m state --state NEW -m tcp -p tcp --dport 9581 -j ACCEPT
|
||||||
|
-A INPUT -m state --state NEW -m tcp -p tcp --dport 9582 -j ACCEPT
|
||||||
|
-A INPUT -j REJECT --reject-with icmp-host-prohibited
|
||||||
|
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
|
||||||
|
COMMIT
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p><code>/etc/security/limits.conf</code></p>
|
<p><code>service iptables restart</code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>vi /etc/sysconfig/selinux</code></p>
|
||||||
|
|
||||||
<p>Qpid is known to crash on some systems which have not defined a higher security limit for user processes and files. To be sure that Qpid can handle the high number of messages from edexBridge, add the following two lines to <code>/etc/security/limits.conf</code></p>
|
<pre><code> # This file controls the state of SELinux on the system.
|
||||||
|
# SELINUX= can take one of these three values:
|
||||||
<pre><code> awips soft nproc 65536
|
# enforcing - SELinux security policy is enforced.
|
||||||
awips soft nofile 65536
|
# permissive - SELinux prints warnings instead of enforcing.
|
||||||
</code></pre>
|
# disabled - No SELinux policy is loaded.
|
||||||
|
SELINUX=disabled
|
||||||
<p>or with the command</p>
|
# SELINUXTYPE= can take one of these two values:
|
||||||
|
# targeted - Targeted processes are protected,
|
||||||
<pre><code> printf "awips soft nproc 65536\nawips soft nofile 65536\n" >> /etc/security/limits.conf
|
# mls - Multi Level Security protection.
|
||||||
|
SELINUXTYPE=targeted
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p><code>/etc/sysconfig/iptables</code></p>
|
<p><code>reboot</code></p>
|
||||||
|
|
||||||
<p>To serve data from an EDEX server, iptables must allow TCP connections on ports <strong>5672</strong>, <strong>9581</strong> and <strong>9582</strong>. The following lines added to <code>/etc/sysconfig/iptables</code>, followed by the command <code>service iptables restart</code>, will configure iptables for EDEX.</p>
|
<p>Only required if iptables was updated in step 5.</p>
|
||||||
|
|
||||||
<pre><code> -A INPUT -p tcp -m tcp --dport 5672 -j ACCEPT
|
|
||||||
-A INPUT -p tcp -m tcp --dport 9581 -j ACCEPT
|
|
||||||
-A INPUT -p tcp -m tcp --dport 9582 -j ACCEPT
|
|
||||||
</code></pre>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Mount SSD to /awips2/edex/data (optional)</p>
|
<p><code>df -h</code></p>
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
<p>For better performance and to increase the decoding capacity of your EDEX server, mount an SSD to <code>/awips2/edex/data</code> (or to the entire <code>/awips2</code> folder if your SSD is larger than 500GB).</p>
|
<p>Make sure you have 15GB of storage on <code>/</code> for the <code>/awips2</code> software, and then ensure you have 500GB (or more) of fast IO file storage (SSD or NFS) available to mount the directories <code>/awips2/edex/data/hdf5</code> and <code>/awips2/data_store</code>.</p>
|
||||||
|
|
||||||
<h1 id="linux-download">Linux Download</h1>
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>All of <code>/awips2</code> on an SSD</p>
|
||||||
|
|
||||||
<p>For 64-bit RHEL/CentOS 5 and 6, download and run the script <a href="http://www.unidata.ucar.edu/software/awips2/installEDEX.sh">installEDEX.sh</a>:</p>
|
<p>For example:</p>
|
||||||
|
|
||||||
<pre><code>wget http://www.unidata.ucar.edu/software/awips2/installEDEX.sh
|
<pre><code> Filesystem Size Used Avail Use% Mounted on
|
||||||
chmod 755 ./installEDEX.sh
|
/dev/sda1 30G 2.5G 26G 9% /
|
||||||
./installEDEX.sh
|
tmpfs 28G 0 28G 0% /dev/shm
|
||||||
|
/dev/sdc1 788G 81G 667G 11% /awips2
|
||||||
|
/dev/sdb1 788G 69M 748G 1% /mnt/resource
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>/awips2/edex/data/hdf5</code> on an SSD</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
|
<h1 id="edex-install">EDEX Install</h1>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p><code>wget http://www.unidata.ucar.edu/software/awips2/installEDEX.sh</code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>chmod 755 ./installEDEX.sh</code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>./installEDEX.sh</code></p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p>This will install to <code>/awips2/edex</code>, <code>/awips2/data</code> and other directories.</p>
|
<p>This will install to <code>/awips2/edex</code>, <code>/awips2/data</code> and other directories.</p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>CentOS/RHEL 5 and 6 are the only supported operating systems for EDEX (Though you may have luck with Fedora Core 12 to 14 and Scientific Linux). Not supported for EDEX: Debian, Ubuntu, SUSE, Solaris, OS X, Fedora 15+, CentOS/RHEL 7, Windows</p>
|
<p>64-bit CentOS/RHEL 6 is the only supported operating systems for EDEX (Though you may have luck with CentOS/RHEL 5, Fedora Core 12 to 14 and Scientific Linux). Not supported for EDEX: Debian, Ubuntu, SUSE, Solaris, OS X, Fedora 15+, CentOS/RHEL 7, Windows</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>selinux should be <strong>disabled</strong> <a href="https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Enabling_and_Disabling_SELinux-Disabling_SELinux.html">(read more about selinux at redhat.com)</a></p>
|
<h2 id="what-does-installedexsh-do">What does installEDEX.sh do?</h2>
|
||||||
|
|
||||||
<h1 id="what-does-installedexsh-do">What does installEDEX.sh do?</h1>
|
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>Downloads <a href="http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo">http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo</a> to <code>/etc/yum.repos.d/awips2.repo</code></li>
|
<li>Downloads <a href="http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo">http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo</a> to <code>/etc/yum.repos.d/awips2.repo</code></li>
|
||||||
|
@ -148,6 +192,29 @@ chmod 755 ./installEDEX.sh
|
||||||
<li>Runs <code>yum groupinstall awips2-server</code></li>
|
<li>Runs <code>yum groupinstall awips2-server</code></li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
|
<h1 id="be-aware">Be Aware…</h1>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p><code>/awips2/edex/bin/setup.env</code> should contain the <strong>fully-qualified domain name</strong> which can be externally resolved (localhost will not work). The command <code>edex setup</code> attempts to add the domain name of your EDEX machine to the file, but you should <strong>always confirm this manually</strong>.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>selinux should be <strong>disabled</strong> <a href="https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Enabling_and_Disabling_SELinux-Disabling_SELinux.html">(read more about selinux at redhat.com)</a></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Security Limits - <strong>/etc/security/limits.conf</strong></p>
|
||||||
|
|
||||||
|
<p>Qpid is known to crash on systems without a high security limit for user processes and files. The file <code>/etc/security/limits.conf</code> defines the number of each for the awips user (This is automatically configured by the <code>installEDEX.sh</code> script).</p>
|
||||||
|
|
||||||
|
<pre><code> awips soft nproc 65536
|
||||||
|
awips soft nofile 65536
|
||||||
|
</code></pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
@ -169,7 +236,7 @@ chmod 755 ./installEDEX.sh
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1">
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1">
|
||||||
<meta name="google-site-verification" content="k0e8DrbD40s54xHNBqwIsRrSSAkZoprwtEYDnNY06bU" />
|
<meta name="google-site-verification" content="k0e8DrbD40s54xHNBqwIsRrSSAkZoprwtEYDnNY06bU" />
|
||||||
<meta name="google-site-verification" content="pnjjbQFvjPwaWhEXY6nSyaS9iyghmH-M_yLHBveDX2M">
|
<meta name="google-site-verification" content="pnjjbQFvjPwaWhEXY6nSyaS9iyghmH-M_yLHBveDX2M">
|
||||||
<meta itemprop="name" content="AWIPS II - The EDEX Service Manager">
|
<meta itemprop="name" content="AWIPS II - EDEX Start and Stop">
|
||||||
<meta itemprop="description" content="Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.">
|
<meta itemprop="description" content="Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.">
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,26 +15,26 @@
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
|
|
||||||
The EDEX Service Manager -
|
EDEX Start and Stop -
|
||||||
AWIPS II
|
AWIPS II
|
||||||
</title>
|
</title>
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body id="the-edex-service-manager">
|
<body id="edex-start-and-stop">
|
||||||
|
|
||||||
<main id="content-container" class="polymer-content">
|
<main id="content-container" class="polymer-content">
|
||||||
<app-drawer id="sidebar" unresolved>
|
<app-drawer id="sidebar" unresolved>
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
<header class="shrink">
|
<header class="shrink">
|
||||||
<h1>
|
<h1>
|
||||||
The EDEX Service Manager
|
EDEX Start and Stop
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
</site-banner>
|
</site-banner>
|
||||||
|
@ -70,19 +70,23 @@
|
||||||
|
|
||||||
<header class="onlyonmobile">
|
<header class="onlyonmobile">
|
||||||
<h1>
|
<h1>
|
||||||
: The EDEX Service Manager
|
: EDEX Start and Stop
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<h1 id="the-edex-service-manager">The EDEX Service Manager</h1>
|
<h1 id="quick-start">Quick Start</h1>
|
||||||
|
|
||||||
<p>The four EDEX services (<strong>postgres</strong>, <strong>httpd-pypies</strong>, <strong>qpidd</strong>, and <strong>edex_camel</strong>) will run at boot once they are installed, as defined in the header of each file by the same name in <code>/etc/init.d</code>. The LDM does not start automatically on boot.</p>
|
<p>(as root)</p>
|
||||||
|
|
||||||
<h1 id="edex-status">edex status</h1>
|
<ul>
|
||||||
|
<li><code>edex start</code></li>
|
||||||
|
<li><code>edex log ldm</code> - watch for live incoming data</li>
|
||||||
|
<li><code>edex log</code> - watch for active data decoding messages</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p>Type <code>edex status</code> (or simply <code>edex</code>) to list the EDEX processes and their statuses.</p>
|
<p>AWIPS EDEX services are managed by the <code>edex</code> program</p>
|
||||||
|
|
||||||
<pre><code>edex
|
<pre><code>> edex
|
||||||
|
|
||||||
[edex status]
|
[edex status]
|
||||||
postgres :: not running
|
postgres :: not running
|
||||||
|
@ -96,34 +100,20 @@
|
||||||
edex (status|start|stop|setup|log|purge|users)
|
edex (status|start|stop|setup|log|purge|users)
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<p>The last line are the other available commands (<a href="#edex-start">edex start</a>, <a href="#edex-stop">edex stop</a>, <a href="#edex-setup">edex setup</a>, <a href="#edex-log">edex log</a>, <a href="#edex-purge">edex purge</a>, <a href="#edex-users">edex users</a>).</p>
|
<p>The list of available commands is shown at the botton of the command output (<a href="#edex-start">edex start</a>, <a href="#edex-stop">edex stop</a>, <a href="#edex-setup">edex setup</a>, <a href="#edex-log">edex log</a>, <a href="#edex-purge">edex purge</a>, <a href="#edex-users">edex users</a>).</p>
|
||||||
|
|
||||||
<h1 id="edex-start">edex start</h1>
|
<h1 id="edex-start">edex start</h1>
|
||||||
|
|
||||||
<pre><code>edex start
|
<pre><code>edex start
|
||||||
|
|
||||||
Starting EDEX PostgreSQL:
|
Starting EDEX PostgreSQL: [ OK ]
|
||||||
Starting logging service: [ OK ]
|
Starting httpd: [ OK ]
|
||||||
Starting httpd: nohup: redirecting stderr to stdout [ OK ]
|
Starting QPID [ OK ]
|
||||||
Starting QPID
|
|
||||||
QPID is running (PID 7911)
|
|
||||||
Starting EDEX Camel (request):
|
Starting EDEX Camel (request):
|
||||||
Starting EDEX Camel (ingest):
|
Starting EDEX Camel (ingest):
|
||||||
Starting EDEX Camel (ingestGrib):
|
Starting EDEX Camel (ingestGrib):
|
||||||
EDEX Camel (ingest) is running (wrapper PID 8175)
|
|
||||||
EDEX Camel (ingest) is running (java PID 8376)
|
|
||||||
EDEX Camel (request) is running (wrapper PID 8176)
|
|
||||||
EDEX Camel (request) is running (java PID 8258)
|
|
||||||
EDEX Camel (ingestGrib) is running (wrapper PID 8177)
|
|
||||||
EDEX Camel (ingestGrib) is running (java PID 8318)
|
|
||||||
Cleaning LDM: [ OK ]
|
|
||||||
Deleting the ldm queue: [ OK ]
|
|
||||||
Creating the ldm queue: [ OK ]
|
|
||||||
Starting AWIPS II LDM:The product-queue is OK.
|
Starting AWIPS II LDM:The product-queue is OK.
|
||||||
Checking pqact(1) configuration-file(s)...
|
...
|
||||||
/awips2/ldm/etc/pqact.conf: syntactically correct
|
|
||||||
Checking LDM configuration-file (/awips2/ldm/etc/ldmd.conf)...
|
|
||||||
Starting the LDM server...
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<h1 id="edex-stop">edex stop</h1>
|
<h1 id="edex-stop">edex stop</h1>
|
||||||
|
@ -133,21 +123,14 @@ Starting the LDM server...
|
||||||
Stopping EDEX Camel (request):
|
Stopping EDEX Camel (request):
|
||||||
Stopping EDEX Camel (ingest):
|
Stopping EDEX Camel (ingest):
|
||||||
Stopping EDEX Camel (ingestGrib):
|
Stopping EDEX Camel (ingestGrib):
|
||||||
EDEX request shutdown
|
Stopping QPID [ OK ]
|
||||||
EDEX ingestGrib shutdown
|
Stopping httpd: [ OK ]
|
||||||
Waiting for EDEX ingest to shutdown
|
Stopping EDEX PostgreSQL: [ OK ]
|
||||||
EDEX ingest shutdown
|
|
||||||
Stopping QPID
|
|
||||||
Session terminated, killing shell... ...killed.
|
|
||||||
Stopping httpd:
|
|
||||||
Stopping logging service: [ OK ]
|
|
||||||
Stopping EDEX PostgreSQL:
|
|
||||||
Stopping AWIPS II LDM:Stopping the LDM server...
|
Stopping AWIPS II LDM:Stopping the LDM server...
|
||||||
Waiting for the LDM server to terminate...
|
...
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<h1 id="edex-setup">edex setup</h1>
|
<h1 id="edex-setup">edex setup</h1>
|
||||||
<p>to configure (or confirm) that the EDEX hostname and IP address definitions exist. If these definitions are missing, <code>edex start</code> will run <code>edex setup</code> for you.</p>
|
|
||||||
|
|
||||||
<pre><code>edex setup
|
<pre><code>edex setup
|
||||||
|
|
||||||
|
@ -159,8 +142,13 @@ Waiting for the LDM server to terminate...
|
||||||
[done]
|
[done]
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
<p>This command configures and/or confirms that the EDEX hostname and IP address definitions exist (<code>edex setup</code> is run by <code>edex start</code>).</p>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<p>If your EDEX server is running but you see the message “Connectivity Error: Unable to validate localization preferences” in CAVE, it may mean that the domain name defined in <code>/awips2/edex/bin/setup.env</code> can not be resolved from <em>outside</em> the server. Some machines have different <strong>internally-resolved</strong> and <strong>externally-resolved</strong> domain names (cloud-based especially). The name defined in <code>setup.env</code> must be <strong>externally-resolvable</strong>.</p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
<h1 id="edex-log">edex log</h1>
|
<h1 id="edex-log">edex log</h1>
|
||||||
<p>to view the Ingest JVM log (default) and others such as <code>edex log grib</code>, <code>edex log request</code>, <code>edex log ldm</code>.</p>
|
|
||||||
|
|
||||||
<pre><code>edex log
|
<pre><code>edex log
|
||||||
|
|
||||||
|
@ -171,15 +159,63 @@ Waiting for the LDM server to terminate...
|
||||||
|
|
||||||
INFO 2015-12-09 18:34:42,825 [Ingest.binlightning-1] Ingest: EDEX: Ingest - binlightning:: /awips2/data_store/entlightning/20151209/18/SFPA42_KWBC_091833_38031177.2015120918 processed in: 0.0050 (sec) Latency: 0.0550 (sec)
|
INFO 2015-12-09 18:34:42,825 [Ingest.binlightning-1] Ingest: EDEX: Ingest - binlightning:: /awips2/data_store/entlightning/20151209/18/SFPA42_KWBC_091833_38031177.2015120918 processed in: 0.0050 (sec) Latency: 0.0550 (sec)
|
||||||
Time spent in persist: 68
|
Time spent in persist: 68
|
||||||
INFO 2015-12-09 18:34:45,951 [Ingest.obs-1] Ingest: EDEX: Ingest - obs:: /awips2/data_store/metar/20151209/18/SAIN31_VABB_091830_131392869.2015120918 processed in: 0.0810 (sec) Latency: 0.1800 (sec)
|
INFO 2015-12-09 18:34:45,951 [Ingest.obs-1] Ingest: EDEX: Ingest - obs:: /awips2/data_store/metar/20151209/18/SAIN31_VABB_091830_131392869.2015120918 processed in: 0.0810 (sec) Latency: 0.1800 (sec)\
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p>More edex logs…</p>
|
||||||
|
|
||||||
|
<pre><code>edex log grib
|
||||||
|
edex log request
|
||||||
|
edex log ldm
|
||||||
|
edex log radar
|
||||||
|
edex log satellite
|
||||||
|
edex log text
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<h1 id="edex-users">edex users</h1>
|
<h1 id="edex-users">edex users</h1>
|
||||||
<p>to view user information for your EDEX server (account username and domain name are recorded by each edex server for localization purposes).</p>
|
|
||||||
|
<p>To see a list of clients connecting to your EDEX server, use the <code>edex users [YYYYMMDD]</code> command, where <code>YYYYMMDD</code> is the optional date string.</p>
|
||||||
|
|
||||||
|
<pre><code>edex users
|
||||||
|
|
||||||
|
-- EDEX Users 20160826 --
|
||||||
|
user@101.253.20.225
|
||||||
|
user@192.168.1.67
|
||||||
|
awips@0.0.0.0
|
||||||
|
awips@sdsmt.edu
|
||||||
|
...
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
<h1 id="edex-purge">edex purge</h1>
|
<h1 id="edex-purge">edex purge</h1>
|
||||||
<p>to view any stuck purge jobs in PortgreSQL (a rare but serious problem if your disk fills up). The solution to this is to run <code>edex purge reset</code>.</p>
|
<p>to view any stuck purge jobs in PortgreSQL (a rare but serious problem if your disk fills up). The solution to this is to run <code>edex purge reset</code>.</p>
|
||||||
|
|
||||||
|
<h1 id="etcinitd-scripts"><code>/etc/init.d</code> scripts</h1>
|
||||||
|
|
||||||
|
<p>There are four EDEX services which run on boot:</p>
|
||||||
|
|
||||||
|
<pre><code>service postgres start
|
||||||
|
service httpd-pypies start
|
||||||
|
service qpidd start
|
||||||
|
service edex_camel start
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p>There is also an LDM init script called <code>edex_ldm</code> which does <strong>not run at boot</strong> (to prevent filling up disk space without EDEX processing or scouring):</p>
|
||||||
|
|
||||||
|
<pre><code>service edex_ldm start
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p>The service config files are located in <code>/etc/init.d/</code> and can be edited by <strong>root</strong>:</p>
|
||||||
|
|
||||||
|
<pre><code>ls -la /etc/init.d/ |grep -e edex -e pypies -e qpid
|
||||||
|
|
||||||
|
-rwxr--r-- 1 root root 6693 Nov 7 17:53 edex_camel
|
||||||
|
-rwxr-xr-x 1 root root 1422 Oct 29 15:28 edex_ldm
|
||||||
|
-rwxr--r-- 1 root root 2416 Sep 7 15:48 edex_postgres
|
||||||
|
-rwxr-xr-x 1 root root 5510 Aug 26 13:05 httpd-pypies
|
||||||
|
-rwxr-xr-x 1 root root 3450 Aug 26 13:04 qpidd
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
@ -201,7 +237,7 @@ INFO 2015-12-09 18:34:45,951 [Ingest.obs-1] Ingest: EDEX: Ingest - obs:: /awips
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -125,7 +125,7 @@ service edex_postgres stop
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -77,24 +77,45 @@
|
||||||
<h1 id="cave">CAVE</h1>
|
<h1 id="cave">CAVE</h1>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>64-bit CentOS/RHEL 5 or 6 (including the latest 6.7) (or Mac)</li>
|
<li><strong>CentOS/RHEL 6, OS X, Windows</strong></li>
|
||||||
<li>8GB memory</li>
|
<li><strong>8GB</strong> memory</li>
|
||||||
<li>1.5GB disk space (you should be prepared for more with caching datasets in <code>~/caveData</code>)</li>
|
<li><strong>1.5GB</strong> disk space (you should be prepared for more with caching datasets in <code>~/caveData</code>)</li>
|
||||||
<li>2GB video ram and OpenGL 2.0</li>
|
<li><strong>2GB</strong> video ram and OpenGL 2.0</li>
|
||||||
<li><a href="http://www.nvidia.com/Download/index.aspx?lang=en-us">Latest NVIDIA driver</a> for your graphics card.</li>
|
<li><a href="http://www.nvidia.com/Download/index.aspx?lang=en-us"><strong>Latest NVIDIA driver</strong></a> for your graphics card.</li>
|
||||||
<li>All package dependencies should be resolved by yum. Packages such as libXp, libXt, and openmotif will be picked up and installed along with CAVE.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h1 id="edex">EDEX</h1>
|
<h1 id="edex">EDEX</h1>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>64-bit CentOS/RHEL 5 or 6 (including the latest 6.7).</li>
|
<li><strong>64-bit CentOS/RHEL 6</strong></li>
|
||||||
<li>4 CPU cores minimum, 8+ recommended (EDEX can scale to any system limitations by reducing the amount of incoming data and/or turning off certain decoders).</li>
|
<li><strong>8 CPU</strong> cores minimum, <strong>16</strong> recommended.</li>
|
||||||
<li>8GB memory minimum, 24GB and 32GB recommended to process more IDD data feeds</li>
|
<li><strong>16GB</strong> RAM minimum, <strong>32GB+</strong> recommended for large servers processing more of the IDD.</li>
|
||||||
<li>250GB minimum footprint, 400GB with full IDD ingest, more if you plan to build a data archive (100 GB/day for 3 months = 10TB)</li>
|
<li><strong>500GB</strong> minimum footprint, more if you plan to build a data archive</li>
|
||||||
<li>A <strong>Solid State Drive</strong> is recommended if you want to process high volume feeds such as NEXRAD3 and CONDUIT.</li>
|
<li>An <strong>SSD</strong> mounted to <code>/awips2</code> contain the entire software system and data files.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<h2 id="notes">Notes</h2>
|
||||||
|
<ul>
|
||||||
|
<li>EDEX can scale to any system by reducing the volume of incoming data and/or turning off certain decoders (for example, with 4 cores you will only have 4 parallelized decoders running at any one time, which will not be able to handle CONDUIT and NEXRAD3 feeds).</li>
|
||||||
|
<li>As of AWIPS 16.2.2, scouring of <code>/awips2/data_store</code> is performed at 30 minutes past every hour, and the default retention rate is <strong>1 hour</strong>. Previous releases used <code>ldmadmin scour</code> which had a minimum retention period of 1 day.</li>
|
||||||
|
</ul>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<h3 id="edex-linux-file-systems">EDEX Linux File Systems</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><strong>/awips2</strong> - This folder contains all of the installed AWIPS software.</li>
|
||||||
|
<li><strong>/awips2/edex/data/hdf5</strong> - Contains the HDF5 component of the data store and shared static data and hydro apps.</li>
|
||||||
|
<li><strong>/awips2/edex/data/utility</strong> - Contains localization store and EDEX configuration files.</li>
|
||||||
|
<li><strong>/awips2/ldm</strong> - LDM account home directory.</li>
|
||||||
|
<li><strong>/awips2/ldm/etc</strong> - Location of <em>ldmd.conf</em> and <em>pqact.conf</em>.</li>
|
||||||
|
<li><strong>/awips2/ldm/logs</strong> - Location of LDM logs.</li>
|
||||||
|
<li><strong>/awips2/data_store</strong> - Raw Data Store File System</li>
|
||||||
|
<li><strong>/awips2/GFESuite</strong> - Contains scripts and data relating to inter site coordination (ISC) and service backup.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
@ -116,7 +137,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,21 +23,20 @@
|
||||||
<a href="{{ baseurl }}/"></a>
|
<a href="{{ baseurl }}/"></a>
|
||||||
</core-item>
|
</core-item>
|
||||||
|
|
||||||
<core-submenu label="Install" icon="chevron-right">
|
<core-submenu label="Download and Install" icon="chevron-right">
|
||||||
<core-item label="Install CAVE"><a href="{{ baseurl }}/docs/install/install-cave.html"></a></core-item>
|
<core-item label="Install CAVE"><a href="{{ baseurl }}/docs/install/install-cave.html"></a></core-item>
|
||||||
<core-item label="Install EDEX"><a href="{{ baseurl }}/docs/install/install-edex.html"></a></core-item>
|
<core-item label="Install EDEX"><a href="{{ baseurl }}/docs/install/install-edex.html"></a></core-item>
|
||||||
<core-item label="System Requirements"><a href="{{ baseurl }}/docs/install/system-requirements.html"></a></core-item>
|
<core-item label="System Requirements"><a href="{{ baseurl }}/docs/install/system-requirements.html"></a></core-item>
|
||||||
<core-item label="Run EDEX"><a href="{{ baseurl }}/docs/install/start-edex.html"></a></core-item>
|
|
||||||
<core-item label="Start EDEX Manually"><a href="{{ baseurl }}/docs/install/starting-services.html"></a></core-item>
|
|
||||||
</core-submenu>
|
</core-submenu>
|
||||||
|
|
||||||
<core-submenu label="EDEX Admin" icon="chevron-right">
|
<core-submenu label="EDEX User Guide" icon="chevron-right">
|
||||||
|
<core-item label="EDEX Start and Stop"><a href="{{ baseurl }}/docs/install/start-edex.html"></a></core-item>
|
||||||
<core-item label="LDM feeds"><a href="{{ baseurl }}/docs/edex/ldm.html"></a></core-item>
|
<core-item label="LDM feeds"><a href="{{ baseurl }}/docs/edex/ldm.html"></a></core-item>
|
||||||
<core-item label="Linux tools"><a href="{{ baseurl }}/docs/devguide/linux-tools.html"></a></core-item>
|
<core-item label="EDEX Data Plugins"><a href="{{ baseurl }}/docs/edex/data-plugins.html"></a></core-item>
|
||||||
<core-item label="Data flow"><a href="{{ baseurl }}/docs/devguide/data-flow.html"></a></core-item>
|
<core-item label="Python Data Access Framework"><a href="{{ baseurl }}/docs/edex/data-access-plugins.html"></a></core-item>
|
||||||
<core-item label="File system"><a href="{{ baseurl }}/docs/devguide/file-system.html"></a></core-item>
|
|
||||||
<core-item label="Regular expressions"><a href="{{ baseurl }}/docs/devguide/regular-expressions.html"></a></core-item>
|
<core-item label="Regular expressions"><a href="{{ baseurl }}/docs/devguide/regular-expressions.html"></a></core-item>
|
||||||
<core-item label="Data distribution files"><a href="{{ baseurl }}/docs/devguide/data-distribution-files.html"></a></core-item>
|
<core-item label="Data distribution files"><a href="{{ baseurl }}/docs/devguide/data-distribution-files.html"></a></core-item>
|
||||||
|
<core-item label="Data Purging"><a href="{{ baseurl }}/docs/edex/data-purge.html"></a></core-item>
|
||||||
<core-item label="Monitoring Users"><a href="{{ baseurl }}/docs/edex/edex-users.html"></a></core-item>
|
<core-item label="Monitoring Users"><a href="{{ baseurl }}/docs/edex/edex-users.html"></a></core-item>
|
||||||
|
|
||||||
</core-submenu>
|
</core-submenu>
|
||||||
|
@ -59,9 +58,17 @@
|
||||||
</core-submenu>
|
</core-submenu>
|
||||||
|
|
||||||
<core-submenu label="D2D User Guide" icon="chevron-right">
|
<core-submenu label="D2D User Guide" icon="chevron-right">
|
||||||
<core-item label="Introduction"><a href="{{ baseurl }}/docs/cave/d2d-intro.html"></a></core-item>
|
|
||||||
|
|
||||||
<core-item label="System Menus"><a href="{{ baseurl }}/docs/cave/d2d-system-menus.html"></a></core-item>
|
<!--
|
||||||
|
|
||||||
|
* The D2D Perspective
|
||||||
|
* Saving Bundles
|
||||||
|
*
|
||||||
|
|
||||||
|
-->
|
||||||
|
<core-item label="The D2D Perspective"><a href="{{ baseurl }}/docs/cave/d2d-intro.html"></a></core-item>
|
||||||
|
|
||||||
|
<core-item label="Maps, Projections, and Bundles"><a href="{{ baseurl }}/docs/cave/d2d-system-menus.html"></a></core-item>
|
||||||
<!--
|
<!--
|
||||||
<core-submenu label="System Menus">
|
<core-submenu label="System Menus">
|
||||||
<core-item label="NCEP NCP"><a href="{{ baseurl }}/docs/cave/d2d-system-menus.html"></a></core-item>
|
<core-item label="NCEP NCP"><a href="{{ baseurl }}/docs/cave/d2d-system-menus.html"></a></core-item>
|
||||||
|
@ -69,8 +76,8 @@
|
||||||
-->
|
-->
|
||||||
<core-item label="Gridded Model Display"><a href="{{ baseurl }}/docs/cave/d2d-grids.html"></a></core-item>
|
<core-item label="Gridded Model Display"><a href="{{ baseurl }}/docs/cave/d2d-grids.html"></a></core-item>
|
||||||
<core-item label="Surface Obs"><a href="{{ baseurl }}/docs/cave/d2d-obs.html"></a></core-item>
|
<core-item label="Surface Obs"><a href="{{ baseurl }}/docs/cave/d2d-obs.html"></a></core-item>
|
||||||
<core-item label="Satellite"><a href="{{ baseurl }}/docs/cave/d2d-satellite.html"></a></core-item>
|
<core-item label="Satellite Products"><a href="{{ baseurl }}/docs/cave/d2d-satellite.html"></a></core-item>
|
||||||
<core-item label="Radar"><a href="{{ baseurl }}/docs/cave/d2d-radar.html"></a></core-item>
|
<core-item label="Radar Data"><a href="{{ baseurl }}/docs/cave/d2d-radar.html"></a></core-item>
|
||||||
<core-item label="Upper air"><a href="{{ baseurl }}/docs/cave/d2d-uair.html"></a></core-item>
|
<core-item label="Upper air"><a href="{{ baseurl }}/docs/cave/d2d-uair.html"></a></core-item>
|
||||||
<core-item label="NCEP/Hydro"><a href="{{ baseurl }}/docs/cave/d2d-hydro.html"></a></core-item>
|
<core-item label="NCEP/Hydro"><a href="{{ baseurl }}/docs/cave/d2d-hydro.html"></a></core-item>
|
||||||
<!--<core-item label="Lightning"><a href="{{ baseurl }}/docs/cave/d2d-lightning.html"></a></core-item>-->
|
<!--<core-item label="Lightning"><a href="{{ baseurl }}/docs/cave/d2d-lightning.html"></a></core-item>-->
|
||||||
|
@ -85,11 +92,11 @@
|
||||||
|
|
||||||
</core-submenu>
|
</core-submenu>
|
||||||
|
|
||||||
<!--
|
|
||||||
<core-submenu label="NCP User Guide" icon="description">
|
<core-submenu label="NCP User Guide" icon="chevron-right">
|
||||||
<core-item label="NCEP NCP"><a href="{{ baseurl }}/docs/cave/ncp.html"></a></core-item>
|
<core-item label="NCEP NCP"><a href="{{ baseurl }}/docs/cave/ncp.html"></a></core-item>
|
||||||
</core-submenu>
|
</core-submenu>
|
||||||
-->
|
|
||||||
|
|
||||||
<core-submenu label="Appendix" icon="list">
|
<core-submenu label="Appendix" icon="list">
|
||||||
|
|
||||||
|
|
10
index.html
10
index.html
|
@ -21,16 +21,16 @@
|
||||||
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
<link rel="publisher" href="https://plus.google.com/107187849809354688692">
|
||||||
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
<link rel="shortcut icon" href="http://www.unidata.ucar.edu/favicon.ico">
|
||||||
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2.css?20160718" rel="stylesheet">
|
<link href="/awips2/css/site2.css?20160829" rel="stylesheet">
|
||||||
<link href="/awips2/css/site2_sd_rules.css?20160718" rel="stylesheet" shim-shadowdom>
|
<link href="/awips2/css/site2_sd_rules.css?20160829" rel="stylesheet" shim-shadowdom>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160718"></script>
|
<script src="/awips2/components/webcomponentsjs/webcomponents.min.js?20160829"></script>
|
||||||
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
<!-- TODO: remove when https://github.com/Polymer/polymer/issues/391 is fixed -->
|
||||||
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
<link rel="import" href="/awips2/components/polymer/polymer.html">
|
||||||
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
<link rel="stylesheet" href="/awips2/css/elements/docs-menu.css">
|
||||||
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160718">
|
<link rel="import" href="/awips2/elements/common_elements.vulcanized.html?20160829">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
<script src="/awips2/js/prettify/prettify.js"></script>
|
<script src="/awips2/js/prettify/prettify.js"></script>
|
||||||
|
|
||||||
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
<!-- <script src="/awips2/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
|
||||||
<script src="/awips2/js/app.js?20160718"></script>
|
<script src="/awips2/js/app.js?20160829"></script>
|
||||||
|
|
||||||
|
|
||||||
</scroll-area>
|
</scroll-area>
|
||||||
|
|
Loading…
Add table
Reference in a new issue