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

ERROR 4: ` ' does not exist in the file system, and is not recognized as a supported dataset name. Warning 1: Can't open . Skipping it make: *** [SRTM3 .vrt] Error 1 #38

Open
myowell opened this issue Nov 1, 2019 · 1 comment

Comments

@myowell
Copy link

myowell commented Nov 1, 2019

Getting the following when trying to run

The system cannot find the path specified.
make: Entering directory C:/Users/Micha/AppData/Local/bopen/elevation/Cache/SRTM3' make: Nothing to be done for download'.
make: Leaving directory C:/Users/Micha/AppData/Local/bopen/elevation/Cache/SRTM3' The system cannot find the path specified. make: Entering directory C:/Users/Micha/AppData/Local/bopen/elevation/Cache/SRTM3'
gdalbuildvrt -q -overwrite SRTM3
.vrt

ERROR 4: ' does not exist in the file system, and is not recognized as a supported dataset name. Warning 1: Can't open . Skipping it make: *** [SRTM3 .vrt] Error 1 make: Leaving directoryC:/Users/Micha/AppData/Local/bopen/elevation/Cache/SRTM3'

I've installed all the dependencies and the selfcheck says everything checks out.

@chahank
Copy link

chahank commented Jun 23, 2020

Are you using Windows? I found that there is an issue with using 'mkdir -p'. For windows it should be 'mkdir' only. This might cause your error and could be resolved by checking for the OS in the makefile. Could one of the developers confirm?

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