mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Forgot to add a new line with previous change.
This commit is contained in:
parent
45faf991b4
commit
af73c9a0d7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
"request.addIdentifier(\"source\", \"GLMgr\")\n",
|
||||
"request.setParameters(\"intensity\")\n",
|
||||
"times = DataAccessLayer.getAvailableTimes(request)\n",
|
||||
"response = DataAccessLayer.getGeometryData(request, [times[-1]])",
|
||||
"response = DataAccessLayer.getGeometryData(request, [times[-1]])\n",
|
||||
"glm_points = []\n",
|
||||
"for data in response:\n",
|
||||
" glm_points.append(data.getGeometry())\n",
|
||||
|
|
Loading…
Add table
Reference in a new issue