Skip to content

Commit

Permalink
Revert "Merge pull request #177 from GEO-BON/loadFromStac_resampling"
Browse files Browse the repository at this point in the history
This reverts commit 703ddc7, reversing
changes made to 114470c.
  • Loading branch information
jmlord authored and gottacatchenall committed Oct 8, 2024
1 parent 0654842 commit 0015630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/data/loadFromStacFun.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ load_cube <-
t1 = format(lubridate::as_datetime('2200-01-01'), "%Y-%m-%dT%H:%M:%SZ"),
spatial.res = NULL,
temporal.res = "P1Y",
aggregation = "first",
aggregation = "mean",
resampling = "near") {
s <- rstac::stac(stac_path)
if (!inherits(bbox, "bbox"))
Expand Down

0 comments on commit 0015630

Please sign in to comment.