elevation
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
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 directory
C:/Users/Micha/AppData/Local/bopen/elevation/Cache/SRTM3'
I've installed all the dependencies and the selfcheck says everything checks out.
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?