hypertidy / sds

Spatial Data Sources!
Other
4 stars 0 forks source link

tests from old dsn #2

Open mdsumner opened 9 months ago

mdsumner commented 9 months ago
test_that("gebco ice vs bedrock is differentiated", {
  expect_true(grepl("sub_ice", gebco23_bedrock()))
  expect_true(grepl("land_cog", gebco23()))

})