Merge remote-tracking branch 'unidata/unidata_18.2.1' into unidata_18.2.1

This commit is contained in:
Tiffany Meyer 2021-06-18 13:31:48 -04:00
commit 76dbea123a
40 changed files with 312 additions and 190 deletions

View file

@ -0,0 +1,311 @@
# GOES 16/17
The ***goesr*** EDEX decoder supports the ingest of GOES products coming over NOAAPort and Unidata's IDD. These include [**single channel imagery**](#individual-channels), [**derived products**](#derived-products) (Level 2b netCDF files), gridded [**Geostationary Lightning Mapper**](#geostationary-lightning-mapper-glm) (GLM) products (produced by Eric Bruning at Texas Tech), [**CIRA created RGB**](#cira-geocolor) specific products, and [**vertical temperature/moisture profiles**](#vertical-temperature-and-moisture-profile). Using derived parameters, additional [**RGB**](#rgb-composites) and [**channel difference**](#channel-differences) products can be loaded. The ***dmw*** EDEX decoder supports the ingest of GOES [**derived motion winds**](#derived-motion-winds).
![](../images/GOESEW.png)
GOES East and West products are accessible in the **Satellite** menu. The menu is broken into sections starting with common CONUS GOES East/West Combo products. There are submenus for each of the separate geospatial sectors:
* East Full Disk
* East CONUS
* East Mesoscale Sectors (x2)
* West Full Disk
* West CONUS
* West Mesoscale Sectors (x2)
* Hawaii
* Alaska
* Puerto Rico
Each sector submenu has products for individual channels and vertical profiles, as well as submenus for derived products, channel differences, RGB Composites, GLM data, and derived motion winds. GLM data can also be found with its own submenu option a little lower down the menu and under the **Surface** menu.
!!! warning "The RGB products are not available on MacOS or in a Virtual Machine running CAVE."
![](../images/satelliteMenuNew.png)
---
## LDM Pattern Actions
The Unidata IDD redistributes both the NOAAPort/SBN GOES tiled products as well as stitched together GOES products. While AWIPS can decode and ingest both, it's important to only be requesting from one or the other so you aren't creating duplicate processing. The entries that should be used for GOES data are shown below which is found in the LDM's pqact.conf file, located in `/awips2/ldm/etc`. (For the full list of pqact entries, you can view [this](https://github.com/Unidata/awips2/blob/unidata_18.2.1/rpms/awips2.upc/Installer.ldm/patch/etc/pqact.goesr) file).
# GOES 16/17 Single Channel (ABI) via Unidata IDD
NIMAGE ^/data/ldm/pub/native/satellite/GOES/([^/]*)/Products/CloudAndMoistureImagery/([^/]*)/([^/]*)/([0-9]{8})/([^/]*)(c[0-9]{7})(..)(.....).nc
FILE -close -edex /awips2/data_store/GOES/\4/\7/CMI-IDD/\5\6\7\8.nc4
# GOES 16/17 derived products + derived motion wind via SBN
HDS ^(IXT.[8-9]9) (KNES) (..)(..)(..)
FILE -close -edex /awips2/data_store/GOES/(\3:yyyy)(\3:mm)\3/\4/derivedProducts-SBN/\1_KNES_\2\3\4\5-(seq)
NOTHER ^(IXT[WXY]01) (KNES) (..)(..)(..)
FILE -close -edex /awips2/data_store/GOES/(\3:yyyy)(\3:mm)\3/\4/derivedProducts-SBN/\1_KNES_\2\3\4\5-(seq)
# GOES 16 GLM Gridded Products via Texas Tech-->Unidata IDD
NIMAGE ^/data/ldm/pub/native/satellite/GOES/([^/]*)/Products/GeostationaryLightningMapper/([^/]*)/([0-9]{8})/([^/]*)(c[0-9]{7})(..)(.....).nc
FILE -close -edex /awips2/data_store/GOES/\3/\6/GLM-IDD/\4\5\6\7.nc4
# GOES CIRA derived products
NIMAGE ^/data/ldm/pub/native/satellite/GOES/([^/]*)/Products/GeoColor/([^/]*)/([^/]*)/([0-9]{8})/([^/]*)(c[0-9]{7})(..)(.....).nc
FILE -close -edex /awips2/data_store/GOES/\4/\7/CIRA/GeoColor/\5\6\7\8.nc4
NIMAGE ^/data/ldm/pub/native/satellite/GOES/([^/]*)/Products/DebraDust/([^/]*)/([^/]*)/([0-9]{8})/([^/]*)(c[0-9]{7})(..)(.....).nc
FILE -close -edex /awips2/data_store/GOES/\4/\7/CIRA/DebraDust/\5\6\7\8.nc4
NIMAGE ^/data/ldm/pub/native/satellite/GOES/([^/]*)/Products/CloudSnow/([^/]*)/([^/]*)/([0-9]{8})/([^/]*)(c[0-9]{7})(..)(.....).nc
FILE -close -edex /awips2/data_store/GOES/\4/\7/CIRA/CloudSnow/\5\6\7\8.nc4
---
## Individual Channels
All geospatial sectors have 16 individual channel products that can be viewed. Below are samples of Channel 14 (11.20μm) for each of the sectors.
### East CONUS 1km
![](../images/goes-econus.png)
### East Full Disk 6km
![](../images/goes-efd.png)
### East Mesoscale Sectors (EMESO-1, EMESO-2)
Two floating mesoscale sectors (location will vary day to day from image shown)
![](../images/goes-emeso12.png)
### West CONUS 1km
![](../images/goes-wconus.png)
### West Full Disk
![](../images/goes-wfd.png)
### West Mesoscale Sectors (WMESO-1, WMESO-2)
Two floating mesoscale sectors (location will vary day to day from image shown)
![](../images/goes-wmeso12.png)
### Alaska
![](../images/goes-ak.png)
### Hawaii
![](../images/goes-hi.png)
### Puerto Rico (PRREGI)
![](../images/goes-pr.png)
---
## RGB Composites
RGB Composites are made by combining 3 channels and are available for each sector. Quite a few new RGB products have been added in Unidata's 18.2.1 release. These products are generated **on the fly in AWIPS** using the existing channel products from EDEX.
!!! warning "GOES RGB Imagery is NOT SUPPORTED on macOS or within a Virtual Machine"
OpenGL Shading Language limitations prevent multi-channel imagery from displaying correctly on Mac or in a Virtual Machine. Please use the Linux or Windows installs to view RGB products.
### Day Cloud Phase
![](../images/RGB-01-DayCloudPhase.png)
### Fire Temperature
![](../images/RGB-02-FireTemperature.png)
### Day Land Cloud
![](../images/RGB-03-DayLandCloud.png)
### Day Cloud Convection
![](../images/RGB-04-DayCloudConvection.png)
### Day Land Cloud Fires
![](../images/RGB-05-DayLandCloudFires.png)
### VIS/IR Sandwich
![](../images/RGB-06-VISIRSandwich.png)
### Simple Water Vapor
![](../images/RGB-07-SimpleWaterVapor.png)
### Air Mass
![](../images/RGB-08-AirMass.png)
### Ash
![](../images/RGB-09-Ash.png)
### Day Convection
![](../images/RGB-10-DayConvection.png)
### Day Snow Fog
![](../images/RGB-11-DaySnowFog.png)
### Differential Water Vapor
![](../images/RGB-12-DifferentialWaterVapor.png)
### Dust
![](../images/RGB-13-Dust.png)
### CIMSS Natural Color
![](../images/RGB-14-CIMSSNaturalColor.png)
### Nighttime Microphysics
![](../images/RGB-15-NighttimeMicrophysics.png)
### SO2
![](../images/RGB-16-SO2.png)
### CIRA Geocolor
![](../images/RGB-17-CIRAGeocolor.png)
### CIRA Debra Dust
![](../images/RGB-18-CIRADebraDust.png)
### CIRA Cloud Snow
![](../images/RGB-19-CIRACloudSnow.png)
### Daytime Composite 1
![](../images/RGB-20-DaytimeComp1.png)
### Daytime Composite 5
![](../images/RGB-21-DaytimeComp5.png)
---
## Channel Differences
Channel differences are the result of subtracting one channel from another to produce a new product. These products are generated **on the fly in AWIPS** using the existing channel products from EDEX.
There currently 10 channel differences that are offered in CAVE:
* Split Window (10.3 - 12.3 μm)
* Split Cloud Top Phase (11.2 - 8.4 μm)
* Night Fog (10.3 - 2.9 μm)
* Day Fog (3.9 - 10.3 μm)
* Split Fire (2.2 - 1.6 μm)
* Split Ozone (9.6 - 10.3 μm)
* Split Water Vapor (6.19 - 7.3 μm)
* Split Snow (1.6 - 0.64 μm)
* Vegetation (0.64 - 0.87 μm)
* Upper Level Info (11.2 - 6.19 μm)
!!! note "The rendering of these products uses the **Jep** package in Python, which has specific [install instructions](http://127.0.0.1:8000/install/install-cave/#method-2-direct-windows-install) for Windows."
---
## Derived Products
Derived products are also known as **Level 2+** products. Currently there are only derived products from GOES East available in AWIPS. Each sector has a different set of products available. To find out some more information on some of the products please the [**Quick Guides**](http://rammb.cira.colostate.edu/training/visit/quick_guides/) compiled by CIRA.
!!! note "These may not all be available for each sector."
The current products offered in CAVE are listed below and to the right is which GOES East sector they are available for (F=Full Disk, C=CONUS, M=Mesoscale):
* Aerosol Detection - F,C,M
* Aerosol Optical Depth - F,C
* Clear Sky Mask - F,C,M
* Cloud Optical Depth - F,C
* Cloud Particle Size -F,C,M
* Cloud Top Height -F,C,M
* Cloud Top Phase -F,C,M
* Cloud Top Pressure -F,C
* Cloud Top Temperature - F,M
* Derived CAPE - F,C,M
* Derived K-Index - F,C,M
* Derived Lifted Index - F,C,M
* Derived Showalter Index - F,C,M
* Derived Total Totals - F,C,M
* Fire Area - F,C
* Fire Power - F,C
* Fire Temperature - F,C
* Instrument Flight Rule (IFR) Probability - C
* Low IFR Probability - C
* Marginal Visual Flight Rules (MVFR) Probability - C
* Cloud Thickness - C
* Land Skin Temperature - F,C,M
* RR/QPE - F
* Sea Surface Temperature - F
* Total Precip Water - F,C,M
---
## Geostationary Lightning Mapper (GLM)
Dr. Eric Bruning at Texas Tech has taken the raw GLM data and coded up some new gridded products that can be ingested and displayed in AWIPS.
* Minimum Flash Area
* Average Flash Area
* Flash Extent Density
* Group Extent Density
* Total Optical Energy
GLM data are located in the menu structure: **Satellite** > **[SECTOR]** > **GLM Products**. You can also access the data from **Surface** > **GLM - Geostationary Lightning Mapper** submenus.
![Satellite GLM Menu](../images/goes-GLMMenu.png)
![Surface GLM Menu](../images/goes-GLMMenu2.png)
---
## Derived Motion Winds
Derived Motion Wind Vectors are produced using sequential ABI images and can provide information about winds at different levels. The wind vectors are computed using both visible and infrared imagery. Winds can be plotted by different pressure layers or individual channels. More information can be found [here](http://cimss.ssec.wisc.edu/goes/OCLOFactSheetPDFs/ABIQuickGuide_BaselineDerivedMotionWinds.pdf). Below is an image of the winds at different pressure layers.
![](../images/dmw.png)
---
## Vertical Temperature and Moisture Profile
Vertical Temperature and Moisture profiles are available in AWIPS. Similar to NUCAPS, when loaded in CAVE, a circle is displayed for each location that has a vertical profile available. When clicking on the circle, NSHARP will open with the vertical temperature and moisture profile. These profiles are GFS data that have been adjusted based on the satellite observations. More information can be found [here](https://rammb.cira.colostate.edu/training/visit/quick_guides/QuickGuide_GOES-R_Legacy_Temperature_Moisture%20Profiles.pdf).
![](../images/goes-VertProfileMap.png)
![](../images/goes-VertProfileSounding.png)
---
## HDF5 Data Store
Decoded GOES satellite data are stored in `/awips2/edex/data/hdf5/satellite/` under sector subdirectories:
drwxr-xr-x awips fxalpha 4096 AKREGI
drwxr-xr-x awips fxalpha 4096 Antarctic
drwxr-xr-x awips fxalpha 4096 Arctic
drwxr-xr-x awips fxalpha 4096 AREA0600
drwxr-xr-x awips fxalpha 4096 AREA0700
drwxr-xr-x awips fxalpha 4096 AREA3100
drwxr-xr-x awips fxalpha 4096 AREA3101
drwxr-xr-x awips fxalpha 12288 ECONUS
drwxr-xr-x awips fxalpha 4096 EFD
drwxr-xr-x awips fxalpha 4096 EMESO-1
drwxr-xr-x awips fxalpha 4096 EMESO-2
drwxr-xr-x awips fxalpha 4096 HIREGI
drwxr-xr-x awips fxalpha 4096 NEXRCOMP
drwxr-xr-x awips fxalpha 4096 PRREGI
drwxr-xr-x awips fxalpha 4096 WCONUS
drwxr-xr-x awips fxalpha 4096 WFD
drwxr-xr-x awips fxalpha 4096 WMESO-1
drwxr-xr-x awips fxalpha 4096 WMESO-2

View file

@ -1,189 +0,0 @@
# GOES 16/17
The GOES-R decoder supports the ingest and display of NOAAport products (currently on the **NIMAGE** feed), Derived products (Level 2b netCDF files), and the Geostationary Lightning Mapper (GLM) products.
GOES-R products are accessible in the **Satellite** menu. The menu is broken into sections and has submenus for each of the separate geospatial products: CONUS, Full Disk, Mesoscale Sectors, Hawaii, Alaska, and Puerto Rico. Each submenu has products for [**individual channels**](#individual-channels) and [**RGB Composites**](#rgb-composites), as well as submenus for [**channel differences**](#channel-differences) and [**derived products**](#derived-products). [**GLM data**](#geostationary-lightning-mapper-glm) can also be found with its own submenu option a little lower down the menu and under the **Surface** menu.
> **NOTE**: The RGB products are not available on MacOS.
![](../images/satelliteMenu.png)
---
## LDM Pattern Actions
This is found in the LDM's pqact.conf file which is located in /awips2/ldm/etc. The entries for GOES data are shown below. There are three different feeds that supply the individual channel data, derived products, and GLM data: NIMAGE, HDS and DIFAX, respectively.
#
# GOES 16/17 ABI
#
NIMAGE ^/data/ldm/pub/native/satellite/GOES/([^/]*)/Products/CloudAndMoistureImagery/([^/]*)/([^/]*)/([0-9]{8})/([^/]*).nc
FILE -close -edex
/awips2/data_store/GOES/CMI/\5.nc4
#
# GOES derived products
#
HDS ^(IXT.99) KNES (......)
FILE -close -edex
/awips2/data_store/GOES/derived/KNES_\1_\2-(seq)
#
# GLM
#
DIFAX ^/data/cspp-geo/(EAST|WEST|GRB-R)/OR_GLM-L2-([^/]*).nc
FILE -close -edex
/awips2/data_store/GOES/GLM/\1_OR_GLM-L2-\2.nc
---
## Individual Channels
All geospatial sectors have individual channel products that can be viewed. Below are samples of Channel 02 (0.64μm) for each of the sectors. These products come through the **NIMAGE** feed in the LDM.
### CONUS 1km
![](../images/goes_16_conus.png)
### Full Disk 6km
![](../images/goes_16_fd.png)
### Mesoscale Sectors (TMESO-1, TMESO-2)
Two floating mesoscale sectors (will vary from image shown)
![](../images/goes_16_meso.png)
### Puerto Rico (PRREGI)
![](../images/goes_16_pr.png)
### Alaska
![](../images/goes_17_ak.png)
### Hawaii
![](../images/goes_17_hi.png)
---
## RGB Composites
RGB Composites are also available for each sector. The three RGB products are: Icing - Ch 5, 3, 2 (1.61μm, 0.87μm, 0.64μm), Composite - Ch 2, 5, 14 #1 (0.64μm, 1.61μm, 11.20μm) and Composite #5 - Ch 2, 3, 2 (0.64μm, 0.87μm, 0.64μm). These products are generated **on the fly in AWIPS** using the existing channel products from EDEX.
!!! warning "GOES RGB Imagery is NOT SUPPORTED on macOS"
OpenGL Shading Language limitations prevent multi-channel imagery from displaying correctly on Mac. Please use the Linux or Windows installs to view RGB products.
### Icing Composite
![](../images/goes_16_comp1.png)
### Daytime Composite 1
![](../images/goes_16_comp2.png)
### Daytime Composite 5
![](../images/goes_16_comp3.png)
---
## Channel Differences
Channel differences are the result of subtracting one channel from another to produce a new product. These products are generated **on the fly in AWIPS** using the existing channel products from EDEX.
>**NOTE**: These may not be available for all sectors.
There currently 10 channel differences that are offered in CAVE:
* Split Window (10.3 - 12.3 μm)
* Split Cloud Top Phase (11.2 - 8.4 μm)
* Night Fog (10.3 - 2.9 μm)
* Day Fog (3.9 - 10.3 μm)
* Split Fire (2.2 - 1.6 μm)
* Split Ozone (9.6 - 10.3 μm)
* Split Water Vapor (6.19 - 7.3 μm)
* Split Snow (1.6 - 0.64 μm)
* Vegetation (0.64 - 0.87 μm)
* Upper Level Info (11.2 - 6.19 μm)
> **NOTE**: The rendering of these products uses the **Jep** package in Python, which has known to have issues installing on the MacOS and Windows versions.
---
## Derived Products
Derived products are also known as **Level 2+** products and are come through the **HDS** feed in the LDM. There are over 20 products currently available in AWIPS. To find out some more information on some of the products please the [**Quick Guides**](http://rammb.cira.colostate.edu/training/visit/quick_guides/) compiled by CIRA.
>**NOTE**: These may not all be available for each sector.
The current products offered in CAVE are:
* Aerosol Detection
* Aerosol Optical Depth
* Clear Sky Mask
* Cloud Optical Depth
* Cloud Particle Size
* Cloud Top Height
* Cloud Top Phase
* Cloud Top Pressure
* Cloud Top Temperature
* Derived CAPE
* Derived K-Index
* Derived Lifted Index
* Derived Showalter Index
* Derived Total Totals
* Fire Area
* Fire Power
* Fire Temperature
* Land Skin Temperature
* RR/QPE
* Sea Surface Temperature
* Snow Cover
* Total Precip Water
* Ash Cloud Height
* Ash Mass Load
---
## HDF5 Data Store
Decoded GOES-R satellite images are stored in `/awips2/edex/data/hdf5/satellite/` under sector subdirectories:
drwxr-xr-x. 18 awips fxalpha AKREGI
drwxr-xr-x. 235 awips fxalpha ECONUS
drwxr-xr-x. 38 awips fxalpha EFD
drwxr-xr-x. 30 awips fxalpha EMESO-1
drwxr-xr-x. 30 awips fxalpha EMESO-2
drwxr-xr-x. 18 awips fxalpha HIREGI
drwxr-xr-x. 18 awips fxalpha PRREGI
drwxr-xr-x. 18 awips fxalpha WCONUS
drwxr-xr-x. 18 awips fxalpha WFD
drwxr-xr-x. 18 awips fxalpha WMESO-1
drwxr-xr-x. 18 awips fxalpha WMESO-2
---
## Geostationary Lightning Mapper (GLM)
NASA's SPoRT MSFC Earth Science Office has contributed plugins to decode GLM level2 products, displayed as point data in CAVE.
GLM data is located in the menu structure: **Satellite** > **Geostationary Lightning Data (GLM)**. Data are displayable is available for **Flash**, **Event**, and **Group** products.
There is also additional GLM data available in the **Surface** > **GLM - Geostationary Lightning Mapper** submenus.
![Satellite GLM Menu](../images/goes_16_glmmenu.png)
![Surface GLM Menu](../images/surfaceGLMMenu.png)
![](../images/goes_16_glm.png)
<!---
---
## Derived Motion Winds
--->

BIN
docs/images/GOESEW.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 926 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
docs/images/RGB-09-Ash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
docs/images/RGB-13-Dust.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,007 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 788 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
docs/images/RGB-16-SO2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 833 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
docs/images/dmw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

BIN
docs/images/goes-GLMMenu.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

BIN
docs/images/goes-GLMMenu2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
docs/images/goes-ak.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB

BIN
docs/images/goes-econus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 KiB

BIN
docs/images/goes-efd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

BIN
docs/images/goes-hi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

BIN
docs/images/goes-pr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

BIN
docs/images/goes-wconus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

BIN
docs/images/goes-wfd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
docs/images/satelliteMenuNew.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

View file

@ -41,7 +41,7 @@ pages:
# - NCP Perspective: cave/ncp-perspective.md
- NSHARP: cave/nsharp.md
- WarnGen Walkthrough: cave/warngen.md
- GOES 16/17: cave/goes-16-satellite.md
- GOES 16/17: cave/goes-16-17-satellite.md
# - GIS and Shapefiles: cave/d2d-gis-shapefiles.md
- Volume Browser: cave/d2d-gridded-models.md
- Display Tools: cave/d2d-tools.md