Skip to content

Commit b9aadca

Browse files
committed
Deploying to gh-pages from @ a947d42 🚀
1 parent 18abde3 commit b9aadca

121 files changed

Lines changed: 628 additions & 363 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.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.

LICENSE.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.

articles/aw_interpolation.html

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

articles/aw_interpolation.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -264,20 +264,21 @@ as_duckspatial_df("nc_grid_births", conn)
264264
#> # Data backed by DuckDB (dbplyr lazy evaluation)
265265
#> # Use ddbs_collect() or st_as_sf() to materialize to sf
266266
#> #
267-
#> # Source: SQL [?? x 3]
268-
#> # Database: DuckDB 1.5.0 [unknown@Linux 6.14.0-1017-azure:R 4.5.3/:memory:]
269-
#> target_id x BIR74
270-
#> <int> <list> <dbl>
271-
#> 1 1 <raw [93]> 1168.
272-
#> 2 2 <raw [93]> 379.
273-
#> 3 6 <raw [93]> 753.
274-
#> 4 7 <raw [93]> 5731.
275-
#> 5 8 <raw [93]> 8000.
276-
#> 6 11 <raw [93]> 1417.
277-
#> 7 12 <raw [93]> 8314.
278-
#> 8 13 <raw [93]> 8305.
279-
#> 9 14 <raw [93]> 25694.
280-
#> 10 15 <raw [93]> 17277.
267+
#> # Source: table<nc_grid_births> [?? x 3]
268+
#> # Database: DuckDB 1.5.1 [unknown@Linux 6.17.0-1008-azure:R 4.5.3/:memory:]
269+
#> target_id x BIR74
270+
#> <int> <wk_wkb> <dbl>
271+
#> 1 1 <POLYGON ((1054293 1348021, 1132214 1348021, 1132214 141626… 1168.
272+
#> 2 2 <POLYGON ((1132214 1348021, 1210134 1348021, 1210134 141626… 379.
273+
#> 3 6 <POLYGON ((1443895 1348021, 1521815 1348021, 1521815 141626… 753.
274+
#> 4 7 <POLYGON ((1521815 1348021, 1599735 1348021, 1599735 141626… 5731.
275+
#> 5 8 <POLYGON ((1599735 1348021, 1677656 1348021, 1677656 141626… 8000.
276+
#> 6 11 <POLYGON ((1054293 1416262, 1132214 1416262, 1132214 148450… 1417.
277+
#> 7 12 <POLYGON ((1132214 1416262, 1210134 1416262, 1210134 148450… 8314.
278+
#> 8 13 <POLYGON ((1210134 1416262, 1288054 1416262, 1288054 148450… 8305.
279+
#> 9 14 <POLYGON ((1288054 1416262, 1365975 1416262, 1365975 148450… 25694.
280+
#> 10 15 <POLYGON ((1365975 1416262, 1443895 1416262, 1443895 148450… 17277.
281+
#> # ℹ more rows
281282
```
282283

283284
### Cleanup

articles/benchmark.html

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

0 commit comments

Comments
 (0)