Welcome back to AWIPS Tips! Today we're going to go over a brief overview of the backend component of AWIPS: EDEX. EDEX is the Environmental Data Exchange system that comprises the server side of AWIPS; it handles functions such as requesting raw data, decoding and ingesting data, storing processed data, and dealing with data requests from CAVE and python-awips connections.
For the fall 2021 term, Unidata is once again offering to provide universities (or individual instructors) access to cloud-based JupyterHub servers tailored to the needs of university atmospheric science courses and workshops. By using the Unidata Science Gateway, instructors can add Jupyter notebooks used in their coursework to a dedicated JupyterHub hosted using Unidata's resources in the NSF Jetstream cloud. Once logged in to the JupyterHub, individual students access pre-configured computing environments that allow them to work with the notebooks interactively, making and saving their own alterations to existing notebooks or creating their own new notebooks.
Welcome back to AWIPS Tips! Today's focus is on CAVE'S Volume Browser. The Volume Browser is a tool for accessing model output and point sources like RAOB, METAR, and Profiler datasets. Rather than choosing from the preconfigured options in the default Data Menus, the Volume Browser allows you to select the exact sources, fields, planes, or points to display. The Volume Browser also has options for vertical cross sections, time series, and other display types, but today we will focus specifically on the default display type: plan views.
Version 1.1.0 of MetPy, a collection of tools in Python for reading, visualizing, and performing calculations with weather data, has been released. The project aims to mesh well with the rest of the scientific Python ecosystem, including the Numpy, Scipy, and Matplotlib projects, adding functionality specific to meteorology. This release includes a variety of new features and enhancements, as well a variety of fixes for issues encountered by users.
The Unidata Program Center's three summer student interns — Lydia Bunting from Texas Tech University, Connor Cozad from the College of Charleston in South Carolina, and Isabelle Pfander from Willamette University in Oregon — have come to the end of their summer appointments. After a summer of dedicated work they presented the results of their projects to the UPC staff on July 28, 2021. You can find videos of their presentations to the UPC staff on the Unidata Seminar Series page.
I came into this summer internship with a goal of working on the Network Common Data Form (netCDF) libraries. NetCDF is a combination of software libraries and APIs describing a data model for scientific multidimensional arrays. I planned to improve the online user guide, write tutorial code, and learn about storage and efficiency.