bopen / elevation

Python script to download global terrain digital elevation models, SRTM 30m DEM and SRTM 90m DEM.

Home Page:http://elevation.bopen.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

francesconazzaro opened this issue · 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