This week learn how to get the most recent observations from the NDBC and plot them on a map!
Working on Cross Sections in MetPy with xarray
10 August 2018
During this past summer at Unidata, I worked primarily on MetPy by implementing cross section functionality and improving xarray integration. The ability to work with cross sections in MetPy has been frequently requested by users, and it was one of the major features present in GEMPAK but still missing from MetPy. Also, since MetPy is moving towards having xarray DataArrays and Datasets as its primary data structures, the development team thought it best to implement the new cross section interpolation and supporting calculations using xarray.
[Read More]My Summer of Improving the TDS Web Interface
10 August 2018
During my time here at Unidata, I've focused on extending the THREDDS Data Server (TDS) web interface and services. I spend the first few weeks of the summer redesigning the interface to be more intuitive to end users and implementing UI changes using Thymeleaf HTML templating. The new TDS catalog pages are designed with a "plug-and-play" structure, allowing users to override or insert their own contributed HTML, which is processed by a server-side Thymeleaf template resolver.
[Read More]