Skip to content

Commit

Permalink
fix native 4326 proj not any more available
Browse files Browse the repository at this point in the history
  • Loading branch information
giocomai committed Oct 3, 2024
1 parent 4cedcee commit 03c1011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ll_get_lau_eu.R
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ ll_get_lau_eu <- function(gisco_id = NULL,
)

unzip(
zipfile = fs::path(zip_folder, paste0("LAU_RG_01M_", year, "_4326.shp.zip")),
zipfile = fs::path(zip_folder, paste0("LAU_RG_01M_", year, "_3035.shp.zip")),
exdir = shp_folder
)

Expand Down

0 comments on commit 03c1011

Please sign in to comment.