Skip to content

Commit e99f0fd

Browse files
author
Priyanka Tuteja
committed
model argument added
1 parent 9eef369 commit e99f0fd

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

samples/04_gis_analysts_data_scientists/measure_shrinking_lakes_using_deep_learning.ipynb

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Classify land cover to measure shrinking lakes\n",
88
"\n",
9-
"#### Compare imagery to calculate area change in Lake Aculeo Lagoon, Chili."
9+
"#### Compare imagery to calculate area change in Lake Aculeo Lagoon, Chile."
1010
]
1111
},
1212
{
@@ -113,7 +113,7 @@
113113
"cell_type": "markdown",
114114
"metadata": {},
115115
"source": [
116-
"Search for the <b>Land Cover Classification (Sentinel-2)</b> deep learning package in ArcGIS Online. We can search for content shared by users outside our organization by setting `outside_org` to True."
116+
"Search for the <b>Land Cover Classification (Sentinel-2)</b> deep learning package in ArcGIS Online. "
117117
]
118118
},
119119
{
@@ -153,11 +153,7 @@
153153
}
154154
],
155155
"source": [
156-
"model = gis.content.search(\n",
157-
" \"Land Cover Classification (Sentinel-2) owner: esri_analytics\",\n",
158-
" \"Deep Learning Package\",\n",
159-
" outside_org=True,\n",
160-
")[0]\n",
156+
"model = gis.content.get('afd124844ba84da69c2c533d4af10a58')\n",
161157
"model"
162158
]
163159
},

0 commit comments

Comments
 (0)