Source code for rafem.prof
#! /usr/local/bin/python
[docs]def make_profile(n, riv_i, riv_j):
"""Get elevations along the river profile."""
return n[riv_i, riv_j]
#! /usr/local/bin/python
[docs]def make_profile(n, riv_i, riv_j):
"""Get elevations along the river profile."""
return n[riv_i, riv_j]