import topotoolbox
import matplotlib.pyplot as plt
dem = topotoolbox.load_dem('bigtujunga')
dem = topotoolbox.read_from_cache('bigtujunga.tif')
_= dem.plot()
plt.show()
