Merge pull request #89 from srcarter3/main

Regional Surface obs notebook
This commit is contained in:
tiffanycmeyer13 2022-11-18 13:29:12 -06:00 committed by GitHub
commit 4130b153f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,7 +235,7 @@
"source": [
"## Function: plot_data()\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",
"This function plots:\n",
"- Wind barbs\n",