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

lazy polygon access #3

Closed
mdsumner opened this issue Feb 22, 2020 · 1 comment
Closed

lazy polygon access #3

mdsumner opened this issue Feb 22, 2020 · 1 comment

Comments

@mdsumner
Copy link
Member

Overload [ so that

tiles[i, ]  ## gives the ith tile polygons


tiles[i, j] ## gives the i,j window of polygons

## also if i is matrix
tiles[i, ] ## gives the arbitrary pairs within i

Also dplyr::slice, possibly with the same three inputs as above?

@mdsumner
Copy link
Member Author

Include the cell, row, and column as fields.

Allow return of cell numbers that belong to each tile.

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