tests/testthat/test_osm.R

context("st_as_stars.OpenStreetMap")

test_that("st_as_stars.OpenStreetMap works", {
  skip_on_cran()
  skip_if_not(require(OpenStreetMap))
  m = openmap(c(52,7.3),c(52.1,7.15), type = "osm")
  s = st_as_stars(m)
  expect_true(inherits(s, "stars"))
})

Try the stars package in your browser

Any scripts or data that you put into this service are public.

stars documentation built on Sept. 11, 2023, 5:10 p.m.