mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Merge pull request #87 from srcarter3/main
Regional Surface obs notebook
This commit is contained in:
commit
ef8f157d01
1 changed files with 0 additions and 1 deletions
|
@ -338,7 +338,6 @@
|
|||
"# Define the maps request\n",
|
||||
"maps_request = DataAccessLayer.newDataRequest('maps')\n",
|
||||
"# filter for multiple states\n",
|
||||
"maps_request = DataAccessLayer.newDataRequest('maps')\n",
|
||||
"maps_request.addIdentifier('table', 'mapdata.states')\n",
|
||||
"maps_request.addIdentifier('geomField', 'the_geom')\n",
|
||||
"maps_request.addIdentifier('inLocation', 'true')\n",
|
||||
|
|
Loading…
Add table
Reference in a new issue