2017-07-07 17:54:00 -07:00
<!DOCTYPE html>
< html class = "no-js" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1" >
< meta name = "description" content = "Documentation for all things AWIPS." >
< link rel = "canonical" href = "http://unidata.github.io/awips2/edex/new-grid/" >
< meta name = "author" content = "mjames@ucar.edu" >
< link rel = "shortcut icon" href = "../../images/favicon.ico" >
< meta name = "generator" content = "mkdocs-0.16.3, mkdocs-unidata-1.5.4" >
< title > Ingest a New Grid - Unidata AWIPS User Manual< / title >
< script src = "../../assets/javascripts/modernizr-56ade86843.js" > < / script >
< link rel = "stylesheet" href = "../../assets/stylesheets/application-b1a1975878.css" >
< link rel = "stylesheet" href = "../../assets/stylesheets/application-f78e5cb881.palette.css" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Roboto+Mono" >
< style > body , input { font-family : "Roboto" , "Helvetica Neue" , Helvetica , Arial , sans-serif } code , kbd , pre { font-family : "Roboto Mono" , "Courier New" , Courier , monospace } < / style >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/icon?family=Material+Icons" >
< link rel = "stylesheet" href = "../../css/extra.css" >
< / head >
< body data-md-color-primary = "blue-grey" data-md-color-accent = "light-blue" >
< svg class = "md-svg" >
< defs >
< svg xmlns = "http://www.w3.org/2000/svg" width = "416" height = "448" viewBox = "0 0 416 448" id = "github" > < path fill = "currentColor" d = "M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z" / > < / svg >
< / defs >
< / svg >
< input class = "md-toggle" data-md-toggle = "drawer" type = "checkbox" id = "drawer" >
< input class = "md-toggle" data-md-toggle = "search" type = "checkbox" id = "search" >
< label class = "md-overlay" data-md-component = "overlay" for = "drawer" > < / label >
< header class = "md-header" data-md-component = "header" >
< nav class = "md-header-nav md-grid" >
< a href = "../.." > < div class = "background-logo" style = "background-image: url(../../images/cave.png);" > < / div >
< div class = "md-flex" >
< div class = "md-flex__cell md-flex__cell--shrink" >
< a href = "../.." title = "Unidata AWIPS User Manual" class = "md-icon md-icon--home md-header-nav__button" >
< / a >
< / div >
< div class = "md-flex__cell md-flex__cell--shrink" >
< label class = "md-icon md-icon--menu md-header-nav__button" for = "drawer" > < / label >
< / div >
< div class = "md-flex__cell md-flex__cell--stretch" >
< span class = "md-flex__ellipsis md-header-nav__title" >
2017-09-26 20:27:20 -07:00
< span class = "md-header-nav__parent" >
EDEX User Manual
< / span >
Ingest a New Grid
2017-07-07 17:54:00 -07:00
< / span >
< / div >
< div class = "md-flex__cell md-flex__cell--shrink" >
< label class = "md-icon md-icon--search md-header-nav__button" for = "search" > < / label >
2017-09-27 11:24:37 -07:00
< div class = "md-search" data-md-component = "search" role = "dialog" >
< label class = "md-search__overlay" for = "search" > < / label >
2017-07-07 17:54:00 -07:00
< div class = "md-search__inner" >
< form class = "md-search__form" name = "search" >
2017-09-27 11:24:37 -07:00
< input type = "text" class = "md-search__input" name = "query" required placeholder = "Search" autocapitalize = "off" autocorrect = "off" autocomplete = "off" spellcheck = "false" data-md-component = "query" >
2017-07-07 17:54:00 -07:00
< label class = "md-icon md-search__icon" for = "search" > < / label >
2017-09-27 11:24:37 -07:00
< button type = "reset" class = "md-icon md-search__icon" data-md-component = "reset" >  < / button >
2017-07-07 17:54:00 -07:00
< / form >
< div class = "md-search__output" >
< div class = "md-search__scrollwrap" data-md-scrollfix >
2017-09-27 11:24:37 -07:00
< div class = "md-search-result" data-md-component = "result" data-md-lang-search = "" data-md-lang-tokenizer = "[\s\-]+" >
2017-07-07 17:54:00 -07:00
< div class = "md-search-result__meta" data-md-lang-result-none = "No matching documents" data-md-lang-result-one = "1 matching document" data-md-lang-result-other = "# matching documents" >
Type to start searching
< / div >
< ol class = "md-search-result__list" > < / ol >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "md-flex__cell md-flex__cell--shrink" >
< div class = "md-header-nav__source" >
< a href = "https://github.com/Unidata/awips2" title = "Go to repository" class = "md-source" data-md-source = "github" >
< div class = "md-source__icon" >
< svg viewBox = "0 0 24 24" width = "24" height = "24" >
< use xlink:href = "#github" width = "24" height = "24" > < / use >
< / svg >
< / div >
< div class = "md-source__repository" >
GitHub
< / div >
< / a >
< / div >
< / div >
< / div >
< / nav >
< / header >
< div class = "md-container" >
< main class = "md-main" >
< div class = "md-main__inner md-grid" data-md-component = "container" >
< div class = "md-sidebar md-sidebar--primary" data-md-component = "navigation" >
< div class = "md-sidebar__scrollwrap" >
< div class = "md-sidebar__inner" >
< nav class = "md-nav md-nav--primary" data-md-level = "0" >
< label class = "md-nav__title md-nav__title--site" for = "drawer" >
2017-09-27 11:24:37 -07:00
< div class = "md-nav__button md-logo" >
< i class = "md-icon md-icon--home" > < / i >
< / div >
2017-07-07 17:54:00 -07:00
Unidata AWIPS User Manual
< / label >
< div class = "md-nav__source" >
< a href = "https://github.com/Unidata/awips2" title = "Go to repository" class = "md-source" data-md-source = "github" >
< div class = "md-source__icon" >
< svg viewBox = "0 0 24 24" width = "24" height = "24" >
< use xlink:href = "#github" width = "24" height = "24" > < / use >
< / svg >
< / div >
< div class = "md-source__repository" >
GitHub
< / div >
< / a >
< / div >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "../.." title = "Home" class = "md-nav__link" >
Home
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../install/install-cave/" title = "Install CAVE" class = "md-nav__link" >
Install CAVE
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../install/install-edex/" title = "Install EDEX" class = "md-nav__link" >
Install EDEX
< / a >
< / li >
< li class = "md-nav__item md-nav__item--nested" >
< input class = "md-toggle md-nav__toggle" data-md-toggle = "nav-4" type = "checkbox" id = "nav-4" >
< label class = "md-nav__link" for = "nav-4" >
CAVE User Manual
< / label >
< nav class = "md-nav" data-md-component = "collapsible" data-md-level = "1" >
< label class = "md-nav__title" for = "nav-4" >
CAVE User Manual
< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "../../cave/d2d-perspective/" title = "D2D Perspective" class = "md-nav__link" >
D2D Perspective
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/maps-views-projections/" title = "Maps, Views, Projections" class = "md-nav__link" >
Maps, Views, Projections
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/bundles-and-procedures/" title = "Bundles and Procedures" class = "md-nav__link" >
Bundles and Procedures
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/import-export/" title = "Import/Export" class = "md-nav__link" >
Import/Export
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/localization-perspective/" title = "Localization Perspective" class = "md-nav__link" >
Localization Perspective
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/ncp-perspective/" title = "NCP Perspective" class = "md-nav__link" >
NCP Perspective
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/nsharp/" title = "NSHARP" class = "md-nav__link" >
NSHARP
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/warngen/" title = "WarnGen Walkthrough" class = "md-nav__link" >
WarnGen Walkthrough
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/goes-16-satellite/" title = "GOES-16 (GOES-R)" class = "md-nav__link" >
GOES-16 (GOES-R)
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/d2d-gis-shapefiles/" title = "GIS and Shapefiles" class = "md-nav__link" >
GIS and Shapefiles
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/d2d-gridded-models/" title = "Volume Browser" class = "md-nav__link" >
Volume Browser
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/d2d-tools/" title = "Display Tools" class = "md-nav__link" >
Display Tools
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/d2d-radar-tools/" title = "Radar Tools" class = "md-nav__link" >
Radar Tools
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/d2d-edit-menus/" title = "Editing Menus" class = "md-nav__link" >
Editing Menus
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/cave-localization/" title = "Change Localization" class = "md-nav__link" >
Change Localization
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item md-nav__item--active md-nav__item--nested" >
< input class = "md-toggle md-nav__toggle" data-md-toggle = "nav-5" type = "checkbox" id = "nav-5" checked >
< label class = "md-nav__link" for = "nav-5" >
EDEX User Manual
< / label >
< nav class = "md-nav" data-md-component = "collapsible" data-md-level = "1" >
< label class = "md-nav__title" for = "nav-5" >
EDEX User Manual
< / label >
< ul class = "md-nav__list" data-md-scrollfix >
2017-09-26 20:27:20 -07:00
< li class = "md-nav__item" >
< a href = "../distributed-computing/" title = "Distributed EDEX" class = "md-nav__link" >
Distributed EDEX
< / a >
< / li >
2017-07-07 17:54:00 -07:00
< li class = "md-nav__item" >
< a href = "../../install/start-edex/" title = "EDEX Start and Stop" class = "md-nav__link" >
EDEX Start and Stop
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../ldm/" title = "LDM Feeds" class = "md-nav__link" >
LDM Feeds
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../data-distribution-files/" title = "Data Distribution Files" class = "md-nav__link" >
Data Distribution Files
< / a >
< / li >
< li class = "md-nav__item md-nav__item--active" >
< input class = "md-toggle md-nav__toggle" data-md-toggle = "toc" type = "checkbox" id = "toc" >
< label class = "md-nav__link md-nav__link--active" for = "toc" >
Ingest a New Grid
< / label >
< a href = "./" title = "Ingest a New Grid" class = "md-nav__link md-nav__link--active" >
Ingest a New Grid
< / a >
< nav class = "md-nav md-nav--secondary" >
< label class = "md-nav__title" for = "toc" > Table of contents< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "#ingest-an-unsupported-grid" title = "Ingest an Unsupported Grid" class = "md-nav__link" >
Ingest an Unsupported Grid
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#determine-grid-projection" title = "Determine Grid Projection" class = "md-nav__link" >
Determine Grid Projection
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#create-grid-projection-file" title = "Create Grid Projection File" class = "md-nav__link" >
Create Grid Projection File
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#create-model-definition" title = "Create Model Definition" class = "md-nav__link" >
Create Model Definition
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#troubleshooting-grib-ingest" title = "Troubleshooting Grib Ingest" class = "md-nav__link" >
Troubleshooting Grib Ingest
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item" >
< a href = "../data-purge/" title = "Purging and Retention" class = "md-nav__link" >
Purging and Retention
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../edex-users/" title = "Monitor Users" class = "md-nav__link" >
Monitor Users
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../data-plugins/" title = "Data Plugins" class = "md-nav__link" >
Data Plugins
< / a >
< / li >
2017-10-25 12:51:10 -07:00
< li class = "md-nav__item" >
< a href = "../case-studies/" title = "Archive Case Studies" class = "md-nav__link" >
Archive Case Studies
< / a >
< / li >
2017-07-07 17:54:00 -07:00
< / ul >
< / nav >
< / li >
< li class = "md-nav__item md-nav__item--nested" >
< input class = "md-toggle md-nav__toggle" data-md-toggle = "nav-6" type = "checkbox" id = "nav-6" >
< label class = "md-nav__link" for = "nav-6" >
Supported Data Types
< / label >
< nav class = "md-nav" data-md-component = "collapsible" data-md-level = "1" >
< label class = "md-nav__title" for = "nav-6" >
Supported Data Types
< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "../../cave/d2d-grids/" title = "Gridded Model Display" class = "md-nav__link" >
Gridded Model Display
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/d2d-pointdata-surface-obs/" title = "Surface Obs" class = "md-nav__link" >
Surface Obs
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/d2d-satellite/" title = "Satellite Imagery" class = "md-nav__link" >
Satellite Imagery
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/d2d-radar/" title = "NEXRAD Radar" class = "md-nav__link" >
NEXRAD Radar
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/d2d-uair/" title = "Upper Air" class = "md-nav__link" >
Upper Air
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/d2d-hydro/" title = "NCEP/Hydro" class = "md-nav__link" >
NCEP/Hydro
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/d2d-map-resources/" title = "Map Overlays" class = "md-nav__link" >
Map Overlays
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item md-nav__item--nested" >
< input class = "md-toggle md-nav__toggle" data-md-toggle = "nav-7" type = "checkbox" id = "nav-7" >
< label class = "md-nav__link" for = "nav-7" >
2017-08-14 10:18:50 -07:00
Python API
2017-07-07 17:54:00 -07:00
< / label >
< nav class = "md-nav" data-md-component = "collapsible" data-md-level = "1" >
< label class = "md-nav__title" for = "nav-7" >
2017-08-14 10:18:50 -07:00
Python API
2017-07-07 17:54:00 -07:00
< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
2017-08-14 10:18:50 -07:00
< a href = "../../python/python-awips-data-access/" title = "Overview" class = "md-nav__link" >
Overview
2017-07-07 17:54:00 -07:00
< / a >
< / li >
2017-08-11 15:30:34 -07:00
< li class = "md-nav__item" >
< a href = "../../python/maps-database/" title = "Maps Database" class = "md-nav__link" >
Maps Database
< / a >
< / li >
2017-08-14 10:18:50 -07:00
< li class = "md-nav__item" >
< a href = "../../python/awips-grids-and-cartopy/" title = "AWIPS Grids and Cartopy" class = "md-nav__link" >
AWIPS Grids and Cartopy
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../python/satellite-imagery/" title = "Satellite Imagery" class = "md-nav__link" >
Satellite Imagery
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../python/nexrad-level-3-radar/" title = "NEXRAD Level 3 Radar" class = "md-nav__link" >
NEXRAD Level 3 Radar
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../python/upper-air-bufr-soundings/" title = "Upper air BUFR Soundings" class = "md-nav__link" >
Upper air BUFR Soundings
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../python/model-sounding-data/" title = "Model Sounding Data" class = "md-nav__link" >
Model Sounding Data
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../python/map-resources-and-topography/" title = "Map Resources and Topography" class = "md-nav__link" >
Map Resources and Topography
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../python/surface-obs-plot-metpy/" title = "Surface Obs Plot with MetPy" class = "md-nav__link" >
Surface Obs Plot with MetPy
< / a >
< / li >
2017-07-07 17:54:00 -07:00
< / ul >
< / nav >
< / li >
< li class = "md-nav__item md-nav__item--nested" >
< input class = "md-toggle md-nav__toggle" data-md-toggle = "nav-8" type = "checkbox" id = "nav-8" >
< label class = "md-nav__link" for = "nav-8" >
Development
< / label >
< nav class = "md-nav" data-md-component = "collapsible" data-md-level = "1" >
< label class = "md-nav__title" for = "nav-8" >
Development
< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "../../dev/awips-development-environment/" title = "AWIPS Development Environment (ADE)" class = "md-nav__link" >
AWIPS Development Environment (ADE)
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../dev/build-nsharp-macos/" title = "Building NSHARP for macOS" class = "md-nav__link" >
Building NSHARP for macOS
< / a >
< / li >
< / ul >
< / nav >
< / li >
< li class = "md-nav__item md-nav__item--nested" >
< input class = "md-toggle md-nav__toggle" data-md-toggle = "nav-9" type = "checkbox" id = "nav-9" >
< label class = "md-nav__link" for = "nav-9" >
Appendix
< / label >
< nav class = "md-nav" data-md-component = "collapsible" data-md-level = "1" >
< label class = "md-nav__title" for = "nav-9" >
Appendix
< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "../../appendix/appendix-grid-parameters/" title = "AWIPS Grid Parameters" class = "md-nav__link" >
AWIPS Grid Parameters
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../appendix/appendix-acronyms/" title = "Acronyms and Abbreviations" class = "md-nav__link" >
Acronyms and Abbreviations
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../appendix/appendix-cots/" title = "COTS and FOSS" class = "md-nav__link" >
COTS and FOSS
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../appendix/appendix-wsr88d/" title = "WSR-88D Product Table" class = "md-nav__link" >
WSR-88D Product Table
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "../../cave/cave-keyboard-shortcuts/" title = "Keyboard Shortcuts" class = "md-nav__link" >
Keyboard Shortcuts
< / a >
< / li >
< / ul >
< / nav >
< / li >
< / ul >
< / nav >
< / div >
< / div >
< / div >
< div class = "md-sidebar md-sidebar--secondary" data-md-component = "toc" >
< div class = "md-sidebar__scrollwrap" >
< div class = "md-sidebar__inner" >
< nav class = "md-nav md-nav--secondary" >
< label class = "md-nav__title" for = "toc" > Table of contents< / label >
< ul class = "md-nav__list" data-md-scrollfix >
< li class = "md-nav__item" >
< a href = "#ingest-an-unsupported-grid" title = "Ingest an Unsupported Grid" class = "md-nav__link" >
Ingest an Unsupported Grid
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#determine-grid-projection" title = "Determine Grid Projection" class = "md-nav__link" >
Determine Grid Projection
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#create-grid-projection-file" title = "Create Grid Projection File" class = "md-nav__link" >
Create Grid Projection File
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#create-model-definition" title = "Create Model Definition" class = "md-nav__link" >
Create Model Definition
< / a >
< / li >
< li class = "md-nav__item" >
< a href = "#troubleshooting-grib-ingest" title = "Troubleshooting Grib Ingest" class = "md-nav__link" >
Troubleshooting Grib Ingest
< / a >
< / li >
< / ul >
< / nav >
< / div >
< / div >
< / div >
< div class = "md-content" >
< article class = "md-content__inner md-typeset" >
2018-01-23 11:45:59 -07:00
< a href = "https://github.com/Unidata/awips2/edit/unidata_17.1.1/docs/edex/new-grid.md" title = "Edit this page" class = "md-icon md-content__icon" > edit< / a >
2017-07-07 17:54:00 -07:00
< h1 > Ingest a New Grid< / h1 >
< p > Unrecognized grids can be decoded by EDEX simply by dropping < code > *.grib< / code > or < code > *.grib2< / code > files into < code > /awips2/data_store/ingest/< / code > < / p >
< p > To add support for a new grid, two edits must be made:< / p >
< ul >
< li > < strong > Geospatial projection< / strong > must be defined in a < em > grid navigation file< / em > < / li >
< li > < strong > Grid name< / strong > , < strong > center< / strong > , < strong > subcenter< / strong > , and < strong > process ID< / strong > must be defined in a < em > model definition file< / em > .< / li >
< / ul >
< h2 id = "ingest-an-unsupported-grid" > Ingest an Unsupported Grid< a class = "headerlink" href = "#ingest-an-unsupported-grid" title = "Permanent link" > < / a > < / h2 >
< ol >
< li >
< p > Download an example grib1 file and rename to a < code > *.grib< / code > extension, then copy to the manual ingest point < code > /awips2/data_store/ingest/< / code > < / p >
< pre > < code > wget http://www.unidata.ucar.edu/staff/mjames/14102318_nmm_d01.GrbF00600 -O wrf.grib
cp wrf.grib /awips2/data_store/ingest/
< / code > < / pre >
< p > Remember that the data distribution file (< code > /awips2/edex/data/utility/edex_static/base/distribution/grib.xml< / code > ) will match filename which have the < code > *.grib< / code > extension.< / p >
< / li >
< li >
< p > Confirm that the grib file decodes in the grib log file:< / p >
< pre > < code > edex log grib
INFO [Ingest.GribDecode] /awips2/data_store/ingest/grib/20141026/14/wrf.grib processed in: 0.1200 (sec) Latency: 21.8080 (sec)
INFO [Ingest.GribDecode] /awips2/data_store/ingest/grib/20141026/14/wrf.grib processed in: 0.1180 (sec) Latency: 21.8140 (sec)
INFO [Ingest.GribDecode] /awips2/data_store/ingest/grib/20141026/14/wrf.grib processed in: 0.4230 (sec) Latency: 21.8360 (sec)
INFO [Ingest.GribDecode] /awips2/data_store/ingest/grib/20141026/14/wrf.grib processed in: 0.2240 (sec) Latency: 21.9140 (sec)
...
< / code > < / pre >
< / li >
< li >
< p > Check that the hdf5 data directory exists for our unnamed grid< / p >
< pre > < code > ls -latr /awips2/edex/data/hdf5/grid/GribModel:7:0:89
< / code > < / pre >
< p > Though the grib file has been decoded, it has been given a generic name with its center, subcenter, and process IDs (7, 0, 89, respectively). < / p >
< / li >
< / ol >
< h2 id = "determine-grid-projection" > Determine Grid Projection< a class = "headerlink" href = "#determine-grid-projection" title = "Permanent link" > < / a > < / h2 >
< p > When the grid was ingested a record was added to the < code > grid_coverage< / code > table with its navigation information:< / p >
< pre > < code > psql metadata
metadata=# select nx,ny,dx,dy,majoraxis,minoraxis,la1,lo1,lov,latin1,latin2 from gridcoverage where id=(select distinct(location_id) from grid_info where datasetid='GribModel:7:0:89');
nx | ny | dx | dy | majoraxis | minoraxis | la1 | lo1 | lov | latin1 | latin2
-----+-----+------------------+------------------+-----------+-----------+------------------+-------------------+-------------------+------------------+------------------
201 | 155 | 4.29699993133545 | 4.29699993133545 | 6378160 | 6356775 | 42.2830009460449 | -72.3610000610352 | -67.0770034790039 | 45.3680000305176 | 45.3680000305176
(1 row)
< / code > < / pre >
< p > Compare with the projection info returned by wgrib on the original file:< / p >
< pre > < code > wgrib -V wrf.grib
rec 799:27785754:date 2014102318 ALBDO kpds5=84 kpds6=1 kpds7=0 levels=(0,0) grid=255 sfc 6hr fcst: bitmap: 736 undef
ALBDO=Albedo [%]
timerange 0 P1 6 P2 0 TimeU 1 nx 201 ny 155 GDS grid 3 num_in_ave 0 missing 0
center 7 subcenter 0 process 89 Table 2 scan: WE:SN winds(grid)
Lambert Conf: Lat1 42.283000 Lon1 -72.361000 Lov -67.077000
Latin1 45.368000 Latin2 45.368000 LatSP 0.000000 LonSP 0.000000
North Pole (201 x 155) Dx 4.297000 Dy 4.297000 scan 64 mode 8
min/max data 5 21.9 num bits 8 BDS_Ref 50 DecScale 1 BinScale 0
< / code > < / pre >
< p > Notice that our grib1 file is a < strong > Lambert Conformal< / strong > projection. We will need these values for the next step. Note that < strong > there is a tolerance of +/- 0.1 degrees< / strong > to keep in mind when defining your coverage area.< / p >
< h2 id = "create-grid-projection-file" > Create Grid Projection File< a class = "headerlink" href = "#create-grid-projection-file" title = "Permanent link" > < / a > < / h2 >
< p > Grid projection files are stored in < code > /awips2/edex/data/utility/edex_static/base/grib/grids/< / code > and there are four grid coverage types available:< / p >
< ol >
< li >
< p > < strong > lambertConformalGridCoverage< / strong > example< / p >
< pre > < code > < lambertConformalGridCoverage>
< name> 305< /name>
< description> Regional - CONUS (Lambert Conformal)< /description>
< la1> 16.322< /la1>
< lo1> -125.955< /lo1>
< firstGridPointCorner> LowerLeft< /firstGridPointCorner>
< nx> 151< /nx>
< ny> 113< /ny>
< dx> 40.63525< /dx>
< dy> 40.63525< /dy>
< spacingUnit> km< /spacingUnit>
< minorAxis> 6356775.0< /minorAxis>
< majorAxis> 6378160.0< /majorAxis>
< lov> -95.0< /lov>
< latin1> 25.0< /latin1>
< latin2> 25.0< /latin2>
< /lambertConformalGridCoverage>
< / code > < / pre >
< / li >
< li >
< p > < strong > polarStereoGridCoverage< / strong > example< / p >
< pre > < code > < polarStereoGridCoverage>
< name> 405< /name>
< description> Sea Ice south 690X710 13km grid< /description>
< la1> -36.866< /la1>
< lo1> 139.806< /lo1>
< firstGridPointCorner> LowerLeft< /firstGridPointCorner>
< nx> 690< /nx>
< ny> 710< /ny>
< dx> 12.7< /dx>
< dy> 12.7< /dy>
< spacingUnit> km< /spacingUnit>
< minorAxis> 6371229.0< /minorAxis>
< majorAxis> 6371229.0< /majorAxis>
< lov> 100.0< /lov>
< /polarStereoGridCoverage>
< / code > < / pre >
< / li >
< li >
< p > < strong > latLonGridCoverage< / strong > example< / p >
< pre > < code > < latLonGridCoverage>
< name> 864162002< /name>
< description> UKMet HiRes combined - Southern Hemisphere
Longitude range 71.25E - 70.416E < /description>
< la1> -89.721< /la1>
< lo1> 71.25< /lo1>
< firstGridPointCorner> LowerLeft< /firstGridPointCorner>
< nx> 864< /nx>
< ny> 162< /ny>
< dx> 0.833< /dx>
< dy> 0.556< /dy>
< spacingUnit> degree< /spacingUnit>
< la2> -0.278< /la2>
< lo2> 70.416< /lo2>
< /latLonGridCoverage>
< / code > < / pre >
< / li >
< li >
< p > < strong > mercatorGridCoverage< / strong > example< / p >
< pre > < code > < mercatorGridCoverage>
< name> NBM_PR< /name>
< description> National Blend Grid over Puerto Rico - (1.25 km)< /description>
< la1> 16.9775< /la1>
< lo1> -68.0278< /lo1>
< firstGridPointCorner> LowerLeft< /firstGridPointCorner>
< nx> 339< /nx>
< ny> 225< /ny>
< dx> 1.25< /dx>
< dy> 1.25< /dy>
< la2> 19.3750032477232< /la2>
< lo2> -63.984399999999994< /lo2>
< latin> 20< /latin>
< spacingUnit> km< /spacingUnit>
< minorAxis> 6371200< /minorAxis>
< majorAxis> 6371200< /majorAxis>
< /mercatorGridCoverage>
< / code > < / pre >
< / li >
< / ol >
< p > Copy an existing file file with the same grid projection type (in this case < strong > lambertConformalGridCoverage< / strong > ) to a new file < code > wrf.xml< / code > < / p >
< pre > < code > cd /awips2/edex/data/utility/edex_static/base/grib/grids/
cp RUCIcing.xml wrf.xml
< / code > < / pre >
< p > And edit the new < code > wrf.xml< / code > to define the projection values (example provided):< / p >
< pre > < code > vi wrf.xml
< lambertConformalGridCoverage>
< name> 201155< /name>
< description> Regional - CONUS (Lambert Conformal)< /description>
< la1> 42.2830009460449< /la1>
< lo1> -72.3610000610352< /lo1>
< firstGridPointCorner> LowerLeft< /firstGridPointCorner>
< nx> 201< /nx>
< ny> 155< /ny>
< dx> 4.29699993133545< /dx>
< dy> 4.29699993133545< /dy>
< spacingUnit> km< /spacingUnit>
< minorAxis> 6356775.0< /minorAxis>
< majorAxis> 6378160.0< /majorAxis>
< lov> -67.0770034790039< /lov>
< latin1> 45.3680000305176< /latin1>
< latin2> 45.3680000305176< /latin2>
< /lambertConformalGridCoverage>
< / code > < / pre >
< blockquote >
< p > Notice < code > < name> 201155< /name> < / code > defined from the number of grid points (201 x 155). This value will be matched against an entry in our models file (below) to set the name of the model (e.g. WRF).< / p >
< / blockquote >
< h2 id = "create-model-definition" > Create Model Definition< a class = "headerlink" href = "#create-model-definition" title = "Permanent link" > < / a > < / h2 >
< p > Model definition XML files are found in < strong > /awips2/edex/data/utility/edex_static/base/grid/models/< / strong > . Since our grib1 file has a center ID of 7 (NCEP) we will edit the < strong > gribModels_NCEP-7.xml< / strong > file.< / p >
< pre > < code > cd /awips2/edex/data/utility/edex_static/base/grib/models/
vi gribModels_NCEP-7.xml
< / code > < / pre >
< p > in < code > < gribModelSet> < / code > add an entry< / p >
< pre > < code > < model>
< name> WRF< /name>
< center> 7< /center>
< subcenter> 0< /subcenter>
< grid> 201155< /grid>
< process>
< id> 89< /id>
< /process>
< /model>
< / code > < / pre >
< p > save the file and restart EDEX for the changes to take effect.< / p >
< pre > < code > sudo service edex_camel restart
< / code > < / pre >
< p > Now copy the < code > wrf.grib< / code > file < em > again< / em > to < strong > /awips2/data_store/ingest/< / strong > . If everything is correct we will not see any persistence errors since the grid is now named < strong > WRF< / strong > and not < strong > GribModel:7:0:89< / strong > .< / p >
< pre > < code > cp wrd.grib /awips2/data_store/ingest/
edex log grib
< / code > < / pre >
< p > After you have confirmed that the grid was ingested with the given name, you can < a href = "../../cave/d2d-edit-menus.html" > edit the D2D product menus to display the new grid< / a > .< / p >
< h2 id = "troubleshooting-grib-ingest" > Troubleshooting Grib Ingest< a class = "headerlink" href = "#troubleshooting-grib-ingest" title = "Permanent link" > < / a > < / h2 >
< p > If you ingest a piece of data and the parameter appears as unknown in the metadata database, ensure that the correct parameter tables are in place for the center/subcenter.< / p >
< p > Make sure the latitude and longitude entries in your coverage specification file match those of your ingested raw grib file. There is a tolerance of +/- 0.1 degree to keep in mind when defining your coverage area.< / p >
< p > If some of the information is unknown, using a grib utility application such as < em > wgrib< / em > and < em > wgrib2< / em > (not delivered) can be useful in determining the information that must be added to correctly process a new grib file.< / p >
< / article >
< / div >
< / div >
< / main >
< footer class = "md-footer" >
< div class = "md-footer-nav" >
< nav class = "md-footer-nav__inner md-grid" >
< a href = "../data-distribution-files/" title = "Data Distribution Files" class = "md-flex md-footer-nav__link md-footer-nav__link--prev" rel = "prev" >
< div class = "md-flex__cell md-flex__cell--shrink" >
< i class = "md-icon md-icon--arrow-back md-footer-nav__button" > < / i >
< / div >
< div class = "md-flex__cell md-flex__cell--stretch md-footer-nav__title" >
< span class = "md-flex__ellipsis" >
< span class = "md-footer-nav__direction" >
Previous
< / span >
Data Distribution Files
< / span >
< / div >
< / a >
< a href = "../data-purge/" title = "Purging and Retention" class = "md-flex md-footer-nav__link md-footer-nav__link--next" rel = "next" >
< div class = "md-flex__cell md-flex__cell--stretch md-footer-nav__title" >
< span class = "md-flex__ellipsis" >
< span class = "md-footer-nav__direction" >
Next
< / span >
Purging and Retention
< / span >
< / div >
< div class = "md-flex__cell md-flex__cell--shrink" >
< i class = "md-icon md-icon--arrow-forward md-footer-nav__button" > < / i >
< / div >
< / a >
< / nav >
< / div >
< div class = "md-footer-meta md-typeset" >
< div class = "md-footer-meta__inner md-grid" >
< div class = "md-footer-copyright" >
< div class = "md-footer-copyright__highlight" >
Copyright © 2017 Unidata Program Center.
< / div >
powered by
< a href = "http://www.mkdocs.org" title = "MkDocs" > MkDocs< / a >
and
< a href = "http://squidfunk.github.io/mkdocs-material/" title = "Material for MkDocs" >
Material for MkDocs< / a >
< / div >
< div class = "md-footer-social" >
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" >
< a href = "http://www.unidata.ucar.edu/software/awips2" class = "md-footer-social__link fa fa-globe" > < / a >
< a href = "https://github.com/Unidata/awips2" class = "md-footer-social__link fa fa-github-alt" > < / a >
< a href = "https://twitter.com/Unidata" class = "md-footer-social__link fa fa-twitter" > < / a >
< a href = "https://facebook.com/Unidata" class = "md-footer-social__link fa fa-facebook" > < / a >
< / div >
< / div >
< / div >
< / footer >
< / div >
< script src = "../../assets/javascripts/application-0b7df094bf.js" > < / script >
< script > app . initialize ( { url : { base : "../.." } } ) < / script >
< / body >
< / html >