Welcome back to AWIPS Tips! Today we'll be providing you with an update about the GOES gridded GLM products. In case you didn't see the message go out to the awips2-users@unidata.ucar.edu about the IDD feed type change for the gridded GLM products, here is a summary.
Welcome back to AWIPS Tips! Today we're going to talk about some more functionality with python-awips. If you aren't familiar with python-awips, please check out some of our previous blog posts explaining some of the existing functionality. This blog entry will be focused on our notebook for creating METAR station plots.
Welcome back to AWIPS Tips! This week we are going to learn how to draw convective warnings in WarnGen. Watch the short video in this entry on how to use WarnGen in AWIPS.
Welcome back to AWIPS Tips! This week we are looking into creating an objective analysis plot in CAVE by loading both model data and current observations. The display/time options are a bit tricky to set up initially, but once you've created the plot, you can save it as a display to easily reload it.
Welcome back to AWIPS Tips! Today we're going to talk about some more functionality with python-awips! If you aren't familiar with python-awips, please check out some of our previous blog posts explaining some of the existing functionality. In this edition we are looking at the Watch Warning and Advisory Plotting Jupyter notebook available in the python-awips Data Plotting Examples collection.
Welcome back to AWIPS Tips! With this entry, we're going to touch on the topic of adding a new grib product into AWIPS. We'll be discussing updates that need to be made for both EDEX and CAVE in order to display your new data properly. In order to do this you need to be running your own EDEX server. Most of the recommendations and tips in this blog can be found in our documentation about ingesting new grid data.
Welcome back to AWIPS Tips! This week we're diving into another way to display data in CAVE. We've gone over some of the more standard ways – through menu items, the volume browser, and the product browser. Today we'll discuss another option which is available to users: importing a shapefile. For those who aren't familiar, GIS stands for Geographic Information Systems, and is the discipline of creating, managing, and analyzing geographically referenced data. These data can represent both vector and raster features on a globe, and can be stored in a number of different file types. In CAVE, there is the option to import shapefiles, which contain points, lines, or polygons with associated attributes for each record.
Update: We are looking into a potential fix to allow Python2 to run on MacOS 12.3
We have recently learned of a new restriction when upgrading MacOS to Monterey version 12.3 that negatively impacts CAVE. The latest version of MacOS (and those going forward, we assume) no longer supports Python2. At this time, our Mac version of CAVE still uses Python2.7. Because of this, when running CAVE on the latest version of Monterey, a number of visualization features will no longer work (including Wind Vectors).
Welcome back to AWIPS Tips! This week we're back with another post about the capabilities of python-awips. If you haven't seen any of our previous entries about python-awips, please take a glance through them to familiarize yourself with the python package. This week we are focusing on model (grid) data, and how to colorize and plot it using the python package Cartopy. Follow along using the Colorized Grid Data notebook.