-
Notifications
You must be signed in to change notification settings - Fork 18
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
Make aggregate_polygon and filter_polygon more general #131
Conversation
…sulting data cube.
Hey @GreatEmerald! Could you please check this PR asap so that it is sure it suits your use-case? I'll need a response this week, I'll release on Friday at latest. |
OK, I'll try to look into this tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still a few minor changes are needed, but overall looks good. See specific comments.
…rocesses with binary reduction.
Make aggregate_polygon and filter_polygon more general (broaden it for points and line strings). (Is there a use case for mask_polygon, too?)
Tackles issues #62 and #37. Based on PR #107 from @kempenep.