## downsample set to 18
## user system elapsed
-## 0.989 0.153 0.677
+## 0.993 0.189 0.678
This takes only around 1 second, since only those pixels are read
that can be seen on the plot. If we read the entire image in memory
first, as we would do with
@@ -390,12 +390,12 @@ Lazy evaluation, changing eva
## [[1]]
## adrop(x = x, drop = drop)
## attr(,".Environment")
-## <environment: 0x557f034423e0>
+## <environment: 0x55d9fbbb7b98>
##
## [[2]]
## x[i = i, 1:10, 1:10, , drop = drop, crop = crop]
## attr(,".Environment")
-## <environment: 0x557f033f3ab0>
+## <environment: 0x55d9fbb30f80>
Doing this allows for optimizing the order in which operations are
done. As an example, for st_apply
, reading can be done
sequentially over the dimensions over which the function is applied:
@@ -458,14 +458,14 @@ Plotting with changed evaluation
## st_apply(X = X, MARGIN = MARGIN, FUN = FUN, CLUSTER = CLUSTER,
## PROGRESS = PROGRESS, FUTURE = FUTURE, rename = rename, .fname = .fname)
## attr(,".Environment")
-## <environment: 0x557f030bc270>
+## <environment: 0x55d9fb831cc8>
##
## This object has pending lazy operations: dimensions as printed may not reflect this.
system.time(plot(s2.ndvi)) # read - compute ndvi - plot
## downsample set to 18
## user system elapsed
-## 0.678 0.168 0.364
+## 0.700 0.160 0.378
diff --git a/articles/stars3.html b/articles/stars3.html
index b845393b..4bb984d8 100644
--- a/articles/stars3.html
+++ b/articles/stars3.html
@@ -8,8 +8,8 @@
3. stars tidyverse methods • stars
-
-
+
+
diff --git a/articles/stars4.html b/articles/stars4.html
index 7355aee7..89bac49e 100644
--- a/articles/stars4.html
+++ b/articles/stars4.html
@@ -8,8 +8,8 @@
4. stars data model • stars
-
-
+
+
diff --git a/articles/stars5.html b/articles/stars5.html
index e8fe4a0d..086ae78c 100644
--- a/articles/stars5.html
+++ b/articles/stars5.html
@@ -8,8 +8,8 @@
5. vector-raster conversions, reprojection, warping • stars
-
-
+
+
diff --git a/articles/stars6.html b/articles/stars6.html
index 160fc9ff..e093f5df 100644
--- a/articles/stars6.html
+++ b/articles/stars6.html
@@ -8,8 +8,8 @@
6. How `raster` functions map to `stars` functions • stars
-
-
+
+
diff --git a/articles/stars7.html b/articles/stars7.html
index 8c25eed4..0f27161a 100644
--- a/articles/stars7.html
+++ b/articles/stars7.html
@@ -8,8 +8,8 @@
7. Statistical modelling with stars objects • stars
-
-
+
+
diff --git a/articles/stars8.html b/articles/stars8.html
index 128f2444..fc03e532 100644
--- a/articles/stars8.html
+++ b/articles/stars8.html
@@ -8,8 +8,8 @@
8. NetCDF Proxy Workflows • stars
-
-
+
+
diff --git a/authors.html b/authors.html
index ff61a220..18ff7332 100644
--- a/authors.html
+++ b/authors.html
@@ -1,5 +1,5 @@
-Authors and Citation • stars
+Authors and Citation • stars