Skip to content

jrising/hydronet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6d7507 · May 14, 2016

History

44 Commits
May 14, 2016
Jun 18, 2014
Oct 28, 2011
Apr 26, 2016
Oct 8, 2011
Jun 18, 2014
May 13, 2016
Jun 18, 2014
Jun 18, 2014
Apr 26, 2016
May 12, 2016
Apr 26, 2016
Apr 26, 2016
Oct 17, 2011
Oct 17, 2011
May 12, 2016
May 12, 2016
Oct 28, 2011
Oct 28, 2011
Jun 18, 2014
Jun 12, 2015
Jan 8, 2016
Jan 8, 2016
May 14, 2016
May 14, 2016
Jan 8, 2016
Jan 8, 2016
Apr 26, 2016
Jun 12, 2015
May 13, 2016
Oct 8, 2011

Repository files navigation

hydronet

Hydrological Network Model

Compiling

The master makefile is currently the one within the bhakra subdirectory. So you can create executables using:

cd bhakra
make

basinmask

basinmask is a simple tool for constructing a basin mask for a given drainage location from a TauDEM D-8 or D-infinity GeoTIFF.

The makefile for basinmask is currently in the root directory:

make basinmask

Then call basinmask as follows:

./basinmask <ang.tiff> <mask.tsv> <OUTLAT> <OUTLON> <LAT0> <LAT1> <DLAT> <LON0> <LON1> <DLON>

Where <ang.tiff> is a D-8 or D-infinity angle file from TauDEM; <mask.tsv> is the output file (a TSV file); <OUTLAT>, <OUTLON> is the outlet flow location; <LAT0>, <LON0>, <LAT1>, <LON1> describe the bounding box of the DEM file, and <DLAT> and <DLON> is the resolution of the DEM in degrees of latitude and longitude, respectively.

About

Hydrological Network Model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published