Skip to content

Commit

Permalink
bug fix finding pit filled elevation grid
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Jun 3, 2016
1 parent ad7444f commit 3bddc56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RAPIDpy/gis/taudem.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,9 @@ def dinfFlowDirection(self,
self._run_mpi_cmd(cmd)

#create projection files
self._add_prj_file(pit_filled_elevation_grid,
self._add_prj_file(self.pit_filled_elevation_grid,
flow_dir_grid)
self._add_prj_file(pit_filled_elevation_grid,
self._add_prj_file(self.pit_filled_elevation_grid,
slope_grid)

def d8FlowDirection(self,
Expand Down

0 comments on commit 3bddc56

Please sign in to comment.