Merge pull request #87 from srcarter3/main

Regional Surface obs notebook
This commit is contained in:
srcarter3 2022-11-15 17:41:47 -07:00 committed by GitHub
commit ef8f157d01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",