Skip to content

Commit

Permalink
h5 dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Apr 19, 2024
1 parent b4c2436 commit 5285b07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme_figures/testing.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ r_202110 <- bm_raster(roi_sf = roi_sf,
h5_dir = "~/Desktop/h5_test",
quiet = T)

a <- terra::extract(r_202110, roi_sf, fun = sum, exact = T)$t2021_10
b <- exact_extract(r_202110, roi_sf, fun = "sum")

e_202110 <- bm_raster(roi_sf = roi_sf,
product_id = "VNP46A3",
date = c("2021-10-01", "2021-11-01"),
Expand Down

0 comments on commit 5285b07

Please sign in to comment.