Created
June 10, 2021 22:59
-
-
Save philippemiron/682c497004bf8a3212d81dce03c6aaf9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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