Coder Social home page Coder Social logo

Comments (3)

dtarb avatar dtarb commented on July 19, 2024

Liza,
I suggest you check the folder path where your input file is and see if it has any unusual or special characters. The error message is at a location in the code where it is trying to read the input file name and insert a "fel" into it to use as the default output name. The error suggests difficulty working with a character in this file name. This can occur if there are foreign language characters, special characters, or something else in the file name. The solution would be to change the file/folder name. (Sorry if this is inconvenient).

Another clue for this is that while the window above has an input file name, it does not have an output file name, suggesting that this part of the code failed.

from taudem.

Lizachash avatar Lizachash commented on July 19, 2024

Hi again David,

Thank you for your quick answer, it was a simple change of a letter in the folder name, but I still run into problems which I don't really understand.

Now I can put in my file, but I get the error code 000732, that the dataset does not exist or are supported, I don't really get why because I can use it with every other tool, is there something that I am missing? I looked at the PDF- file and your explanation video and I still don't get it. Do you have any suggestions? I'll put in a screenshot of it as well. Excuse my lack of knowledge.

image

Thank you so much!

from taudem.

dtarb avatar dtarb commented on July 19, 2024

This error indicates that the Taudem command did not execute properly so the steps in the script after it are unable to find and add the output file to the map. This is likely an installation or path problem associated with one of the TauDEM library dependencies. The screen shot above does not hold enough information to pinpoint the problem and I suggest you try run from the command line to sort out.

  1. Open a command prompt
  2. At the prompt type the text on the 8th line of the screen shot above that starts "mpiexec -n 1 pitremove -z ..."
  3. Look at the errors you get and see if they suggest what may be wrong. Feel free to send them to me.

Potential problems are.

  • mpiexec not found, meaning that the path to mpi did not get set up in the installation
  • pitremove not found, meaning that the path to Taudem did not get set up in the installation
  • A GDAL library problem

Note that the 8 in the command line above indicates the number of processors. For debugging I would switch to 1, though you will likely get the same responses with both 8 and 1.

There is more information on running from the command line in the command line guide at http://hydrology.usu.edu/taudem/taudem5/TauDEM53CommandLineGuide.pdf. This has a bit of information on setting and fixing paths if needed.

from taudem.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.