mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
Merge pull request #88 from srcarter3/website
Regional Surface obs notebook (website branch)
This commit is contained in:
commit
b75f6d23a9
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,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",
|
||||
|
|
Loading…
Add table
Reference in a new issue