This website works best with a newer web browser such as Chrome, Firefox, Safari or Microsoft
Edge. Internet Explorer is not supported by this website.
The VIIRS (Visible/Infrared Imaging Radiometer Suite) instrument on-board NOAA-21 (launched in November 2022) is now sending data to Earth. (Here is the NOAA Satellite Tweet announcing this landmark occasion!). Direct Broadcast users can also view NOAA-21 data now; the image above was downloaded and processed using the latest Community Satellite Processing Package (CSPP) at CIMSS.... Read More
The VIIRS (Visible/Infrared Imaging Radiometer Suite) instrument on-board NOAA-21 (launched in November 2022) is now sending data to Earth. (Here is the NOAA Satellite Tweet announcing this landmark occasion!). Direct Broadcast users can also view NOAA-21 data now; the image above was downloaded and processed using the latest Community Satellite Processing Package (CSPP) at CIMSS. (Users must also update their antenna demodulator to allow receipt of NOAA-21 data!).
The VIIRS instrument has great resolution, as shown in the subsected views below of Long Island (partially hidden by thin cirrus, Florida, and ice-covered Lake Winnipeg. NOAA-21 will be undergoing testing and evaluation over the next months prior to being declared operational.
Direct Broadcast users will note that NOAA-21 and Suomi NPP conflict; that is, users with a single antenna must choose to download data from one or the other.
The image below, courtesy Kathy Strabala and Liam Gumley, CIMSS, shows an image similar to the NOAA Satellite Tweet. The image below was created with SDR data from NOAA CLASS, and those data were processed with CSPP’s Polar2Grid (v 2.3) software (downloadable here).
GOES-16 (GOES-East) Nighttime Microphysics RGB and Day Snow-Fog RGB images (above) showed a lake effect fog/stratus plume that was meandering slowly northward from the still-unfrozen Fort Peck Lake in northeastern Montana (just south of Glasgow) on 08 December 2022.During the hours leading up to sunrise, GOES-16 Nighttime Microphysics RGB images with an overlay of the GOES-16 Cloud Top Phase derived... Read More
GOES-16 Nighttime Microphysics RGB and Day Snow-Fog RGB images, with surface observations plotted in yellow and highways plotted in violet; Fort Peck Lake is outlined in blue [click to play animated GIF | MP4]
During the hours leading up to sunrise, GOES-16 Nighttime Microphysics RGB images with an overlay of the GOES-16 Cloud Top Phase derived product (below) indicated that the majority of this lake effect fog/stratus plume had tops consisting of supercooled water droplets.
GOES-16 Nighttime Microphysics RGB images, with an overlay of the GOES-16 Cloud Top Phase derived product [click to play animated GIF | MP4]
GOES-16 Cloud Thickness product [click to play animated GIF | MP4]
The GOES-16 Cloud Thickness product (above), a component of the Fog/Low Stratus (FLS) suite, showed that this fog/stratus feature was generally 1000 feet thick or less — confined to a strong but shallow low-level temperature inversion, according to plots of rawinsonde data from Glasgow (below).
Plots of lower-tropospheric rawinsonde data from Glasgow, Montana at 0000 UTC (yellow) and 1200 UTC (cyan) [click to enlarge]
Once this fog/stratus plume began to move over Glasgow shortly after 1000 UTC, their surface observations revealed frequent fluctuations in the surface visibility, along with periods of freezing fog and occasionally some light snow (below). In addition, these conditions likely had an impact on travel along US Highway 2 (which runs northwest-to-southeast through the Glasgow area).
Plot of surface observation data from Glasgow, Montana [click to enlarge]
Consider the animations of GOES West 1.61 µm imagery over Mauna Loa on 7 December (above) and 8 December (below). The bright area in the 1.61 µm show regions where very hot lava is emitting detectable amounts of near-infrared radiation. The area of those hot regions has decreased between 7... Read More
Consider the animations of GOES West 1.61 µm imagery over Mauna Loa on 7 December (above) and 8 December (below). The bright area in the 1.61 µm show regions where very hot lava is emitting detectable amounts of near-infrared radiation. The area of those hot regions has decreased between 7 and 8 December. These images were captured from the CSPP Geosphere site.
For current information on the current eruption of Mauna Loa, refer to this USGS website. The SSEC/CIMSS volcano website also includes information on Mauna Loa, including thermal monitoring of the site.
Geo2grid software is being updated and version 1.1 will be released shortly. [Update: it is now available here] Users will notice some added features (for example, support for GLM display, and support for some Level 2 products, and GOES-18, Himawari-9 and AGRI data), and will also note faster execution times.... Read More
Geo2grid software is being updated and version 1.1 will be released shortly. [Update: it is now available here] Users will notice some added features (for example, support for GLM display, and support for some Level 2 products, and GOES-18, Himawari-9 and AGRI data), and will also note faster execution times. This blog post will document some of the features.
The invocation of geo2grid in the linux operating system has not changed. For example, the following command for ABI data: $GEO2GRID_HOME/bin/geo2grid.sh -r abi_l1b -w geotiff --list-products-all -f /path/to/GOESR/level1b/RadianceFiles/*WildcardingToSpecifyOneTime*.nc will list out the products Geo2Grid can create. If all ABI bands are present, this will also include some RGBs: Airmass, Dust, Ash, Fog, Natural Color, Night Microphysics and True Color imagery. These are the Standard Available geo2grid products, and they are shown above for a subset of Himawari-9 AHI imagery — created using the ahi_hsd reader in the command shown below. But first, to allow for the subsecting in this case, a map projection was created using the command p2g_grid_helper, invoked below, that creates a file (Guam.yaml) that includes a map name (Guam), a center longitude/latitude (East/North positive), resolution (meters) in the west-east and north-south direction, and pixel sizes (east-west and north-south). Note: one could also create a mapping around the island of Guam using the –ll-bbox (latitude/longitude bounding box) keyword in geo2grid.
The geo2grid call to make imagery call is shown above, executed from within the $GEO2GRID_HOME/bin/ directory. The -g Guam tells the software to subsect (using nearest-neighbor resampling) to the grid defined by that name, and the –grid-configs tells the software where the definitions sit. In this case, a lot of different files are created, although some might be dark — visible imagery at 1200 UTC over Guam will show night time. (ImageMagick has been used to label the imagery, and images with reflective channels aren’t shown).
The command above will generate geotiff files, with no georeferencing burned into the image. That can be added with a command such as this one: $GEO2GRID_HOME/bin/add_coastlines.sh --add-coastlines --coastlines-resolution f --coastlines-level 5 --add-grid --grid-D 5.0 5.0 --grid-d 5.0 5.0 --grid-text-size 16 *120000*Guam.tif ; This command will add coastlines (with a specified resolution, and a specified level) and also a latitude/longitude grid at 5-degree intervals — that are labeled with a specified size (16); “minor” tics — unlabeled — are shown every 5 degrees as well. This is done for every .tif file that matches the wildcarding, and the output are identically-named .png files. That is to say: the original .tif files are not changed.
A similar animation is shown below, but from 12 hours earlier (i.e., at 0000 UTC) to show the images/RGBs that include reflective channel data (Bands 1-6). This is also over a larger region, created this way: $GEO2GRID_HOME/bin/p2g_grid_helper.sh Guam 144.8 13.7 1000 -1000 1120 840 > $GEO2GRID_HOME/Guam.yaml ; thus the imagery could be created with the same call as above (but with 0000 UTC data substituted for 1200 UTC data). The add_coastlines.sh command has been used too.
Geo2grid also allows for single images that show two products that change at the terminator. An easily viewable example of that type of product can be viewed at the CSPP Geosphere site, where the default is sharpened True Color imagery in daytime and Night Microphysics RGB at nighttime, as shown below, and at this link.
It’s simple to create new twinned products to display as well, once a user becomes familiar with plain-language yaml files used. For example, image composites that show different ABI products based on the terminator are defined here: $GEO2GRID_HOME/libexec/python_runtime/etc/polar2grid/composites/abi.yaml ($GEO2GRID_HOME is the linux directory that holds the Geo2Grid software; there are similar files for AHI; AMI and AGRI files can be created). The default version of the file is shown (in black) below, defining the product ‘true_color_night’ as True Color imagery during the day, and C14 (Band 14, 11.2 µm) at night. I’ve also added a different definition in red (“rgb_color_night”) that displays the Night Microphysics RGB at night, and the Convection RGB during the day time. To create the image, use -p rgb_color_night in the geo2grid call.
The list of RGBs available is extensive, and can be added to by adding definitions to the abi.yaml files (or ahi.yaml) in the composites and enhancements subdirectories here: $GEO2GRID_HOME/libexec/python_runtime/etc/polar2grid/ . (For examples to help you with the formatting, look at (but do not change!) the abi.yaml files found under $GEO2GRID_HOME/libexec/python_runtime/lib/python3.10/site-packages/satpy/etc/). An example of a created RGB is shown below: the Fire Temperature RGB over Mauna Loa using GOES-18 data. (GOES-18 data are preliminary and non-operational).
Single-banded IR data shown above are presented with a greyscale enhancement. It is possible to create enhancements, add them, and then display a colorbar. Consider the 1800 UTC Band 13 GOES-16 image below over a cyclone over the central Atlantic. This was created with these three geo2grid commands (and 1 ImageMagick command at the end to annotate):
Color enhancement files for geo2grid are text files that specify colors for 256 different greyscales. (If you don’t specify all 256 levels, geo2grid will interpolate between values). For example, one of the text files I created includes this line: 205,250,250,0,255 ; the values are greyscale, red, green, blue, alpha; for this case, a greyscale value of 205 (a pretty bright white) is color-enhanced as fully opaque yellow. Similarly, the line 215,255,0,0,255 says that a greyscale of 215 will be changed to red. The following commands will color-enhance the geotiff, and then add a colorbar and latitude/longitude lines, as well as a line of annotation.
$GEO2GRID_HOME/bin/add_colormap.sh ../../enhancements/IR13_AWIPSAPPROX.txt GOES-16_ABI_RadF_C13_20221207_180020_SubTrop.tif
$GEO2GRID_HOME/bin/add_coastlines.sh GOES-16_ABI_RadF_C13_20221207_180020_SubTrop.tif --add-grid --grid-D 5.0 5.0 --grid-d 2.5 2.5 --grid-text-size 12 --add-colorbar --colorbar-text-color="black" --colorbar-title="GOES-16 Band 13 Clean Window infrared Brightness Temperature (K)" --colorbar-tick-marks 20 --colorbar-min 330 --colorbar-max 160 --colorbar-text-size 16 --colorbar-height 36 --colorbar-align bottom
convert GOES-16_ABI_RadF_C13_20221207_180020_SubTrop.png -gravity northwest -fill white -pointsize 16 -annotate +20+20 "GOES-16 Band 13 1800 UTC 7 December 2022" GOES-16_ABI_RadF_C13_20221207_180020_SubTropT.png
This yields the image shown below. [Added: An earlier version had mislabled colorbafs: –colorbar-min labels the value on the left-hand side and –colorbar-max is the label on the right-hand side. Do not make the mistake I did originally: Do not assume that min/max means the minimum and maximum values!]
A couple things to note: Although ./add_coastlines.sh will add coastlines, lat/lon lines, rivers, etc., to every .tif file in a directory if you wildcard the linux entry that way, it will fail to add a colorbar if more than one .tif file is referenced. A user can create multiple subsections of the data with one geo2grid call; for example, one could create maps for all states surrounding Lake Michigan, and then create imagery for all of them using -g Wisconsin Indiana Illinois Michigan — if those are the names chosen for the different map projections (you also have to use –grid-configs to tell geo2grid where to find the .yaml files containing the projection values). To create a colorbar with correct upper and lower bounds, a user has to know the dynamic range of the variables. That can be found at the GOES-R website. Other CIMSS Satellite Blog entries on the software and coding aspects of geo2grid are here, here and here — in addition, a variety of blog posts showing examples of imagery created using Geo2Grid can be viewed in the Geo2Grid Category.
Geo2grid can be downloaded from this site (free registration may be required).