mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
replace geodetic with plateCarree
This commit is contained in:
parent
af73c9a0d7
commit
ce780ef933
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
|||
"ax.gridlines()\n",
|
||||
"ax.scatter([point.x for point in glm_points],\n",
|
||||
" [point.y for point in glm_points],\n",
|
||||
" transform=ccrs.Geodetic(),marker=\"+\",facecolor='red')\n",
|
||||
" transform=ccrs.PlateCarree(),marker=\"+\",facecolor='red')\n",
|
||||
"ax.set_title(str(response[-1].getDataTime().getRefTime()) + \" | \" + ob.getAttribute('source') + \" | \" + edexServer)\n"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue