raster_tools.Vector.buffer#

Vector.buffer(*args, **kwargs)[source]#

Apply the buffer operation to the vector geometries.

Parameters
  • *args (positional args) – Arguments to be passed on to GoePandas.

  • **kwargs (keyword args) – Keyword arguments to be passed onto GeoPandas.

Returns

The buffered vector.

Return type

Vector