Skip to content

Commit c5071aa

Browse files
committed
Deploying to gh-pages from @ 4c7b875 🚀
1 parent 142a343 commit c5071aa

File tree

12 files changed

+25
-28
lines changed

12 files changed

+25
-28
lines changed

articles/sf7.html

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

articles/sf7.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,14 +447,14 @@ system.time({
447447
uk_buffer_sf = st_buffer(uk_projected, dist = 20000)
448448
})
449449
## user system elapsed
450-
## 0.027 0.001 0.028
450+
## 0.026 0.002 0.027
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.008 0.000 0.007
457+
## 0.007 0.000 0.008
458458
# s2 with default cell size
459459
system.time({
460460
uk_buffer = s2_buffer_cells(uk, distance = 20000)
@@ -466,7 +466,7 @@ system.time({
466466
uk_buffer2 = s2_buffer_cells(uk, distance = 20000, max_cells = 10000)
467467
})
468468
## user system elapsed
469-
## 0.224 0.000 0.223
469+
## 0.223 0.000 0.222
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-02-28T21:42Z
12+
last_built: 2026-02-28T21:51Z
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/RtmpEoWS3c/file20f35675a134.gpkg' using driver `GPKG'
190+
#> `/tmp/RtmpMc7XeU/file2128470a80fb.gpkg' using driver `GPKG'
191191
#> Simple feature collection with 71 features and 0 fields
192192
#> Geometry type: LINESTRING
193193
#> Dimension: XYZ

reference/plot.html

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

reference/plot.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,6 @@ points(x, ..., of_largest_polygon = FALSE)
349349
logical, or object of class `crs` (e.g., `st_crs('OGC:CRS84')` for a
350350
WGS84 graticule), or object created by
351351
[st_graticule](https://r-spatial.github.io/sf/reference/st_graticule.md)
352-
or object returned by
353-
[st_graticule](https://r-spatial.github.io/sf/reference/st_graticule.md)
354352

355353
- col_graticule:
356354

reference/st_read.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/st_read.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ st_read(
110110

111111
- stringsAsFactors:
112112

113-
logical; logical: should character vectors be converted to factors?
114-
Default for `read_sf` or R version \>= 4.1.0 is `FALSE`, for `st_read`
115-
and R version \< 4.1.0 equal to
113+
logical; should character vectors be converted to factors? Default for
114+
`read_sf` or R version \>= 4.1.0 is `FALSE`, for `st_read` and R
115+
version \< 4.1.0 equal to
116116
[`default.stringsAsFactors()`](https://rdrr.io/r/base/base-defunct.html)
117117

118118
- int64_as_string:

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.

0 commit comments

Comments
 (0)