-
Notifications
You must be signed in to change notification settings - Fork 172
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
Docker installation help #73
Comments
I figured out why this happens. The rar files get their data extracted into their own folder so you'll have data/SRTM_NE_250m_TIF/SRTM_NE_250m.tif so you need to move the tif files out of those folders and into the data folder. |
Since it doesn't look like this repo is updated anymore, I went ahead and made my own branch to fix this small issue in the script that causes this specific problem. |
Another way to run the script is like so:
This makes symbolic links to the files which will exist after the run-rarring - which enables the tile creator to work. |
Thanks Jason! This worked! |
Hi.
Im hoping someone could give me some help getting this up and running on a docker droplet? Ive followed all the instructions but I get these errors
ERROR 4: SRTM_NE_250m.tif: No such file or directory
gdalinfo failed - unable to open 'SRTM_NE_250m.tif'.
ERROR 4: SRTM_NE_250m.tif: No such file or directory
gdalinfo failed - unable to open 'SRTM_NE_250m.tif'.
../create-tiles.sh: line 13: ul[0]: unbound variable
I think its this part im not understandig
"The Docker image roots itself at /code/ and expects that all GeoTIFF datafiles be located at /code/data/, which you should mount using a volume."
How do I do this part. Im new to docker and I have no clue.
Thanks for any help anyone can give
The text was updated successfully, but these errors were encountered: