Skip to content

Commit 661e0ff

Browse files
author
Yongyao Jiang
committed
Incorporated Rhea's suggestions
1 parent ac0a57f commit 661e0ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/04_gis_analysts_data_scientists/california_wildfires_2017_thomas_fire_analysis.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@
307307
"metadata": {},
308308
"outputs": [],
309309
"source": [
310-
"prefire = landsat.filter_by('OBJECTID=668630') # 2017-11-23 \n",
311-
"midfire = landsat.filter_by('OBJECTID=681950') # 2017-12-09 "
310+
"prefire = landsat.filter_by('OBJECTID=2202594') # 2017-11-23 \n",
311+
"midfire = landsat.filter_by('OBJECTID=2210579') # 2017-12-09 "
312312
]
313313
},
314314
{
@@ -477,7 +477,7 @@
477477
" 0.66, 1.00], # high severity burn\n",
478478
" output_values=[1, 2, 3, 4], \n",
479479
" no_data_ranges=[-1, 0.1], astype='u8'), \n",
480-
" colormap=[[4, 0xFF, 0xC3, 0], [3, 0xFA, 0x8E, 0], [2, 0xF2, 0x55, 0], [1, 0xE6, 0, 0]])"
480+
" colormap=[[4, 0xFF, 0xC3, 0], [3, 0xFA, 0x8E, 0], [2, 0xF2, 0x55, 0], [1, 0xE6, 0, 0]])"
481481
]
482482
},
483483
{

0 commit comments

Comments
 (0)