import topotoolbox
import matplotlib.pyplot as plt
dem = topotoolbox.load_dem('perfectworld')
_= dem.plot(cmap='terrain')
plt.show()
