-
Notifications
You must be signed in to change notification settings - Fork 36
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
Skip re-download of DEM and mask if already found #436
base: dev
Are you sure you want to change the base?
Conversation
I've tested this and it seems to work as expected for me. I also verified that the regression tests all pass with this branch. |
I see a couple of issues that need to be patched @rzinke . When I download a DEM from scratch, the temporary directory containing the tiles Also, when running a command with an existing command, I get the following error:
To replicate this, you can run:
I'll try to look at this on my end, but my bandwidth is limited as I'll be out of the office Thurs-Friday this week. Also tagging in @ehavazli |
Skip re-downloading a DEM if
--demfile=download
and glo_90_uncropped.vrt exists; and skip downloading and formatting a water mask if the <mask_name>.msk file exists.