mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Removed geom_count since it was only use for a previous print statement
This commit is contained in:
parent
b6bd97b3fa
commit
6eb805bb7b
1 changed files with 0 additions and 2 deletions
|
@ -403,11 +403,9 @@
|
|||
" if poly.geom_type == 'MultiPolygon':\n",
|
||||
" geometries = np.array([])\n",
|
||||
" geometries = np.append(geometries,MultiPolygon(poly))\n",
|
||||
" geom_count = \", \" + str(len(geometries)) +\" geometries\"\n",
|
||||
" else:\n",
|
||||
" geometries = np.array([])\n",
|
||||
" geometries = np.append(geometries,Polygon(poly))\n",
|
||||
" geom_count=\"\"\n",
|
||||
"\n",
|
||||
" for geom in geometries:\n",
|
||||
" bounds = Polygon(geom)\n",
|
||||
|
|
Loading…
Add table
Reference in a new issue