VRSGridder

class caris.coverage.VRSGridder((object)arg1, (VRS)vrs[, (vector_string)band_names])

CSAR VRSGridder

Parameters:
  • vrs (VRS) – The VRS to grid
  • band_names (list of str) – Optional list of band names to gridded. If unspecified all bands will be gridded.
dims

The dimensions in pixels of the current tile

Type:(width, height) of int
load((VRSTile)tile) → vector_int64

Load positions and attributes for points in a VRSTile

Parameters:tile (VRSTile) – The tile to load
Return type:(x, y) of int
Returns:Dimensions of loaded data.
read((str)band_name) → List

Read binned point attributes for a specific band.

Parameters:band_name – Name of the band to load.
Returns:Array of attributes the given band.
set_bias((BinBias)bias, (str)band_name) → None

Set the bias to use for resolving multiple points in a resolution bin

Parameters:
  • bias (BinBias) – Bias to use as a rule
  • band_name – Band name for sorting attribute