diff --git a/articles/stars2.html b/articles/stars2.html index 08cb9a1d..05081ffb 100644 --- a/articles/stars2.html +++ b/articles/stars2.html @@ -282,7 +282,7 @@
## user system elapsed
-## 0.993 0.189 0.678
+## 1.010 0.208 0.759
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 @@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:
## user system elapsed
-## 0.700 0.160 0.378
+## 0.704 0.174 0.391
diff --git a/pkgdown.yml b/pkgdown.yml
index bff94eb8..b7447e86 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -10,4 +10,4 @@ articles:
stars6: stars6.html
stars7: stars7.html
stars8: stars8.html
-last_built: 2024-11-19T08:47Z
+last_built: 2024-11-19T09:25Z
diff --git a/reference/plot.html b/reference/plot.html
index ee8e9d3d..dba38639 100644
--- a/reference/plot.html
+++ b/reference/plot.html
@@ -68,7 +68,7 @@