diff --git a/articles/cb2create.html b/articles/cb2create.html index 441e0239..611a1d89 100644 --- a/articles/cb2create.html +++ b/articles/cb2create.html @@ -236,8 +236,8 @@

The stars objects
 tif <- system.file("tif/L7_ETMs.tif", package = "stars")
 x <- stars::read_stars(tif)
-as_cubble(x)
-#> # cubble:   key: id [122848], index: time, nested form
+as_cubble(x, index = band)
+#> # cubble:   key: id [122848], index: band, nested form
 #> # spatial:  [288790.500000803, 9110743.00002899, 298708.50000055,
 #> #   9120746.50002874], Missing CRS!
 #> # temporal: band [int], L7_ETMs.tif [dbl]
diff --git a/articles/cb5match_files/figure-html/unnamed-chunk-7-1.png b/articles/cb5match_files/figure-html/unnamed-chunk-7-1.png
index 5ff3ec99..d9a1b912 100644
Binary files a/articles/cb5match_files/figure-html/unnamed-chunk-7-1.png and b/articles/cb5match_files/figure-html/unnamed-chunk-7-1.png differ
diff --git a/pkgdown.yml b/pkgdown.yml
index 3514a6c9..a3e1755d 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -9,5 +9,5 @@ articles:
   cb5match: cb5match.html
   cb6interactive: cb6interactive.html
   cb7misc: cb7misc.html
-last_built: 2024-01-12T20:28Z
+last_built: 2024-01-19T09:57Z
 
diff --git a/reference/dplyr.html b/reference/dplyr.html
index 9006cadb..87469bbc 100644
--- a/reference/dplyr.html
+++ b/reference/dplyr.html
@@ -628,11 +628,11 @@ 

Examples

#> 1 ASN00086077 145. -38.0 12.1 moorabbin airport 94870 <tibble [10 × 4]> cb_nested |> slice_sample(n = 2) #> # cubble: key: id [2], index: date, nested form -#> # spatial: [144.8321, -37.7276, 144.9066, -37.6655], Missing CRS! +#> # spatial: [144.8321, -37.98, 145.0964, -37.6655], Missing CRS! #> # temporal: date [date], prcp [dbl], tmax [dbl], tmin [dbl] #> id long lat elev name wmo_id ts #> <chr> <dbl> <dbl> <dbl> <chr> <dbl> <list> -#> 1 ASN00086038 145. -37.7 78.4 essendon airport 95866 <tibble [10 × 4]> +#> 1 ASN00086077 145. -38.0 12.1 moorabbin airport 94870 <tibble [10 × 4]> #> 2 ASN00086282 145. -37.7 113. melbourne airport 94866 <tibble [10 × 4]> # rowwise - rowwise.spatial_cubble_df, rowwise.temporal_cuble_df