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

Implement remaining raster::rasterize options #5

Open
2 tasks
noamross opened this issue Mar 20, 2017 · 2 comments
Open
2 tasks

Implement remaining raster::rasterize options #5

noamross opened this issue Mar 20, 2017 · 2 comments

Comments

@noamross
Copy link
Collaborator

noamross commented Mar 20, 2017

  • mask, update, updateValue
  • getCover
@noamross noamross added this to the Package Release milestone Mar 20, 2017
@noamross noamross changed the title Implement remaining rater::rasterize options Implement remaining raster::rasterize options Mar 20, 2017
@noamross noamross removed this from the Package Release milestone Mar 19, 2018
@noamross
Copy link
Collaborator Author

noamross commented Apr 1, 2018

Note that the current getCover option just rasterizes at 10x resolution and then aggregates (see here). Future implementation should avoid this so that one never needs 100x memory. Shouldn't be difficult - we just advance x and y at 0.1 rather than 1, and add 0.01 to the pixel at the rounded-down values of x and y.

@laurajanegraham
Copy link

Really enjoying how quick fasterize is. Do you still plan to implement the getCover option from raster? I'm currently trying to get rid of coastal cells on a rather large raster and this would be super useful.

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

No branches or pull requests

2 participants