Skip to content

Commit

Permalink
try url that should work (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs authored Dec 19, 2024
1 parent 65b383a commit 7b3fd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pizzarr_sample <- function(dataset = NULL,

new_z <- file.path(tdir, basename(zarr_zips[z]))

utils::download.file(paste0("https://keller-mark.github.io/pizzarr/data/",
utils::download.file(paste0("https://github.com/keller-mark/pizzarr/raw/refs/heads/main/docs/data/",
basename(zarr_zips[z])), mode = "wb",
new_z)

Expand Down

0 comments on commit 7b3fd72

Please sign in to comment.