-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Allow empty boundary polygon #87
Comments
Hey do you have some specific opinions regarding this? |
Not really. You are welcome to contribute! |
I'll start working on this.;). |
Great! You can open a (draft) pull request to keep track of the progress. I will support with code review and guidance. |
@jannikmi, Hey I had been working on this and I have been trying to solve this issue using the following process:
Is this approach feasible to you? I am asking this since I have been running into some errors and I think it maybe down to the approach that I am using? Would appreciate your take on this . |
Could you please open a PR with you changes. Then I can advise |
In some scenarios there might not be explicit boundaries. Allow the boundary polygon parameter to be
None
.Note: If the boundary polygon is None, there must be holes given
Quick workaround: take a simple recangle containing all given holes.
The text was updated successfully, but these errors were encountered: