Skip to content

Migrate from init proj4 type projection#72

Open
praneethd7 wants to merge 4 commits intoremix:masterfrom
praneethd7:fix_geopandas_projection
Open

Migrate from init proj4 type projection#72
praneethd7 wants to merge 4 commits intoremix:masterfrom
praneethd7:fix_geopandas_projection

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