Skip to content
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

Address backwards incompatible API changes from the geopandas 1.0 release #233

Open
joshuacortez opened this issue Jun 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@joshuacortez
Copy link
Member

Describe the problem and proposed solution
Geopandas 1.0 just got released recently. We would need to address backwards incompatible API changes in our existing codebase.

The most relevant I think are

  • The sjoin method will now preserve the name of the index of the right
    GeoDataFrame, if it has one, instead of always using "index_right" as the
    name for the resulting column in the return value
  • The deprecated default value of GeoDataFrame/ GeoSeries explode(.., index_parts=True) is now
    set to false for consistency with pandas
@joshuacortez joshuacortez added the bug Something isn't working label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant