-
Notifications
You must be signed in to change notification settings - Fork 44
First version of tile based job splitter #756
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
Conversation
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.
logged some initial remarks on the API
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.
some quick notes
as discussed offline: I made job_splitting a private submodule, moved a couple of review notes as TODO comments in the code, (rebased) and merged in ee18290 |
A first version of a
split_area
function based on aSizeBasedTileGrid
class.dict
andshapely.geometry.Polygon
objectscloses #745
@soxofaan, @jdries, besides the general review, I could use your help to advice on how to expose this to users and leave flexibility of adding more
TileGridInterface
classes in the future.