diff --git a/articles/stars1.html b/articles/stars1.html index 2ca34b9f..13ba4c2f 100644 --- a/articles/stars1.html +++ b/articles/stars1.html @@ -594,8 +594,8 @@
## user system elapsed
-## 1.152 0.172 0.976
+## 1.302 0.217 1.149
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
@@ -404,12 +404,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.767 0.177 0.610
+## 0.862 0.196 0.692
diff --git a/pkgdown.yml b/pkgdown.yml
index 047a9427..8f030e25 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -10,5 +10,5 @@ articles:
stars6: stars6.html
stars7: stars7.html
stars8: stars8.html
-last_built: 2023-09-13T04:28Z
+last_built: 2023-09-14T04:34Z
diff --git a/reference/aggregate.stars-2.png b/reference/aggregate.stars-2.png
index f989d95b..024fa13d 100644
Binary files a/reference/aggregate.stars-2.png and b/reference/aggregate.stars-2.png differ
diff --git a/reference/read_stars.html b/reference/read_stars.html
index aa3a922d..61f942b7 100644
--- a/reference/read_stars.html
+++ b/reference/read_stars.html
@@ -256,7 +256,7 @@