From 513c70ded4dd9416f3cbbed8bd61a920bb75709f Mon Sep 17 00:00:00 2001
From: edzer The result of the previous benchmarks emphasizes the point that there
are trade-offs between geographic resolution and computational
resources, something that web developers working on geographic services
diff --git a/pkgdown.yml b/pkgdown.yml
index 8ff08e2a0..3a977c786 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -9,7 +9,7 @@ articles:
sf5: sf5.html
sf6: sf6.html
sf7: sf7.html
-last_built: 2024-10-09T15:05Z
+last_built: 2024-10-09T15:56Z
urls:
reference: https://r-spatial.github.io/sf/reference
article: https://r-spatial.github.io/sf/articles
diff --git a/reference/gdal_utils.html b/reference/gdal_utils.html
index 56e7d9263..3e525eb99 100644
--- a/reference/gdal_utils.html
+++ b/reference/gdal_utils.html
@@ -213,7 +213,8 @@ for Buffers
uk_buffer_sf = st_buffer(uk_projected, dist = 20000)
})
## user system elapsed
-## 0.021 0.004 0.025
+## 0.018 0.004 0.022
# sf way with few than the 30 segments in the buffer
system.time({
uk_projected = st_transform(uk_sfc, 27700)
@@ -508,13 +508,13 @@
Buffers
uk_buffer2 = s2_buffer_cells(uk, distance = 20000, max_cells = 10000)
})
## user system elapsed
-## 0.290 0.000 0.291
+## 0.281 0.000 0.281
# s2 with 100 cells
system.time({
uk_buffer2 = s2_buffer_cells(uk, distance = 20000, max_cells = 100)
})
## user system elapsed
-## 0.004 0.000 0.003
+## 0.003 0.000 0.004
Examples#> Center ( 1840966.750, 1143938.250) (104d50'48.65"W, 10d 7'11.53"N)
#> Band 1 Block=20x20 Type=Byte, ColorInterp=Gray
#> Computed Min/Max=74.000,255.000
-#> Reading layer `storms_xyz' from data source `/tmp/RtmpBxMhWn/file1dba31ab129.gpkg' using driver `GPKG'
+#> Reading layer `storms_xyz' from data source
+#> `/tmp/RtmpmaFF3W/file1dd0643133c8.gpkg' using driver `GPKG'
#> Simple feature collection with 71 features and 0 fields
#> Geometry type: LINESTRING
#> Dimension: XYZ
diff --git a/reference/st_read.html b/reference/st_read.html
index e3aece10b..bb5978fe1 100644
--- a/reference/st_read.html
+++ b/reference/st_read.html
@@ -216,7 +216,7 @@
Value
Details
geometry_column
, see also
-https://trac.osgeo.org/gdal/wiki/rfc41_multiple_geometry_fields
for values for type
see
https://en.wikipedia.org/wiki/Well-known_text#Well-known_binary, but
note that not every target value may lead to successful conversion. The
diff --git a/reference/st_write.html b/reference/st_write.html
index 7ebd78c38..5fbc44ca9 100644
--- a/reference/st_write.html
+++ b/reference/st_write.html
@@ -201,12 +201,12 @@