Skip to content

Instantly share code, notes, and snippets.

@philippemiron
Created June 10, 2021 22:59
Show Gist options
  • Select an option

  • Save philippemiron/682c497004bf8a3212d81dce03c6aaf9 to your computer and use it in GitHub Desktop.

Select an option

Save philippemiron/682c497004bf8a3212d81dce03c6aaf9 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"id": "165be991-290d-455c-9d4a-6f2ef5079a08",
"metadata": {},
"source": [
"# Plot hurricane season from [HURDAT](http://www.nhc.noaa.gov/data/#hurdat)\n",
"\n",
"The goal was to generate a plot similar to the following image (for season 2017) found on the NOAA website (https://www.nhc.noaa.gov/data/tcr/index.php?season=2017&basin=atl). I also wanted to extract hurricane trajectories for another project."
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "ff85e912-9b9e-4ebd-afe3-ff2adad129e0",
"metadata": {},
"outputs": [
{
"data": {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment