-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Add spatialpandas interface and polygon rasterization #4120
Conversation
philippjfr
commented
Dec 6, 2019
•
edited
Loading
edited
- Add spatialpandas interface
- Add canonical conversion for all geometry data formats
- Add support for rasterizing geometries
- Add docs
- Add tests
b56dd9d
to
fe90b6d
Compare
c6b7f23
to
9a0447f
Compare
Handling geometries consistently turned out to be a pretty hard problem taking me most of last week and most of today. Some of the features here:
|
Some of the Path plotting code looks pretty terrible now but it should all become much cleaner once I pick up #3986 again. |
This is ready to review. |
Thanks for the initial review @jlstevens, I've now made sure that only actual geometry interfaces are supported by Path types and reverted the API change on |
@philippjfr Other than some comments above (most of which you have addressed already), I am happy to merge this PR now. |
Co-Authored-By: Philipp Rudiger <[email protected]>
a0224a3
to
edc8013
Compare
Looks good. Thanks! |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |