Skip to content

Commit af4c7e7

Browse files
authored
Merge pull request #2131 from tarunkukreja003/tarun/hirakund-reservoir
sample notebook `visualize_monthly_changes_in_hirakund_reservoir_using_video.ipynb` updated according to map widget 2.4.0
2 parents 300bbbe + 0b81e88 commit af4c7e7

File tree

1 file changed

+16
-24
lines changed

1 file changed

+16
-24
lines changed

samples/04_gis_analysts_data_scientists/visualize_monthly_changes_in_hirakund_reservoir_using_video.ipynb

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
{
8585
"cell_type": "code",
86-
"execution_count": 1,
86+
"execution_count": 3,
8787
"metadata": {},
8888
"outputs": [],
8989
"source": [
@@ -109,7 +109,7 @@
109109
},
110110
{
111111
"cell_type": "code",
112-
"execution_count": 2,
112+
"execution_count": 5,
113113
"metadata": {},
114114
"outputs": [],
115115
"source": [
@@ -132,7 +132,7 @@
132132
},
133133
{
134134
"cell_type": "code",
135-
"execution_count": 3,
135+
"execution_count": 6,
136136
"metadata": {},
137137
"outputs": [
138138
{
@@ -148,9 +148,9 @@
148148
" <div class=\"item_right\" style=\"float: none; width: auto; overflow: hidden;\">\n",
149149
" <a href='https://geosaurus.maps.arcgis.com/home/item.html?id=d9b466d6a9e647ce8d1dd5fe12eb434b' target='_blank'><b>Multispectral Landsat</b>\n",
150150
" </a>\n",
151-
" <br/>Landsat multispectral and multitemporal imagery with on-the-fly renderings and indices for visualization and analysis. The Landsat 8 and 9 imagery in this layer is updated daily and is directly sourced from the USGS Landsat collection on AWS.<img src='https://geosaurus.maps.arcgis.com/home/js/jsapi/esri/css/images/item_type_icons/imagery16.png' style=\"vertical-align:middle;\" width=16 height=16>Imagery Layer by esri\n",
151+
" <br/>Landsat multispectral and multitemporal imagery with on-the-fly renderings and indices for visualization and analysis. The Landsat 8 and 9 imagery in this layer is updated daily and is directly sourced from the USGS Landsat collection on AWS.<br/><img src='https://geosaurus.maps.arcgis.com/home/js/jsapi/esri/css/images/item_type_icons/imagery16.png' style=\"vertical-align:middle;\" width=16 height=16>Imagery Layer by esri\n",
152152
" <br/>Last Modified: June 30, 2022\n",
153-
" <br/>3 comments, 1,129,252 views\n",
153+
" <br/>3 comments, 1371075 views\n",
154154
" </div>\n",
155155
" </div>\n",
156156
" "
@@ -159,7 +159,7 @@
159159
"<Item title:\"Multispectral Landsat\" type:Imagery Layer owner:esri>"
160160
]
161161
},
162-
"execution_count": 3,
162+
"execution_count": 6,
163163
"metadata": {},
164164
"output_type": "execute_result"
165165
}
@@ -179,7 +179,7 @@
179179
},
180180
{
181181
"cell_type": "code",
182-
"execution_count": 4,
182+
"execution_count": null,
183183
"metadata": {},
184184
"outputs": [],
185185
"source": [
@@ -188,7 +188,7 @@
188188
},
189189
{
190190
"cell_type": "code",
191-
"execution_count": 5,
191+
"execution_count": null,
192192
"metadata": {},
193193
"outputs": [],
194194
"source": [
@@ -203,7 +203,7 @@
203203
"outputs": [],
204204
"source": [
205205
"m = gis.map('Hirakund reservoir, Odisha, India')\n",
206-
"m.basemap = 'satellite'\n",
206+
"m.basemap.basemap = 'satellite'\n",
207207
"m"
208208
]
209209
},
@@ -230,7 +230,7 @@
230230
},
231231
{
232232
"cell_type": "code",
233-
"execution_count": 7,
233+
"execution_count": null,
234234
"metadata": {},
235235
"outputs": [],
236236
"source": [
@@ -251,7 +251,7 @@
251251
},
252252
{
253253
"cell_type": "code",
254-
"execution_count": 8,
254+
"execution_count": null,
255255
"metadata": {},
256256
"outputs": [],
257257
"source": [
@@ -311,7 +311,7 @@
311311
},
312312
{
313313
"cell_type": "code",
314-
"execution_count": 17,
314+
"execution_count": null,
315315
"metadata": {},
316316
"outputs": [],
317317
"source": [
@@ -332,17 +332,9 @@
332332
},
333333
{
334334
"cell_type": "code",
335-
"execution_count": 18,
335+
"execution_count": null,
336336
"metadata": {},
337-
"outputs": [
338-
{
339-
"name": "stdout",
340-
"output_type": "stream",
341-
"text": [
342-
"Movie Created\n"
343-
]
344-
}
345-
],
337+
"outputs": [],
346338
"source": [
347339
"create_movie(rgb_collection,'m' ,'2019-01-01','2019-12-31', 1250, 450, extent, 0.4) # calling create_movie function"
348340
]
@@ -396,9 +388,9 @@
396388
"name": "python",
397389
"nbconvert_exporter": "python",
398390
"pygments_lexer": "ipython3",
399-
"version": "3.10.13"
391+
"version": "3.11.0"
400392
}
401393
},
402394
"nbformat": 4,
403-
"nbformat_minor": 2
395+
"nbformat_minor": 4
404396
}

0 commit comments

Comments
 (0)