This week we learn about signals and slots - how to add interactivity to our QT application!
MetPy Mondays #236 - Making a Wet Bulb Calculator App with Qt Part 2
06 June 2022
MetPy Mondays #235 - Making a Wet Bulb Calculator App with Qt Part 1
31 May 2022
After a Memorial Day Holiday, MetPy Mondays are back! This week we look at creating a basic web bulb calculator app in Qt.
MetPy Mondays #234 - Orderings Points to Properly Plot Polygons
23 May 2022
After parsing polygons, they don't always plot properly. This week we write a function to order those points in counterclockwise order.
MetPy Mondays #233 - Parsing AIRMET SIGMET CSV files to Polygons
16 May 2022
Parsing text files is one thing, but turning them into GIS ready polygons is another! This week we look at parsing a CSV of AIRMETS and SIGMETS.
MetPy Mondays #232 - Parsing Winds and Temperatures Aloft Forecasts Part 2
09 May 2022
This week continue writing a parser for the Aviation Weather Center winds and temperatures aloft forecast. It's time to work out some of the odd quirks of this product.