bopen/elevation

Crash with --make_flags "-j 8" without inserting "-k" flag

francesconazzaro opened this issue · 0 comments

When I try to download the SRTM1 30m DEM of Italy with
eio --make_flags "-j 8" --product SRTM1 seed --bounds 6.6 36.6 18.6 47.1
I have a crash.
It seems that I obligatorily have to insert -k flag as follow:
eio --make_flags "-j 8 -k" --product SRTM1 seed --bounds 6.6 36.6 18.6 47.1