diff --git a/articles/stars2.html b/articles/stars2.html index d1542974..fa851e14 100644 --- a/articles/stars2.html +++ b/articles/stars2.html @@ -282,7 +282,7 @@
## user system elapsed
-## 0.996 0.182 0.675
+## 0.966 0.195 0.663
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.672 0.200 0.375
+## 0.735 0.139 0.381
diff --git a/articles/stars5.html b/articles/stars5.html
index 4ec9ca1d..9df1818b 100644
--- a/articles/stars5.html
+++ b/articles/stars5.html
@@ -90,9 +90,9 @@ sf
vector o
## stars object with 2 dimensions and 1 attribute
## attribute(s):
## Min. 1st Qu. Median Mean 3rd Qu.
-## file27973e24203f [1/km^2] 0.2545072 1.225631 1.932222 3.345918 3.825745
+## file273f2378225f [1/km^2] 0.2545072 1.225631 1.932222 3.345918 3.825745
## Max. NA's
-## file27973e24203f [1/km^2] 21.24828 4808
+## file273f2378225f [1/km^2] 21.24828 4808
## dimension(s):
## from to offset delta refsys point x/y
## x 1 162 123829 5000 NAD83 / North Carolina FALSE [x]
@@ -261,9 +261,9 @@