set_srid#

GeosSeriesAccessor.set_srid(*args, **kwargs)#

Returns a geometry with its SRID set.

Applies shapely._geometry.set_srid to the data.

Parameters:
  • args – Arguments passed to set_srid after the first argument.

  • kwargs – Keyword arguments passed to set_srid.

Returns:

returns the series for chaining.

Return type:

pandas.Series