raster_tools.Vector.to_lazy#

Vector.to_lazy(npartitions=None)[source]#

Converts to a lazy dask-backed Vector.

Parameters

npartitions (int) – The number of partitions to use.

Returns

A lazy copy of the vector.

Return type

Vector