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 should be S3 #22

Open
MichaelChirico opened this issue Oct 25, 2019 · 1 comment
Open

gh_covering should be S3 #22

MichaelChirico opened this issue Oct 25, 2019 · 1 comment

Comments

@MichaelChirico
Copy link
Owner

Currently an error:

GH6 = gh_covering(SG$poly, minimal = TRUE)
Error in gh_covering(SG$poly, minimal = TRUE) : 
  Object to cover must be Spatial (or subclass)

This should just dispatch:

GH6 = gh_covering(as_Spatial(SG$poly), minimal = TRUE)
@MichaelChirico
Copy link
Owner Author

I should just get rid of the sp stuff

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