Skip to content

Commit 5285b07

Browse files
committed
h5 dir
1 parent b4c2436 commit 5285b07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme_figures/testing.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ r_202110 <- bm_raster(roi_sf = roi_sf,
4343
h5_dir = "~/Desktop/h5_test",
4444
quiet = T)
4545

46+
a <- terra::extract(r_202110, roi_sf, fun = sum, exact = T)$t2021_10
47+
b <- exact_extract(r_202110, roi_sf, fun = "sum")
48+
4649
e_202110 <- bm_raster(roi_sf = roi_sf,
4750
product_id = "VNP46A3",
4851
date = c("2021-10-01", "2021-11-01"),

0 commit comments

Comments
 (0)