import topotoolbox
import matplotlib.pyplot as plt
dem = topotoolbox.gen_random(seed=8192)
_ = dem.plot(cmap='terrain')
plt.show()
