Skip to content

Commit 54c3b0a

Browse files
authored
Merge pull request #349 from jgravois/typos
too many escaped quotes
2 parents ce719ef + ce0e493 commit 54c3b0a

4 files changed

+4
-4
lines changed

samples/02_power_users_developers/building_a_change_detection_app_using_jupyter_dashboard.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"gis = GIS()\n",
7979
"\n",
8080
"# search for the landsat multispectral imagery layer\n",
81-
"landsat_item = gis.content.search('\"Landsat Multispectral\"', 'Imagery Layer', outside_org=True)[0]\n",
81+
"landsat_item = gis.content.search('Landsat Multispectral', 'Imagery Layer', outside_org=True)[0]\n",
8282
"landsat = landsat_item.layers[0]\n",
8383
"df = None"
8484
]

samples/02_power_users_developers/jupyter_dashboard_for_raster_analytics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"\n",
124124
"gis = GIS()\n",
125125
"\n",
126-
"landsat_item = gis.content.search('\"Landsat Multispectral\"', 'Imagery Layer')[0]\n",
126+
"landsat_item = gis.content.search('Landsat Multispectral', 'Imagery Layer')[0]\n",
127127
"\n",
128128
"landsat = landsat_item.layers[0]"
129129
]

samples/02_power_users_developers/tour_the_world_with_landsat_imagery_and_raster_functions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"outputs": [],
6363
"source": [
64-
"landsat_item = gis.content.search('\"Landsat Multispectral\"', 'Imagery Layer')[0]"
64+
"landsat_item = gis.content.search('Landsat Multispectral', 'Imagery Layer')[0]"
6565
]
6666
},
6767
{

samples/04_gis_analysts_data_scientists/counting_features_in_satellite_images_using_scikit_image.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767
],
6868
"source": [
69-
"l8 = agol.content.search('\"Landsat Multispectral\"', 'Imagery Layer')[0]\n",
69+
"l8 = agol.content.search('Landsat Multispectral', 'Imagery Layer')[0]\n",
7070
"l8"
7171
]
7272
},

0 commit comments

Comments
 (0)