File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ rule download_netherlands_shapes:
99 "results/module_area_potentials/resources/user/shapes/NLD.parquet" ,
1010 shell :
1111 """
12- curl -sSLo {output} https://surfdrive.surf.nl/files/index.php/s/ey3RmiCbajp69oQ/download
12+ curl -sSLo " {output}" " https://surfdrive.surf.nl/files/index.php/s/ey3RmiCbajp69oQ/download"
1313 """
1414
1515
@@ -23,8 +23,8 @@ rule download_netherlands_protected_areas:
2323 wdpa = directory ("results/module_area_potentials/resources/user/wdpa.gdb" ),
2424 shell :
2525 """
26- curl -sSLo {output.zipfile} https://surfdrive.surf.nl/files/index.php/s/msuXQETNbCWawDh/download
27- python {input.script} {output.zipfile} -t results/module_area_potentials/resources/user/
26+ curl -sSLo " {output.zipfile}" " https://surfdrive.surf.nl/files/index.php/s/msuXQETNbCWawDh/download"
27+ python " {input.script}" " {output.zipfile}" -t " results/module_area_potentials/resources/user/"
2828 """
2929
3030
You can’t perform that action at this time.
0 commit comments