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

Migrate from init proj4 type projection #72

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

praneethd7
Copy link

Starting with GeoPandas 0.7, the "init" proj4 string type projection is no longer in use. Using the "init" style throws a deprecation warning. Although it does not break the code at the moment, it is recommended to change. See GeoPandas Documentation regarding this here

@praneethd7
Copy link
Author

  • The use np.unicode is deprecated. Changed it to np.str_
  • The use df.apply to geometry throws a FutureWarning. Instead used geopandas native points_from_xy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant