Regional Surface obs notebook

- fix misspelling
This commit is contained in:
Shay Carter 2022-11-18 12:08:59 -07:00
parent c92f323fcb
commit fb907dd031

View file

@ -248,7 +248,7 @@
"source": [ "source": [
"## Function: plot_data()\n", "## Function: plot_data()\n",
"\n", "\n",
"This function makse use of Metpy.StationPlotLayout and Metpy.StationPlot to add all surface observation data to our plot. The logic is very similar for both METAR and Synoptic data, so a `datatype` argument is used to distinguish between which data is being drawn, and then draws the appropriate features.\n", "This function makes use of Metpy.StationPlotLayout and Metpy.StationPlot to add all surface observation data to our plot. The logic is very similar for both METAR and Synoptic data, so a `datatype` argument is used to distinguish between which data is being drawn, and then draws the appropriate features.\n",
"\n", "\n",
"This function plots:\n", "This function plots:\n",
"- Wind barbs\n", "- Wind barbs\n",