Skip to content

Commit

Permalink
bump wk
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonynorth committed Aug 11, 2024
1 parent 0d5b368 commit 9773f16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Imports:
tidyselect,
uuid,
vctrs (>= 0.6),
wk (>= 0.9),
wk (>= 0.9.2),
yyjsonr
Suggests:
geojsonsf,
Expand Down
11 changes: 0 additions & 11 deletions R/geometry.R
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,3 @@ wk_is_linestring <- function(handleable, ignore_empty = TRUE) {
wk_is_polygon <- function(handleable, ignore_empty = TRUE) {
wk_is(handleable, wk::wk_geometry_type(c("polygon", "multipolygon")), ignore_empty)
}


# should this live in the wk package?
wk_bbox.bbox <- function(handleable) {
wk::as_rct(handleable)
}

# should this live in the wk package?
wk_crs.bbox <- function(handleable) {
wk::wk_crs(wk::as_rct(handleable))
}

0 comments on commit 9773f16

Please sign in to comment.