geopandas.GeoSeries.translate

GeoSeries.translate(self, xoff=0.0, yoff=0.0, zoff=0.0)

Returns a GeoSeries with translated geometries.

See http://shapely.readthedocs.io/en/latest/manual.html#shapely.affinity.translate for details.

Parameters
xoff, yoff, zofffloat, float, float

Amount of offset along each dimension. xoff, yoff, and zoff for translation along the x, y, and z dimensions respectively.