mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Modify an optional print statement in the WWA notebook
This commit is contained in:
parent
cf23cbc3c1
commit
10a477be9b
1 changed files with 1 additions and 2 deletions
|
@ -419,8 +419,7 @@
|
||||||
" phensigs.append(phensigString)\n",
|
" phensigs.append(phensigString)\n",
|
||||||
" # Optional printout of unique Phensigs\n",
|
" # Optional printout of unique Phensigs\n",
|
||||||
"# print(get_title(phensigString) \n",
|
"# print(get_title(phensigString) \n",
|
||||||
"# + \" (\" + phensigString + \") issued at \" + str(ref)\n",
|
"# + \" (\" + phensigString + \")\n",
|
||||||
"# + \" (\"+str(poly.geom_type) + geom_count + \")\")\n",
|
|
||||||
" \n",
|
" \n",
|
||||||
" # get the corresponding color using the dictionary\n",
|
" # get the corresponding color using the dictionary\n",
|
||||||
" color = get_color(phensigString)\n",
|
" color = get_color(phensigString)\n",
|
||||||
|
|
Loading…
Add table
Reference in a new issue