import topotoolbox
dem = topotoolbox.load_dem('bigtujunga')
dem_90m = dem.resample(resolution=90)
im = dem_90m.plot(cmap="terrain")
plt.show()
