import topotoolbox
dem = topotoolbox.load_dem('bigtujunga')
fd = topotoolbox.FlowObject(dem)
print(fd.node_to_node_distance()) # doctest: +SKIP
