diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index 383478bed..7953a5efb 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index 63e3b8315..c5092755e 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index 5a4177df1..8f109c383 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index 46fd662e8..ece1eea30 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index 007c8f100..5cface6c9 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index 83e8013c3..48c67b9a3 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png index 1f3758ab5..960732ff9 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index 90f295cc9..5836bfc36 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/pkgdown.yml b/pkgdown.yml index 874fd7ae7..b6acf2be3 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-07-11T19:18Z +last_built: 2023-07-11T22:08Z diff --git a/reference/convhull.html b/reference/convhull.html index 38e247831..59fbfb7fd 100644 --- a/reference/convhull.html +++ b/reference/convhull.html @@ -1,5 +1,5 @@ -Convex hull and minimal rotated rectangle — convHull • terraConvex hull, minimal rotated rectangle, and minimal bounding circle — convHull • terra @@ -43,13 +43,13 @@
-

Get the convex hull or the minimal rotated rectangle of a SpatVector

+

Get the convex hull, the minimal rotated rectangle, or minimal bounding circle of a SpatVector

@@ -57,7 +57,10 @@

Convex hull and minimal rotated rectangle

convHull(x, by="") # S4 method for SpatVector -minRect(x, by="")
+minRect(x, by="") + +# S4 method for SpatVector +minCircle(x, by="")
@@ -66,7 +69,7 @@

Arguments

SpatVector

by
-

character (variable name), to make convex hulls by group

+

character (variable name), to get a new geometry for groups of input geometries

diff --git a/reference/index.html b/reference/index.html index fc216da34..89f137fd4 100644 --- a/reference/index.html +++ b/reference/index.html @@ -235,9 +235,9 @@

All functions

Contour plot

-

convHull(<SpatVector>) minRect(<SpatVector>)

+

convHull(<SpatVector>) minRect(<SpatVector>) minCircle(<SpatVector>)

-

Convex hull and minimal rotated rectangle

+

Convex hull, minimal rotated rectangle, and minimal bounding circle

costDist(<SpatRaster>)

diff --git a/reference/makeTiles.html b/reference/makeTiles.html index 9a556564d..f8317b12f 100644 --- a/reference/makeTiles.html +++ b/reference/makeTiles.html @@ -100,10 +100,10 @@

Examples

filename <- paste0(tempfile(), "_.tif") ff <- makeTiles(r, x, filename) ff -#> [1] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmprAmp0v/file303271a5933b_1.tif" -#> [2] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmprAmp0v/file303271a5933b_2.tif" -#> [3] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmprAmp0v/file303271a5933b_3.tif" -#> [4] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmprAmp0v/file303271a5933b_4.tif" +#> [1] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//Rtmp0BJOgI/file304547cf7f9a_1.tif" +#> [2] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//Rtmp0BJOgI/file304547cf7f9a_2.tif" +#> [3] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//Rtmp0BJOgI/file304547cf7f9a_3.tif" +#> [4] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//Rtmp0BJOgI/file304547cf7f9a_4.tif" vrt(ff) #> class : SpatRaster @@ -111,8 +111,8 @@

Examples

#> resolution : 3.6, 1.8 (x, y) #> extent : -180, 180, -90, 90 (xmin, xmax, ymin, ymax) #> coord. ref. : lon/lat WGS 84 (EPSG:4326) -#> source : spat_UXMdf76IKbk4D6x_12338.vrt -#> name : spat_UXMdf76IKbk4D6x_12338 +#> source : spat_4tQoq229HDdN4QF_12357.vrt +#> name : spat_4tQoq229HDdN4QF_12357 #> min value : 1 #> max value : 10000
diff --git a/reference/mem.html b/reference/mem.html index 966db32f8..c13d6c0d3 100644 --- a/reference/mem.html +++ b/reference/mem.html @@ -84,8 +84,8 @@

Examples

#> Memory (GB) #> ------------------------ #> check threshold : 1 (memmin) -#> available : 10.58 -#> allowed (60%) : 6.35 +#> available : 10.45 +#> allowed (60%) : 6.27 #> needed (n=1) : 0 #> ------------------------ #> proc in memory : TRUE @@ -93,7 +93,7 @@

Examples

#> ------------------------ free_RAM() -#> [1] 11091428 +#> [1] 10953416 diff --git a/reference/terraOptions.html b/reference/terraOptions.html index adb7b5152..5f625d337 100644 --- a/reference/terraOptions.html +++ b/reference/terraOptions.html @@ -99,7 +99,7 @@

Examples

#> tolerance : 0.1 #> verbose : FALSE #> todisk : FALSE -#> tempdir : /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/RtmprAmp0v +#> tempdir : /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/Rtmp0BJOgI #> datatype : FLT4S #> memmin : 1 #> progress : 3 @@ -111,7 +111,7 @@

Examples

#> tolerance : 0.1 #> verbose : FALSE #> todisk : FALSE -#> tempdir : /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/RtmprAmp0v +#> tempdir : /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/Rtmp0BJOgI #> datatype : FLT4S #> memmin : 1 #> progress : 10 diff --git a/reference/time.html b/reference/time.html index b539d0d10..2282b76b3 100644 --- a/reference/time.html +++ b/reference/time.html @@ -108,8 +108,8 @@

Examples

# with time zone time(s) <- as.POSIXlt(Sys.time(), "America/New_York") + 0:2 time(s) -#> [1] "2023-07-11 15:20:49 EDT" "2023-07-11 15:20:50 EDT" -#> [3] "2023-07-11 15:20:51 EDT" +#> [1] "2023-07-11 18:10:58 EDT" "2023-07-11 18:10:59 EDT" +#> [3] "2023-07-11 18:11:00 EDT" timeInfo(s) #> time step zone #> 1 TRUE seconds America/New_York diff --git a/reference/tmpFile.html b/reference/tmpFile.html index fa4ebd527..11b329610 100644 --- a/reference/tmpFile.html +++ b/reference/tmpFile.html @@ -87,7 +87,7 @@

See also

Examples

tmpFiles()
-#> [1] "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/RtmprAmp0v/spat_UXMdf76IKbk4D6x_12338.vrt"
+#> [1] "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/Rtmp0BJOgI/spat_4tQoq229HDdN4QF_12357.vrt"
 
diff --git a/reference/update.html b/reference/update.html index 5e8062051..6169e3105 100644 --- a/reference/update.html +++ b/reference/update.html @@ -94,7 +94,7 @@

Examples

#> resolution : 1.019802, 1.025974 (x, y) #> extent : -1, 102, -1, 78 (xmin, xmax, ymin, ymax) #> coord. ref. : WGS 84 / UTM zone 1N (EPSG:32601) -#> source : file3032463818c5.tif +#> source : file30456b05891d.tif #> colors RGB : 1, 2, 3 #> names : A, B, C #> min values : 0, 0, 0 diff --git a/reference/vrt.html b/reference/vrt.html index 0ea179ae9..80e4a48a7 100644 --- a/reference/vrt.html +++ b/reference/vrt.html @@ -95,10 +95,10 @@

Examples

filename <- paste0(tempfile(), "_.tif") ff <- makeTiles(r, x, filename) ff -#> [1] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmprAmp0v/file30321454c4dc_1.tif" -#> [2] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmprAmp0v/file30321454c4dc_2.tif" -#> [3] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmprAmp0v/file30321454c4dc_3.tif" -#> [4] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmprAmp0v/file30321454c4dc_4.tif" +#> [1] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//Rtmp0BJOgI/file30454530af2b_1.tif" +#> [2] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//Rtmp0BJOgI/file30454530af2b_2.tif" +#> [3] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//Rtmp0BJOgI/file30454530af2b_3.tif" +#> [4] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//Rtmp0BJOgI/file30454530af2b_4.tif" #vrtfile <- paste0(tempfile(), ".vrt") #v <- vrt(ff, vrtfile)