Cell [1] of notebook three.ipynb references the tif file:
./data/planet/20180528_181110_1025_3B_AnalyticMS_SR_clip.tif
which doesn't exist in the repo ./data dir.
There is a similar looking file
./book/chapters/data/SCA/20180528_181110_1025_3B_AnalyticMS_SR_clip_SCA.tif
but when I tried that .tif in the notebook instead, I got the error:
IndexError Traceback (most recent call last)
Cell In[5], line 13
10 im1 = axs[0,0].imshow(planet[0,:,:],cmap='jet')
11 axs[0,0].set_title("Surface reflectance of blue band", fontsize=16)
---> 13 im2 = axs[0,1].imshow(planet[1,:,:], cmap='jet')
14 axs[0,1].set_title("Surface reflectance of green band", fontsize=16)
16 im3 = axs[1,0].imshow(planet[2,:,:], cmap='jet')
IndexError: index 1 is out of bounds for axis 0 with size 1
Cell [1] of notebook
three.ipynb
references the tif file:./data/planet/20180528_181110_1025_3B_AnalyticMS_SR_clip.tif
which doesn't exist in the repo./data
dir.There is a similar looking file
./book/chapters/data/SCA/20180528_181110_1025_3B_AnalyticMS_SR_clip_SCA.tif
but when I tried that .tif in the notebook instead, I got the error: