Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run PitRemove #9

Closed
gena opened this issue May 25, 2015 · 2 comments
Closed

Can't run PitRemove #9

gena opened this issue May 25, 2015 · 2 comments

Comments

@gena
Copy link

gena commented May 25, 2015

Are the latest sources actually broken?

I've tried to compile everything, but getting errors in tiffIO constructor. It is called using filename but tiffIO constructor actually expects directory:

flood.cpp:73
...
tiffIO dem(demfile,FLOAT_TYPE);
...

tiffIO:61
...
tiffIO::tiffIO(char *dirname, DATA_TYPE newtype){
...

@dtarb
Copy link
Owner

dtarb commented May 25, 2015

This version of TauDEM (the multifile version) is supposed to take a directory as input. The logic is that all the tiff files in the directory comprise a single logical grid. This was done to overcome the 4GB limitation of TIFF files. If you put your input file in a directory by itself and run the programs the should work. See http://hydrology.usu.edu/taudem/taudem5/TauDEM52CommandLineGuideMF.pdf.

@gena
Copy link
Author

gena commented May 26, 2015

Thanks, will try as a directory.

@gena gena closed this as completed May 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants