In [1]:
import matplotlib
matplotlib.use('nbagg')
%matplotlib inline
In [2]:
from IPython.display import Image
import sys
import eros
In [3]:
path = "./"
scene_id = "LC80632342016344LGN00_B11"
In [4]:
rbg_image = eros.extract_rgb(path,scene_id)
In [ ]: