After parsing polygons, they don't always plot properly. This week we write a function to order those points in counterclockwise order.
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.
MetPy Mondays #231 - Parsing Winds and Temperatures Aloft Forecasts Part 1
02 May 2022
This week we start writing a parser for the Aviation Weather Center winds and temperatures aloft forecast, learning lots of text parsing tricks along the way.
MetPy Mondays #230 - Plotting Sustained and Gusting Winds
25 April 2022
This week we try to match the style of the Aviation Weather Center when plotting sustained and gusting winds.