partridge
partridge copied to clipboard
Migrate from init proj4 type projection
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
- The use
np.unicode
is deprecated. Changed it tonp.str_
- The use
df.apply
to geometry throws a FutureWarning. Instead used geopandas nativepoints_from_xy