diff --git a/simpleobismapsCCP.R b/simpleobismapsCCP.R index bd7d98e..574815d 100644 --- a/simpleobismapsCCP.R +++ b/simpleobismapsCCP.R @@ -68,12 +68,12 @@ main <- function(){ url=args[1] usedPolygon=args[2] - mapszip="maps.zip" + mapszip="/ccp_data/maps.zip" download.file(url, filename) checkmapsfolder() readfile(filename,usedPolygon) - zip(zipfile = mapszip, files = "ccp_data/maps") + zip(zipfile = mapszip, files = "/ccp_data/maps") }