Skip to content

Commit 17b544b

Browse files
committed
Deploying to gh-pages from @ e3562a7 🚀
1 parent cd3d12f commit 17b544b

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

articles/sf7.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/sf7.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,26 +447,26 @@ system.time({
447447
uk_buffer_sf = st_buffer(uk_projected, dist = 20000)
448448
})
449449
## user system elapsed
450-
## 0.028 0.001 0.030
450+
## 0.03 0.00 0.03
451451
# sf way with few than the 30 segments in the buffer
452452
system.time({
453453
uk_projected = st_transform(uk_sfc, 27700)
454454
uk_buffer_sf2 = st_buffer(uk_projected, dist = 20000, nQuadSegs = 4)
455455
})
456456
## user system elapsed
457-
## 0.007 0.000 0.007
457+
## 0.009 0.001 0.008
458458
# s2 with default cell size
459459
system.time({
460460
uk_buffer = s2_buffer_cells(uk, distance = 20000)
461461
})
462462
## user system elapsed
463-
## 0.026 0.000 0.026
463+
## 0.024 0.000 0.025
464464
# s2 with 10000 cells
465465
system.time({
466466
uk_buffer2 = s2_buffer_cells(uk, distance = 20000, max_cells = 10000)
467467
})
468468
## user system elapsed
469-
## 0.228 0.000 0.227
469+
## 0.227 0.000 0.227
470470
# s2 with 100 cells
471471
system.time({
472472
uk_buffer2 = s2_buffer_cells(uk, distance = 20000, max_cells = 100)

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ articles:
99
sf5: sf5.html
1010
sf6: sf6.html
1111
sf7: sf7.html
12-
last_built: 2026-03-26T07:36Z
12+
last_built: 2026-03-26T11:39Z
1313
urls:
1414
reference: https://r-spatial.github.io/sf/reference
1515
article: https://r-spatial.github.io/sf/articles

reference/gdal_utils.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/gdal_utils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ st_read(in_file)
187187
#> Band 1 Block=20x20 Type=Byte, ColorInterp=Gray
188188
#> Computed Min/Max=74.000,255.000
189189
#> Reading layer `storms_xyz' from data source
190-
#> `/tmp/Rtmpu4bD33/file26943e38358f.gpkg' using driver `GPKG'
190+
#> `/tmp/RtmpcX5HJc/file2394631ad0d7.gpkg' using driver `GPKG'
191191
#> Simple feature collection with 71 features and 0 fields
192192
#> Geometry type: LINESTRING
193193
#> Dimension: XYZ

reference/st_write.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/st_write.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@ nc = st_read(system.file("shape/nc.shp", package="sf"))
162162
#> Geodetic CRS: NAD27
163163
st_write(nc, paste0(tempdir(), "/", "nc.shp"))
164164
#> Writing layer `nc' to data source
165-
#> `/tmp/Rtmpu4bD33/nc.shp' using driver `ESRI Shapefile'
165+
#> `/tmp/RtmpcX5HJc/nc.shp' using driver `ESRI Shapefile'
166166
#> Writing 100 features with 14 fields and geometry type Multi Polygon.
167167
st_write(nc, paste0(tempdir(), "/", "nc.shp"), delete_layer = TRUE) # overwrites
168168
#> Deleting layer `nc' using driver `ESRI Shapefile'
169169
#> Writing layer `nc' to data source
170-
#> `/tmp/Rtmpu4bD33/nc.shp' using driver `ESRI Shapefile'
170+
#> `/tmp/RtmpcX5HJc/nc.shp' using driver `ESRI Shapefile'
171171
#> Writing 100 features with 14 fields and geometry type Multi Polygon.
172172
if (require(sp, quietly = TRUE)) {
173173
data(meuse, package = "sp") # loads data.frame from sp
@@ -185,11 +185,11 @@ if (FALSE) { # \dontrun{
185185
try(st_write(nc, "PG:dbname=postgis", "sids", layer_options = "OVERWRITE=true"))
186186
} # }
187187
}
188-
#> Writing layer `meuse' to data source `/tmp/Rtmpu4bD33/meuse.csv' using driver `CSV'
188+
#> Writing layer `meuse' to data source `/tmp/RtmpcX5HJc/meuse.csv' using driver `CSV'
189189
#> options: GEOMETRY=AS_XY
190190
#> Writing 155 features with 12 fields and geometry type Point.
191-
#> Deleting source `/tmp/Rtmpu4bD33/meuse.csv' using driver `CSV'
192-
#> Writing layer `meuse' to data source `/tmp/Rtmpu4bD33/meuse.csv' using driver `CSV'
191+
#> Deleting source `/tmp/RtmpcX5HJc/meuse.csv' using driver `CSV'
192+
#> Writing layer `meuse' to data source `/tmp/RtmpcX5HJc/meuse.csv' using driver `CSV'
193193
#> options: GEOMETRY=AS_WKT
194194
#> Writing 155 features with 12 fields and geometry type Point.
195195
```

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)