Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh_covering fails with minimal=TRUE [OLD #27] #13

Closed
MichaelChirico opened this issue Sep 30, 2019 · 0 comments
Closed

gh_covering fails with minimal=TRUE [OLD #27] #13

MichaelChirico opened this issue Sep 30, 2019 · 0 comments

Comments

@MichaelChirico
Copy link
Owner

As caught by @dshkol

banjarmasin = sp::SpatialPoints(cbind(
    c(114.605, 114.5716, 114.627, 114.5922, 114.6321,
      114.5804, 114.6046, 114.6028, 114.6232, 114.5792),
    c(-3.3346, -3.2746, -3.2948, -3.3424, -3.3523,
      -3.3304, -3.3005, -3.3141, -3.326, -3.3552)
  ))
gh_covering(banjarmasin, minimal = TRUE) # errors

Error in sp::over(cover, SP) : identicalCRS(x, y) is not TRUE

Closed in 74f715f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant