elevation icon indicating copy to clipboard operation
elevation copied to clipboard

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

Open myowell opened this issue 5 years ago • 1 comments

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.

myowell avatar Nov 01 '19 18:11 myowell

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?

chahank avatar Jun 23 '20 12:06 chahank