-
Notifications
You must be signed in to change notification settings - Fork 156
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
Refactors bounding.py
to accept GeoSeries Input
#934
Refactors bounding.py
to accept GeoSeries Input
#934
Conversation
This reverts commit 52c8a3bb845b7933acfa242d8f9a0c2a900ec656.
…into feature/geoseries_interface/bounding
I have also decided to work on the user guide notebook as a finishing item after I finished working on all the geoseries refactor due to the large git diff every time I work on one. |
…into feature/geoseries_interface/bounding
Co-authored-by: H. Thomson Comer <thomcom@gmail.com>
…into feature/geoseries_interface/join
…ature/geoseries_interface/join
…into feature/geoseries_interface/join
…into feature/geoseries_interface/bounding
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.
Does the users.ipynb need to be updated for all these API changing PRs? Otherwise looks good.
Yes, decided to do that as a separate effort, tracked by #935 |
/merge |
Description
This PR refactors
[polygon|linestring]_bounding_boxes
API to accept geoseries input.closes #929 closes #930
depends on #928
Checklist