From df056c01ffd91afaa7279df822b28e409f800303 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 3 Jan 2025 23:42:54 +0000 Subject: [PATCH] Built site for terra@1.8-8: 7f39dbe --- news/index.html | 4 ++-- pkgdown.yml | 2 +- reference/makeTiles.html | 12 ++++++------ reference/mem.html | 6 +++--- reference/merge.html | 8 ++++---- reference/terraOptions.html | 4 ++-- reference/time.html | 4 ++-- reference/tmpFile.html | 8 ++++---- reference/update.html | 2 +- reference/vrt.html | 8 ++++---- search.json | 2 +- 11 files changed, 30 insertions(+), 30 deletions(-) diff --git a/news/index.html b/news/index.html index 77a0359f7..49f15a01e 100644 --- a/news/index.html +++ b/news/index.html @@ -58,8 +58,6 @@

bug fixes#1684 and #1688 by Andrew Gene Brown
  • spatSample(method="regular") on a raster with one column returned too many samples #1362 by Daniel R Schlaepfer
  • -
  • -merge crash bug fixed #1650 by Agustin Lobo
  • enhancements

    @@ -80,6 +78,8 @@

    enhancementsextract with points is now faster for rasters accessed over http #1504 by Krzysztof Dyba
  • extract with many points on very large rasters was slower in compared to doing the same with “raster” (which uses terra for that!) #1584 by Hassan Masoomi
  • +
  • +merge now has three alternative algorithms 1366 by Hassan Masoomi and #1650 by Agustin Lobo
  • new

    diff --git a/pkgdown.yml b/pkgdown.yml index 5dd6ce1b7..44b9f6a2b 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.11 pkgdown: 2.1.1 pkgdown_sha: ~ articles: {} -last_built: 2025-01-03T21:51Z +last_built: 2025-01-03T23:41Z urls: reference: https://rspatial.github.io/terra/reference article: https://rspatial.github.io/terra/articles diff --git a/reference/makeTiles.html b/reference/makeTiles.html index fdadabd55..967dde0dd 100644 --- a/reference/makeTiles.html +++ b/reference/makeTiles.html @@ -111,10 +111,10 @@

    Examplesfilename <- paste0(tempfile(), "_.tif") ff <- makeTiles(r, x, filename) ff -#> [1] "/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T//RtmpuZLwCX/file3fdf4f05ba1b_1.tif" -#> [2] "/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T//RtmpuZLwCX/file3fdf4f05ba1b_2.tif" -#> [3] "/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T//RtmpuZLwCX/file3fdf4f05ba1b_3.tif" -#> [4] "/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T//RtmpuZLwCX/file3fdf4f05ba1b_4.tif" +#> [1] "/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T//RtmpmzgzvG/file45f86cdafe8b_1.tif" +#> [2] "/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T//RtmpmzgzvG/file45f86cdafe8b_2.tif" +#> [3] "/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T//RtmpmzgzvG/file45f86cdafe8b_3.tif" +#> [4] "/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T//RtmpmzgzvG/file45f86cdafe8b_4.tif" vrt(ff) #> class : SpatRaster @@ -122,8 +122,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_3fdf7d854aa4_16351_CjcR62DykkoqBId.vrt -#> name : spat_3fdf7d854aa4_16351_CjcR62DykkoqBId +#> source : spat_45f81e58aeee_17912_CjcR62DykkoqBId.vrt +#> name : spat_45f81e58aeee_17912_CjcR62DykkoqBId #> min value : 1 #> max value : 10000

    diff --git a/reference/mem.html b/reference/mem.html index 885d539c8..b07125d1d 100644 --- a/reference/mem.html +++ b/reference/mem.html @@ -71,8 +71,8 @@

    Examples#> Memory (GB) #> ------------------------ #> check threshold : 1 (memmin) -#> available : 3.22 -#> allowed (50%) : 1.61 +#> available : 3.06 +#> allowed (50%) : 1.53 #> needed (n=1) : 0 #> ------------------------ #> proc in memory : TRUE @@ -80,7 +80,7 @@

    Examples#> ------------------------ free_RAM() -#> [1] 3373184 +#> [1] 3203872