partridge icon indicating copy to clipboard operation
partridge copied to clipboard

Migrate from init proj4 type projection

Open praneethd7 opened this issue 2 years ago • 1 comments

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 avatar Jun 05 '22 22:06 praneethd7

  • 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

praneethd7 avatar Jun 08 '22 17:06 praneethd7