You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: