Skip to content

Commit cd3d12f

Browse files
committed
Deploying to gh-pages from @ 2286564 🚀
1 parent 1f3d8d0 commit cd3d12f

File tree

14 files changed

+49
-31
lines changed

14 files changed

+49
-31
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,7 +447,7 @@ system.time({
447447
uk_buffer_sf = st_buffer(uk_projected, dist = 20000)
448448
})
449449
## user system elapsed
450-
## 0.028 0.000 0.028
450+
## 0.028 0.001 0.030
451451
# sf way with few than the 30 segments in the buffer
452452
system.time({
453453
uk_projected = st_transform(uk_sfc, 27700)
@@ -460,13 +460,13 @@ system.time({
460460
uk_buffer = s2_buffer_cells(uk, distance = 20000)
461461
})
462462
## user system elapsed
463-
## 0.024 0.000 0.025
463+
## 0.026 0.000 0.026
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.224 0.000 0.224
469+
## 0.228 0.000 0.227
470470
# s2 with 100 cells
471471
system.time({
472472
uk_buffer2 = s2_buffer_cells(uk, distance = 20000, max_cells = 100)

news/index.html

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

news/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## version 1.1-1
44

5+
- add the option `by_element = TRUE` to most geometry predicates,
6+
measures and transformers;
7+
[\#2594](https://github.com/r-spatial/sf/issues/2594) and
8+
[\#2595](https://github.com/r-spatial/sf/issues/2595) by
9+
[@rariariari](https://github.com/rariariari) w. help from Claude
10+
511
- add `MULTISURFACE` to vctrs methods;
612
[\#2589](https://github.com/r-spatial/sf/issues/2589)
713

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-16T14:19Z
12+
last_built: 2026-03-26T07:36Z
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: 2 additions & 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ st_read(in_file)
186186
#> Center ( 1840966.750, 1143938.250) (104d50'48.65"W, 10d 7'11.53"N)
187187
#> Band 1 Block=20x20 Type=Byte, ColorInterp=Gray
188188
#> Computed Min/Max=74.000,255.000
189-
#> Reading layer `storms_xyz' from data source `/tmp/Rtmp2suY47/file234d78c4d8d.gpkg' using driver `GPKG'
189+
#> Reading layer `storms_xyz' from data source
190+
#> `/tmp/Rtmpu4bD33/file26943e38358f.gpkg' using driver `GPKG'
190191
#> Simple feature collection with 71 features and 0 fields
191192
#> Geometry type: LINESTRING
192193
#> Dimension: XYZ

reference/st_as_sf.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.

reference/st_as_sf.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ if (require(spatstat.geom)) {
217217
#> Loading required package: spatstat.geom
218218
#> Loading required package: spatstat.data
219219
#> Loading required package: spatstat.univar
220-
#> spatstat.univar 3.1-6
221-
#> spatstat.geom 3.7-0
220+
#> spatstat.univar 3.1-7
221+
#> spatstat.geom 3.7-3
222222
#> Simple feature collection with 647 features and 4 fields
223223
#> Geometry type: POINT
224224
#> Dimension: XY
@@ -243,15 +243,15 @@ if (require(spatstat.linnet)) {
243243
}
244244
#> Loading required package: spatstat.linnet
245245
#> Loading required package: spatstat.random
246-
#> spatstat.random 3.4-4
246+
#> spatstat.random 3.4-5
247247
#> Loading required package: spatstat.explore
248248
#> Loading required package: nlme
249249
#>
250250
#> Attaching package: ‘nlme’
251251
#> The following object is masked from ‘package:dplyr’:
252252
#>
253253
#> collapse
254-
#> spatstat.explore 3.7-0
254+
#> spatstat.explore 3.8-0
255255
#> Loading required package: spatstat.model
256256
#> Loading required package: rpart
257257
#> spatstat.model 3.6-1

reference/st_relate.html

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

0 commit comments

Comments
 (0)