diff --git a/articles/stars1.html b/articles/stars1.html index a0e82ed3..2ac7f963 100644 --- a/articles/stars1.html +++ b/articles/stars1.html @@ -594,8 +594,8 @@
## user system elapsed
-## 1.356 0.184 1.155
+## 1.128 0.180 0.960
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.890 0.192 0.697
+## 0.801 0.136 0.600
diff --git a/pkgdown.yml b/pkgdown.yml
index 78da1618..4f2058cf 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-16T04:32Z
+last_built: 2023-09-17T04:27Z
diff --git a/reference/aggregate.stars-2.png b/reference/aggregate.stars-2.png
index b845bf97..4a39b706 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 4242e9a2..25f26af3 100644
--- a/reference/read_stars.html
+++ b/reference/read_stars.html
@@ -255,8 +255,8 @@