{ "cells": [ { "cell_type": "markdown", "id": "58d318e8-cf46-4834-af26-1f18ca84f093", "metadata": {}, "source": [ "# HW1 2022 Atlantic Tropical Cyclone Tracking Chart\n", "## 2022 Atlantic Tropical Cyclones Track Map\n", "### This notebook reads in historical tropical cyclone tracks from the [Hurdat2](https://www.nhc.noaa.gov/data/#hurdat) database; selects named storms that occurred in the Atlantic basin in 2022, and plots their tracks on a labeled map.\n", "\n", "#### Based on Metpy Monday Episodes [142](https://www.youtube.com/watch?v=AqZljJ1LsdA&t=66s&ab_channel=Unidata) and [143](https://www.youtube.com/watch?v=BRJb5rSjjDc&pp=ygUSTWV0cHkgbW9uZGF5cyAjMTQz)\n", "\n", "Notebook author: [Kevin Tyle](https://orcid.org/0000-0001-5249-9665)" ] }, { "cell_type": "markdown", "id": "d5cddcb9-d9c8-4f74-b36c-fad09694a747", "metadata": {}, "source": [ "