From 471c97d4996c103201c72a3c131f65818a3020aa Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Fri, 29 Dec 2023 11:20:14 +0100 Subject: [PATCH] wdpa: correct _shp url --- rules/retrieve.smk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/retrieve.smk b/rules/retrieve.smk index 2485a842..4657bc66 100644 --- a/rules/retrieve.smk +++ b/rules/retrieve.smk @@ -255,7 +255,7 @@ if config["enable"]["retrieve"]: # Basic pattern where WDPA files can be found url_pattern = ( - "https://d1gam3xoknrgr2.cloudfront.net/current/WDPA_{bYYYY}_Public.zip" + "https://d1gam3xoknrgr2.cloudfront.net/current/WDPA_{bYYYY}_Public_shp.zip" ) # 3-letter month + 4 digit year for current/previous/next month to test