[GH-1993] Geopandas.Series __repr__() and to_geopandas()#1990
Merged
jiayuasu merged 4 commits intoJun 20, 2025
Conversation
Member
Author
|
Previously printing a sedona GeoSeries output it in WKB format. This PR converts it to properly display in WKT, matching Geopandas. |
Member
|
@petern48 great work. For new issues in the future, please first create a GitHub issue (we are deprecating JIRA) and then link to that GitHub issue. |
jiayuasu
approved these changes
Jun 20, 2025
Kontinuation
pushed a commit
to Kontinuation/sedona
that referenced
this pull request
Jan 21, 2026
* Implement to_geopandas and __repr__ for GeoSeries * Add check_geoseries_equal() to test_geoseries * Use wkb.loads instead of from_wkb and fix lint * Combine check_geoseries and check_geoseries_equal into one function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Did you read the Contributor Guide?
Is this PR related to a ticket?
[SEDONA-XXX] my subject.What changes were proposed in this PR?
to_geopandas()for converting a sedona GeoSeries into a geopandas GeoSeries__repr__()method to properly display the geoseriesHow was this patch tested?
check_geoseries_equal()function to prep the test frameworkDid this PR include necessary documentation updates?