Coder Social home page Coder Social logo

Comments (21)

kornholi avatar kornholi commented on August 19, 2024

This link should work for GDAL: http://download.gisinternals.com/sdk/downloads/release-1600-x64-gdal-1-11-3-mapserver-6-4-2/gdal-111-1600-x64-core.msi

from taudem.

LaraU avatar LaraU commented on August 19, 2024

Just tried it, and it's still telling me it can't find the file.

from taudem.

pkdash avatar pkdash commented on August 19, 2024

These 2 links should work:
win64: http://download.gisinternals.com/sdk/downloads/release-1600-x64-gdal-1-11-0-mapserver-6-4-1/gdal-111-1600-x64-core.msi
win32: http://download.gisinternals.com/sdk/downloads/release-1600-gdal-1-11-0-mapserver-6-4-1/gdal-111-1600-core.msi

from taudem.

LaraU avatar LaraU commented on August 19, 2024

Tried all of those, and I'm still getting the error.

from taudem.

pkdash avatar pkdash commented on August 19, 2024

What browser are you using?

from taudem.

LaraU avatar LaraU commented on August 19, 2024

Internet explorer or Chrome. I should clarify - the links you provided work, but I'm still getting the same error message when I try to run a tool.

from taudem.

pkdash avatar pkdash commented on August 19, 2024

I am able to download using both of the links in Firefox as well MS Edge.

from taudem.

pkdash avatar pkdash commented on August 19, 2024

Got it. I am looking into the tool error still.

from taudem.

LaraU avatar LaraU commented on August 19, 2024

Many thanks!

from taudem.

pkdash avatar pkdash commented on August 19, 2024

Do you see anything related to gdal in the list of installed programs? Is your OS win32 or 64?

from taudem.

LaraU avatar LaraU commented on August 19, 2024

Yes. It shows up in my programs. I have Win64.

C:\Program Files\GDAL

from taudem.

LaraU avatar LaraU commented on August 19, 2024

It's funny - the gdal111.dll is in the GDAL folder, but it seems as if the PitRemove tool can't find it when I try to run it.

from taudem.

pkdash avatar pkdash commented on August 19, 2024

Do you see 'GDAL 111 (MSVC 2010 Win64)" listed in the list of installed programs?

from taudem.

pkdash avatar pkdash commented on August 19, 2024

Also check if windows path includes C:\Program Files\GDAL

from taudem.

LaraU avatar LaraU commented on August 19, 2024

Yes to both questions. The program is installed, and the path is there.

from taudem.

dtarb avatar dtarb commented on August 19, 2024

Can you see if TauDEM runs from a command prompt. At a command prompt type
mpiexec -n 2 pitremove elev.tif
where elev.tif is the name of your input file. If this works then we look into something associated with the ArcGIS environment. If you get the same error then we continue to look into path issues. What is the result if you type
where gdal111.dll at a command prompt
If paths are right you should get C:\Program Files\GDAL response.

from taudem.

LaraU avatar LaraU commented on August 19, 2024

It seems to run with a command prompt.

commandpromptrun

When typing the where gdal111.dll it tells me that it could not find the files for the given pattern(s). But I know the files are there.

from taudem.

dtarb avatar dtarb commented on August 19, 2024

That is a bit mysterious. I would have expected it to either run and find gdal111.dll or not run and not find it together, but not one and not the other.

My next hunch is that your system path is not working right. Perhaps it is too long or corrupted by an incorrect character. I suggest at the command prompt type
path
to see what your path is
path > mypath.txt
to save a copy of what your path is to the mypath.txt file
Then you can follow steps on page 3 in http://hydrology.usu.edu/taudem/taudem5/TauDEM5CommandLineGuide.pdf which is an older help document from TauDEM if you see anything missing that needs editing. If you can remove (perhaps temporarily) entries that are not necessary, or place c:\Program Files\GDAL close to the beginning it may help. In editing your path you need to be very careful though, as things like stray spaces can corrupt entries and stop other programs from working which is why a copy to a file is important. Note that each time you save a path you need to restart any programs that you want to use the new path, i.e. close and re-open the command prompt and ArcGIS.

from taudem.

LaraU avatar LaraU commented on August 19, 2024

Ok - I'm looking at my path info, and it seems as if it might be in there twice and it's getting confused. I am not a programmer, so forgive me if this is a dumb question, but could you tell me which is the correct path? I see the C:\Program Files\GDAL (which I moved to the front) and C:\GDAL. Are they both supposed to be there? Thanks again.

from taudem.

LaraU avatar LaraU commented on August 19, 2024

Never mind - success with moving the path to the beginning! Thanks so much!!

from taudem.

dtarb avatar dtarb commented on August 19, 2024

Both are needed. One is GDAL libraries used by Python and the other GDAL applications. If you need to know @pkdash could explain what TauDEM uses from each. I am glad it is working. Keep a close eye on your system though to be on the lookout for other things that may have been impacted by the path change.

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.